-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (28 loc) · 921 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hotels</title>
<link rel="stylesheet" href="sicko.css">
</head>
<body>
<header>
<div class="row">
<ul class="main-nav" >
<li><a class="active" href="https://www.google.com/" target="_blank"> Home </a> </li>
<li><a href="https://www.google.com/" target="_blank"> Services </a></li>
<li><a href="https://www.google.com/" target="_blank">About </a> </li>
<li><a href="https://www.google.com/" target="_blank"> Contact </a> </li>
<li><a href="https://www.google.com/" target="_blank"> Faqs </a> </li>
</ul>
<div class="book">
<a href="">Explore Packages ♥ </a>
</div>
</div>
<div class="login">
<a href="">Login</a>
</div>
</header>
</body>
</html>