-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (28 loc) · 943 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
<!DOCTYPE html>
<html>
<link href="style.css" rel="stylesheet">
<title>Amrta Chaurasia</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<body>
<video autoplay muted loop id="myVideo">
<source src="book1.mp4" type="video/mp4">
</video>
<header>
<div class="main">
<div class="logo">
<img src="logo.png">
</div>
<ul class="navigation">
<li class="active"><a href="home.html"><b>Home</b></a></li>
<!--<li class="About"><a href="#">About</a></li>-->
<li class="wall"><a href="wall.html"><b>Wall</b></a></li>
<li class="Connect"><a href="connect.html"><b>Connect</b></a></li>
</ul>
</div>
<div class="title">
<h1>This is Amrta Chaurasia.</h1>
<h2>Welcome to my page.</h2>
</div>
</header>
</body>
</html>