-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (68 loc) · 3.04 KB
/
index.html
File metadata and controls
90 lines (68 loc) · 3.04 KB
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
85
86
87
88
89
90
<!DOCTYPE html>
<html lang="en" dir="ltr">
<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>Pirates of the Caribbean</title>
<link rel ="shortcut icon" type="image/png" href="assets/favicon.png"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/index.js"></script>
</head>
<body>
<div class="wrapper">
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js'></script>
<script src="js/index.js"></script>
<div class="background"></div>
<div class="Pirates">
<a href="https://pirates.disney.com/">
<img alt="Pirates Of The Caribbean" src="assets/main-logo-of-pirates.png" width="200" height="100" >
</a>
</div>
<audio src="assets/Pirates-Of-The-Caribbean-Theme-Song.mp3" autoplay>
If you are reading this, it is because your browser does not support the audio element.
<embed src="assets/Pirates-Of-The-Caribbean-Theme-Song.mp3" type="audio/mpeg">
</audio>
<div class="white-bg-1"></div>
<div class="content">
<h1>PIRATES OF THE CARIBBEAN</h1>
<div class="para">
<p>The Legends of the History</p>
</div>
</div>
<div class="text">
Disney presents the full series of Pirates.
</div>
<a href="https://pirates.disney.com/">
<img alt="Pirates of the Caribbean: Dead Men Tell No Tales" src="assets/pirates-1.jpeg" id="IMG_1" />
<img alt="Pirates of the Caribbean: The Curse of the Black Pearl" src="assets/pirates-2.jpeg" id="IMG_2" />
<img alt="Pirates of the Caribbean: Dead Man's Chest" src="assets/pirates-3.jpeg" id="IMG_3" />
<img alt="Pirates of the Caribbean: At World's End" src="assets/pirates-4.jpeg" id="IMG_4" />
<img alt="Pirates of the Caribbean: On Stranger Tides" src="assets/pirates-5.jpeg" id="IMG_5" />
</a>
<div class="white-bg-2"></div>
<div class="video">
<video width="700" height="500" controls >
<source src="assets/Pirates-Of-the-Caribbean.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="new ">Here's the Latest part<br> of the pirates completely<br>filled with Destruction,<br> Revenge and Thrillness<br> for the upcoming<br> imagination. </div>
<div class="black-bg-1"></div>
<div class="black-bg-2"></div>
<div class="black-bg-3"></div>
<div class="copyright">
<p>© ALL RIGHTS ARE RESERVED - 2022</p>
</div>
<div class="copyright-name">
<p>HARSH KAPOOR</p>
</div>
</body>
</html>