-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinternational.html
45 lines (37 loc) · 1.34 KB
/
international.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<title>My Voyages</title>
</head>
<body>
<header style="background: url(Pics/international_cover.jpg) center/cover no-repeat;">
<h1 style="color: rgb(0, 0, 0);">My Voyages</h1>
<p style="font-size: 25px;color: rgb(0, 0, 0);"> Trendzzz around the world!</p>
<a href="index.html" style="color: rgb(4, 0, 255); text-decoration: none;">Go to Homepage</a>
</header>
<div class="video">
<video controls width="100%">
<source src="Pics/adhula.mp4" type="video/mp4">
</video>
<!-- Add your photo and video gallery here -->
</div>
<div class="tours">
<div class="story">
<h2>Hooray !!!</h2>
<p>Wanna Travel more like a air!</p>
<!-- Add your travel stories here -->
</div>
</div>
<section>
<img src="Pics/intern.jpeg" alt="intern" style="justify-content: center;">
</section>
<footer>
<p>© 2024 Your Travel Page. All rights reserved.</p>
</footer>
</body>
</html>