-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
40 lines (40 loc) · 1.38 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Waterfall India</title>
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<header>
<nav>
<div class="logo">
<h1>Waterfall India</h1>
</div>
<div class="menu">
<a href="Homepage.html">Home</a>
<a href="gallery.html">Gallery</a>
<a href="about.html" target="_blank">About</a>
<a href="contact.html">Contact</a>
</div>
</nav>
<main>
<section>
<h3>Explore Waterfalls Throughout India</h3>
<h1>DO COME & VISIT <span class="change_content"></span> <span style="margin-top: -10px;"> | </span></h1>
<p>"India once is not enough"</p>
<div class="button-container">
<a href="Infopage.html" class="btnone">Learn More</a>
<a href="gallery.html" class="btntwo">Gallery</a>
</div>
</section>
</main>
</header>
<footer>
<p>© 2024 Waterfall India | <a href="#">Privacy Policy</a></p>
</footer>
</body>
</html>