-
Notifications
You must be signed in to change notification settings - Fork 0
/
biggboos.html
80 lines (76 loc) · 3.49 KB
/
biggboos.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<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>Bigg Boss</title>
<link rel="stylesheet" href="biggboss.css">
<link rel="stylesheet" href="category.css">
</head>
<body>
<div>
<header class="nav_header">
<nav>
<ul class="nav_links">
<li> <a href="movie-ticket-booking.html">Home</a></li>
<div class="dropdown">
<li class="dropdown"> <a href="#">Category</a></li>
<div class="dropdown-content">
<a href="Tvshow.html">TV Show</a>
<a href="language.html">Movie</a>
</div>
</div>
<li> <a href="genres.html" target="_self">Genres</a></li>
<li> <a href="language.html">Language</a></li>
</ul>
</nav>
<a href="payment.html"> <button class="button_sub">SUBSCRIBE</button></a>
</header>
</div>
<div class="container">
<img style="height: 300px; width: 200px;" src="../j-component/bigg boss postor.png" alt="master-avator">
<section class="para">
<p> <strong>Celebrities live in an isolated house cut off from the rest of the world. They have to compete
in challenging tasks to avoid elimination and win the grand prize.</strong></p>
<br>
<div>
No. of episodes: 445 (as of 22nd October 2021) <br>
Original release: 25 June 2017 –; present <br>
Production location: Chennai <br>
Original language: Tamil <br>
</div>
<div>
<a
href="https://www.primevideo.com/dp/amzn1.dv.gti.0ebb78a3-3465-cc6a-937e-71f9ce02c390?autoplay=1&ref_=atv_cf_strg_wb"><button>Watch
online</button></a>
<a
href="https://www.primevideo.com/dp/amzn1.dv.gti.0ebb78a3-3465-cc6a-937e-71f9ce02c390?autoplay=1&ref_=atv_cf_strg_wb"><button>Download</button></a>
</div>
<div>
<h1>Trailer</h1>
<video src="../j-component/video/Bigg Boss Tamil Season 4 - Teaser.mp4" controls></video>
</div>
</section>
</div>
<footer class="foot">
<p>Copyright © 2021 My Website</p>
</footer>
<tr>
<td>
<table width="100%" style="border-spacing:0">
<tr>
<td style="background-color: rgb(152, 109, 192);padding: 15px;text-align: center;">
<p style="font-size: 18px;color: #ffffff;margin-bottom: 13px;">Connect with us</p>
<a href="#"><img src="white-facebook.png" width="30" title="Facebook"></a>
<a href="#"><img src="white-twitter.png" width="30" title="Twitter"></a>
<a href="#"><img src="white-youtube.png" width="30" title="Youtube"></a>
<a href="#"><img src="white-linkedin.png" width="30" title="Linkedin"></a>
<a href="#"><img src="white-instagram.png" width="30" title="Instagram"></a>
</td>
</tr>
</table>
</td>
</tr>
</body>
</html>