-
Notifications
You must be signed in to change notification settings - Fork 0
/
spiderman-movie.html
74 lines (73 loc) · 3.55 KB
/
spiderman-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
<!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>Spiderman - MOVIE</title>
<link rel="stylesheet" href="spiderman-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 style="height: 300px; width: 200px;" src="sipderman-avator.jpg" alt="sipderman-avator">
<section class="para">
<p> <strong>Plot: With Spider-Man's identity now revealed, our friendly neighborhood web-slinger is unmasked and no longer able to separate his normal life as Peter Parker from the high stakes of being a superhero. When Peter asks for help from Doctor Strange, the stakes become even more dangerous, forcing him to discover what it truly means to be Spider-Man.</strong></p>
<br>
<div>
Initial release: 17 December 2021 <br>
Director: Jon Watts <br>
Budget: $26 mil <br>
Box office: est. $96 mil <br>
Produced by: Kevin Feige; Amy Pascal <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/SPIDER-MAN NO WAY HOME - Official Trailer (HD).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>