-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaster-movie.html
84 lines (80 loc) · 3.62 KB
/
master-movie.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
81
82
83
84
<!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>MASTER-MOVIE</title>
<link rel="stylesheet" href="master-movie.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 src="../j-component/master-avator.jpg" alt="master-avator">
<section class="para">
<p> <strong>Plot: JD, an alcoholic professor, is enrolled to teach at a juvenile facility,
unbeknownst to him. He soon clashes with a ruthless gangster, who uses the children as scapegoats
for his crimes.</strong></p>
<br>
<div>
Initial release: 13 January 2021 <br>
Director: Lokesh Kanagaraj <br>
Budget: ₹135 crore <br>
Box office: est. ₹800crore <br>
Produced by: S. Xavier Britto <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/Master - Official Teaser _ Thalapathy Vijay _ Anirudh Ravichander _ Lokesh Kanagaraj.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>