-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
60 lines (54 loc) · 2.55 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en" style="background-color: rgb(59, 55, 55);">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ott viewer</title>
</head>
<body>
<header style="background-color:rgb(41, 39, 39);">
<br>
<h1 align="center" style="color: azure;"> <strong>WELCOME</strong> </h1>
<h2 align="center" style="color: azure;"> <strong>All Your OTTs at one Place </strong> </h2>
<br>
<hr>
</header>
<center>
<table>
<tr>
<td><a href="https://netflix.com/" taget="_blank"><img src="/netflix.jpg" alt="Netflix" width="400px"
height="250px"></td></a>
<td><a href="https://primevideo.com/" taget="_blank"><img src="/primevideo.jpg" alt="Prime Video"
width="400px" height="250px"></td>
<td><a href="https://hotstar.com/in" taget="_blank"><img src="/hotstar.jpg" alt="hotstar" width="400px"
height="250px"></td>
</tr>
<tr>
<td><a href="https://www.sonyliv.com/" taget="_blank"><img src="/sony liv.jpg" alt="sony liv" width="400px"
height="250px"></td>
<td><a href="https://www.aha.video/" taget="_blank"><img src="/aha.png" alt="AHA" width="400px"
height="250px"></td>
<td><a href="https://www.sunnxt.com/" taget="_blank"><img src="/sunnext.jpg" alt="sunnext" width="400px"
height="250px"></td>
</tr>
<tr>
<td><a href="https://netflix.com/" taget="_blank"><img src="/zee5.jpg" alt="Zee5" width="400px"
height="250px"></td>
<td><a href="https://www.zee5.com/" taget="_blank"><img src="/voot.webp" alt="voot" width="400px"
height="250px"></td>
<td><a href="https://www.apple.com/in/tv/" taget="_blank"><img src="/appletv.jpg" alt="Apple TV+" width="400px"
height="250px"></td>
</tr>
</table>
<br>
<br>
<hr>
<td><a href="/animesite.html" taget="_blank"><img src="/anime.jpg" alt="Watch Anime" width="1210px"
height="180px"></td></a>
</center>
<footer>
<p style="color: azure;">© Freeza 2021| <a href="mailto:[email protected]"> Contact us</a></p>
</footer>
</body>
</html>