-
Notifications
You must be signed in to change notification settings - Fork 44
/
index.html
27 lines (22 loc) · 1.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html>
<html lang="en" data-theme="cupcake">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Rajveer Mahida" />
<link rel="icon" type="image/png" sizes="96x96"
href="https://watch.tataplay.com/images/rebrandingAssets/TataPlayIcon.png">
<meta name="description"
content="Experience the ultimate entertainment with TataPlay Catchup Site! Explore a 7 days catch-up and Live TV on your favorite shows at your convenience. Our website offers a seamless streaming experience, delivering a diverse range of channels, from news to entertainment. Enjoy the freedom to watch live broadcasts or catch up on missed episodes, all in one place. Discover a new era of television with TataPlay Site – your gateway to uninterrupted entertainment anytime, anywhere." />
<title>Tata Play TV</title>
<script disable-devtool-auto src='https://cdn.jsdelivr.net/npm/disable-devtool@latest'
md5='c5739648ab9c0ca9138a3eb6fb285989' disable-menu="true"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<!-- <script src="http://ssl.p.jwpcdn.com/player/v/8.31.0/jwpsrv.js"> </script> -->
<script src="http://ssl.p.jwpcdn.com/player/v/8.31.0/provider.shaka.js"> </script>
<script src="http://ssl.p.jwpcdn.com/player/v/8.31.0/jwplayer.core.controls.js"> </script>
</body>
</html>