forked from mohitgoyal18/Hotel-Management-System
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoverview.html
More file actions
59 lines (59 loc) · 2.77 KB
/
overview.html
File metadata and controls
59 lines (59 loc) · 2.77 KB
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
59
<!DOCTYPE>
<html>
<head>
<title>login</title>
<link rel="stylesheet" type="text/css" href="overview.css"/>
</head>
<body>
<div id="holder"><a href="https://www.co.in"><img src="images/22.jpg" width="200px" height="100px"/></a>
<div id="header">
<ul>
<li><a href="login.html">Login</a></li>
<li><a href="overview.html">Overview</a></li>
<li><a href="rest/index.html">Restaurant</a></li>
<li><a href="book.html">Booking</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</div><!--header -->
<div id="gallery">
<h1>Photo</h1>
<img src="images/over/01.jpg" width="150px" height="100px"/>
<img src="images/over/02.jpg" width="150px" height="100px"/>
<img src="images/over/03.jpg" width="150px" height="100px"/>
<img src="images/over/12.jpg" width="150px" height="100px"/><br>
<img src="images/over/04.jpg" width="150px" height="100px"/>
<img src="images/over/05.jpg" width="150px" height="100px"/>
<img src="images/over/06.jpg" width="150px" height="100px"/>
<img src="images/over/07.jpg" width="150px" height="100px"/><br>
<img src="images/over/08.jpg" width="150px" height="100px"/>
<img src="images/over/09.jpg" width="150px" height="100px"/>
<img src="images/over/10.jpg" width="150px" height="100px"/>
<img src="images/over/11.jpg" width="150px" height="100px"/>
</div><!--gallery-->
<div id="contact">
<h1>Contact Us</h1>
<div id="b1">
<h2> Deepak Tailor</h2>
<h2> 9166004022</h2>
</div><!--b1-->
<div id="b2">
<h2> Bablu Singh</h2>
<h2> 9977469946</h2>
</div><!--b2-->
<div id="b3">
<h2> Arshd Khan</h2>
<h2> 7081581466</h2>
</div><!--b3-->
<div id="b4">
<h2> Govind Patidar</h2>
<h2> 9565386679</h2>
</div><!--b4-->
<br><br><br><br><br><br>
<a href="https://www.facebook.com/"><img src="images/over/fb.jpg" width="50px" height="50px"/></a>
<a href="https://accounts.google.com/ServiceLogin?passive=1209600&continue=https%3A%2F%2Faccounts.google.com%2FManageAccount&followup=https%3A%2F%2Faccounts.google.com%2FManageAccount#identifier"><img src="images/over/google.jpg" width="50px" height="50px"/></a>
<a href="https://twitter.com/login"><img src="images/over/tw.jpg" width="50px" height="50px"/></a>
<a href="https://in.yahoo.com/"><img src="images/over/yoo.png" width="50px" height="50px"/></a>
</div><!--contact-->
</div><!--holder-->
</body>
</html>