-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
37 lines (31 loc) · 986 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<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">
</head>
<body>
<header>
<nav>
<div class="logo"> <h1 style="font-size: 20px;"> Mera bharat </h1> </div>
<div class="menu">
<a href="#" style="font-size: ">Home</a>
<a href="#">gallery</a>
<a href="https://www.youtube.com/channel/UCwfaAHy4zQUb2APNOGXUCCA" target="_blank">about</a>
<a href="#">contact</a>
</div>
</nav>
<main>
<section>
<h3>Welcome To 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>
<a href="#" class="btnone">learn more</a>
<a href="#" class="btntwo">signup here</a>
</section>
</main>
</header>
</body>
</html>