-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomepage.html
58 lines (55 loc) · 1.99 KB
/
homepage.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<title>Admin-Panel</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UAx-Compatible" content="ie=edge">
<link rel="icon" type="image/png" href="Titlelogo.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.css">
<style>
body,html
{
background-image: url("gard.jpg");
height: 100%;
}
</style>
</head>
<body>
<div class="block">
<nav class="navbar">
<!-- <div class="navbar-start">
<a href="#" class="navbar-item">Logout</a>
</div>
<div class="nav">
<a href="https://www.instagram.com/travelaam/" class="nav-item">
<span class="icon">
<i class="fa fa-instagram"></i>
</span>
</a>
<a href="https://www.facebook.com/travelaam/" class="nav-item">
<span class="icon">
<i class="fa fa-facebook"></i>
</span>
</a>
</div> -->
<div class="navbar-end nav-menu">
<a href="#Home" class="navbar-item">
<span class="icon">
<i class="fa fa-home"></i>
</span> Home</a>
<a href="internpackage.html" class="navbar-item">International-Packages</a>
<a href="Dompackage.html" class="navbar-item">Domestic-Packages</a>
<!-- <a href="Offer.html" class="navbar-item">Offers</a> -->
<a href="Blog.html" class="navbar-item">Blogs</a>
<a href="Patner.html" class="navbar-item">ADD-Patners</a>
<a href="C:\Users\Harsh\Google Drive\Travelaam\Login\Login.html" class="navbar-item">
<span class="icon">
<i class="fa fa-sign-out"></i>
</span> Logout</a>
</div>
</nav>
</div>
</body>
</html>