-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathspa.html
108 lines (99 loc) · 5.43 KB
/
spa.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Tripathi Hotel Bhadohi</title>
<!-- Start of Async Drift Code -->
<script>
"use strict";
!function() {
var t = window.driftt = window.drift = window.driftt || [];
if (!t.init) {
if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice."));
t.invoked = !0, t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n = Array.prototype.slice.call(arguments);
return n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement("script");
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
var i = document.getElementsByTagName("script")[0];
i.parentNode.insertBefore(o, i);
};
}
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('c3aurgtk94ca');
</script>
<!-- End of Async Drift Code -->
</head>
<body style="background-color:#fefbd8;">
<header class="sticky-top" style="background-color:#fefbd8;">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" style="color: #b5985a;" href="#"><h3>TRIPATHI</h3><h7>Hotel Bhadohi</h7></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav mr-auto bg-dark">
<a class="nav-item nav-link active" href="index.html">Home<span class="sr-only">(current)</span></a>
<a class="nav-item nav-link active" href="rooms.html">Book a Room <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link active" href="dining.html">Book a Table <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link active" href="spa.html">Spa <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link active" href="services.html">Services <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link active" href="contact.html">Contact Us <span class="sr-only">(current)</span></a>
</div>
</div>
</nav>
<nav aria-label="breadcrumb bg-dark">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">TRIPATHI HOTEL</a></li>
<li class="breadcrumb-item active" aria-current="page">Spa</li>
</ol>
</nav>
</header>
<div class="content" style="background-color:#fefbd8;">
<h1 >Services not started yet!!</h1><br><br><br><br><br><br><br><br>
</div>
<footer class="justify-content-center bg-dark">
<h3>Also View</h3>
<div class="row" >
<div class="col-sm-4">
<h5 class="card-title">Luxury Swimming Pool</h5>
<video src="https://assets.mixkit.co/videos/preview/mixkit-luxury-swimming-pool-4045-large.mp4" alt="Bear" style="width:100%" autoplay loop playsinline muted></video>
</div>
<div class="col-sm-4">
<h5 class="card-title">24*7 Assistancet</h5>
<video src="https://assets.mixkit.co/videos/preview/mixkit-receptionist-listens-to-a-client-at-the-reception-21670-large.mp4" alt="Bear" style="width:100%" autoplay loop playsinline muted></video>
</div>
<div class="col-sm-4">
<h5 class="card-title">Corridor</h5>
<video src="https://assets.mixkit.co/videos/preview/mixkit-corridor-of-an-elegant-hotel-34613-large.mp4" alt="Bear" style="width:100%" autoplay loop playsinline muted></video>
</div>
</div>
<hr style="background-color:white">
<br>
<div id="fm">
<p>FAQ</p>
<p>TERMS & CONDITIONS |</p>
<p>SAPLE INFO |</p>
<p>ADDRESS:INDIA U.P. BHADOHI PIN 221314</p>
<P class="fa fa-facebook sm"></P>
<P class="fa fa-google sm" ></P>
<P class="fa fa-youtube sm"></P>
<P class="fa fa-instagram sm"></P>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>