forked from pragya-sharma03/hotel-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact us
More file actions
62 lines (54 loc) · 2.2 KB
/
Copy pathcontact us
File metadata and controls
62 lines (54 loc) · 2.2 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
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="../styles/css/styles.css">
<title>Make Reservation</title>
</head>
<body>
<header style="margin: 75px;">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="navbar" class="navbar-collapse collapse" aria-expanded="false" style="height: 1px;">
<ul class="nav navbar-nav">
<li>
<a href="home.html"><span class="glyphicon glyphicon-home"></span> Home</a>
</li>
<li>
<a href="makereservation.html"><i class="fa fa-book"></i> Reservations</a>
</li>
<li>
<a href="cancelreservation.html"><i class="fa fa-book"></i> Change/Cancel Res</a>
</li>
<li class="active">
<a href="contactus.html"><span class="glyphicon glyphicon-phone"></span> Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="container">
<div class="container">
<div class="page-header" style="font-family: Century Gothic; font-size: 20px"><h2>CONTACT US </h2></div>
<br>
<p style="font-family: sans-serif; font-size: 20px">
Hotel Pochinki Pvt. Ltd.<br>
New Delhi,111032<br>
Email:support@pochinki.net<br>
07805-222341,223343
</p>
</div>
</div>
</body>
</html>