-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (27 loc) · 1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kerala Tourism</title>
<link rel="stylesheet" href="./css/style.css">
<body>
<div class="hero">
<img src="./images/wp3500264-kerala-tourism-hd-wallpapers.jpg" alt="background image" class="back-img">
<nav>
<a href="./index.html"><img src="./images/ket_logo-01.png" alt="" class="img-logo"></a>
<ul>
<li><a href="./index.html">HOME</a></li>
<li><a href="#">RESORT BOOKING</a></li>
<li><a href="#">BEACHES</a></li>
<li><a href="./login.html">LOGIN</a></li>
</ul>
</nav>
<div class="clone">
<h1>WELCOME TO KERALA TOURISM OFFICIAL WEBSITE</h1>
<a href="./explore.html">EXPLORE</a>
</div>
</div>
</body>
</html>