-
Notifications
You must be signed in to change notification settings - Fork 0
/
terms.html
79 lines (74 loc) · 2.87 KB
/
terms.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!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" />
<link rel="stylesheet" href="design.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css"
/>
<title>Terms</title>
</head>
<body>
<div>
<nav>
<ul class="topbar">
<li class="list_topbar"><a class="link_topbar" href="book_now.html" >Book Now</a></li>
<li class="list_topbar"><a class="link_topbar" href="contact.html" >Contact us</a></li>
<li class="list_topbar"><a class="link_topbar" href="gallery.html" >Gallery</a></li>
<li class="list_topbar"><a class="link_topbar" href="index.html">Home</a></li>
<a class="icon_topbar" href="index.html"><img class="img_topbar" src="img/logo.png" alt="icon"/></a>
</ul>
</nav>
</div>
<div class="div_img_terms">
<img class="img_terms" src="img/9.jpg" alt="9">
</div>
<div class="terms_info">
<h3>TERMS</h3>
<p>
To ensure that this Hotel has publicness (is accepted by public) and
provides a safe and comfortable stay to guests, the following rules need
to be followed: Not abiding by these rules may lead to cancellation of
stay and/or refusal to use the hotel facilities. Further, if you happen
to damage any equipment or fixtures inside the hotel premises, the Hotel
reserves a right to charge you the full cost of the same.
</p>
<p>
Do not use the guest rooms for purposes other than intended without
authorization
</p>
<p>
Do not light fire in the passage or guest rooms for heating or cooking.
</p>
<p>
To prevent fire, refrain from smoking on bed, in non-smoking rooms, and
in any other places prone to catch fire.
</p>
<p>
Be careful not to move the articles in the Hotel or guest rooms from
their fixed places without permission.
</p>
<p>
Do not change the position of the gadgets and fixtures in the Hotel or
guest rooms without permission.
</p>
</div>
<div>
<footer>
<ul class="footer_bar">
<li class="list_footer"><a class="link_footer" href="index.html">Home</a></li>
<li class="list_footer"><a class="link_footer" href="about.html" >About</a></li>
<li class="list_footer"><a class="link_footer" href="terms.html" >Terms</a></li>
<li class="list_footer"><a class="link_footer" href="policy.html">Privacy Policy</a></li>
</ul>
</footer>
</div>
</body>
</html>