-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (27 loc) · 886 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
<!DOCTYPE html>
<html>
<head>
<title>KORATTUR DURGA PUJA ASSOCIATION</title>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<header>
<div class="main">
<ul>
<li class="active"><a href="#">Home</a></li>
<li ><a href="#">Services</a></li>
<li ><a href="#">Gallery</a></li>
<li ><a href="#">About</a></li>
<li ><a href="#">Contact</a></li>
</ul>
</div>
<div class="title">
<h1>KORATTUR DURGA PUJA </h1>
</div>
<div class="button">
<a href="#" class="btn">WATCH VIDEO</a>
<a href="#" class="btn">LEARN MORE</a>
</div>
</header>
</body>
</html>