-
Notifications
You must be signed in to change notification settings - Fork 0
/
nota-movie.html
82 lines (78 loc) · 3.56 KB
/
nota-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
<!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>Nota - MOVIE</title>
<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="nota-banner.jpg" alt="master-avator">
<section class="para">
<p> <strong>Plot: After a chief minister is charged with corruption, he is forced to pass the baton to his
son. The young man, with no political experience, soon finds himself stuck to the chair for a longer
time.</strong></p>
<br>
<div>
Initial release: 5 October 2018 <br>
Director: Anand Shankar <br>
Budget: ₹12 crore <br>
Box office: est. ₹25.50 crore <br>
Produced by: K. E. Gnanavel Raja <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/NOTA OFFICIAL TRAILER - TELUGU Vijay Deverakonda Anand shankar.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>