-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
268 lines (234 loc) · 9.74 KB
/
404.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MSP4GXR2TK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MSP4GXR2TK');
</script>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>404 Page Not Found</title>
<!-- SEO Specific Metas
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="You will encounter this pages if any link you visit is broken or does not exit.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex">
<meta name="robots" content="nofollow">
<!-- Social Media Essential META Tags -->
<meta property="og:title" content="404 Page Not Found">
<meta property="og:description" content="You will encounter this pages if any link you visit is broken or does not exit.">
<meta property="og:type" content="website" />
<meta property="og:image" content="https://doctorshousecall.com.np/static/images/fulllogo.png"> <!-- need here --->
<meta property="og:url" content=""> <!-- need here --->
<meta name="twitter:card" content="summary_large_image">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="static/images/favicons/favicon.ico" />
<!--
Essential stylesheets
=====================================-->
<link rel="stylesheet" href="static/plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="static/plugins/icofont/icofont.min.css">
<link rel="stylesheet" href="static/plugins/slick-carousel/slick/slick.css">
<link rel="stylesheet" href="static/plugins/slick-carousel/slick/slick-theme.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="static/css/style.css">
</head>
<body id="top">
<!-- Messenger Chat plugin Code -->
<div id="fb-root"></div>
<!-- Your Chat plugin code -->
<div id="fb-customer-chat" class="fb-customerchat">
</div>
<script>
var chatbox = document.getElementById('fb-customer-chat');
chatbox.setAttribute("page_id", "104138718897805");
chatbox.setAttribute("attribution", "biz_inbox");
</script>
<!-- Your SDK code -->
<script>
window.fbAsyncInit = function() {
FB.init({
xfbml : true,
version : 'v18.0'
});
};
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<header>
<div class="header-top-bar">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<ul class="top-bar-info list-inline-item pl-0 mb-0">
<li class="list-inline-item"><a href="mailto:[email protected]"><i class="icofont-support-faq mr-2"></i>[email protected]</a></li>
<li class="list-inline-item"><i class="icofont-location-pin mr-2"></i>Baluwatar, Kathmandu, Nepal</li>
</ul>
</div>
<div class="col-lg-6">
<div class="text-lg-right top-right-bar mt-2 mt-lg-0">
<a href="tel:+977-9813165183">
<span class="h4">Call Now : </span>
<span class="h4">+977-9813165183</span>
</a>
</div>
</div>
</div>
</div>
</div>
<nav class="navbar navbar-expand-lg navigation" id="navbar">
<div class="container">
<a class="navbar-brand" href="/">
<img src="static/images/logo.webp" alt="Doctors House Call Service, Kathmandu, Nepal" class="img-fluid">
</a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarmain"
aria-controls="navbarmain" aria-expanded="false" aria-label="Toggle navigation">
<span class="icofont-navigation-menu"></span>
</button>
<div class="collapse navbar-collapse" id="navbarmain">
<ul class="navbar-nav ml-auto">
<li class="nav-item active"><a class="nav-link" href="/">Home</a></li>
<li class="nav-item"><a class="nav-link" href="/about/">About</a></li>
<li class="nav-item"><a class="nav-link" href="/#services">Services</a></li>
<li class="nav-item"><a class="nav-link" href="/doctors/">Doctors</a></li>
<li class="nav-item"><a class="nav-link" href="/blogs/">Blogs</a></li>
<li class="nav-item"><a class="nav-link" href="/contact/">Contact</a></li>
</ul>
</div>
</div>
</nav>
</header>
<section class="page-title bg-1">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block text-center">
<!-- <span class="text-white">Page Not Found</span> -->
<h1 class="text-capitalize mb-5 text-lg">Oops, it looks like you've taken a wrong turn!</h1>
<span class="text-white">
<a style="color: white;" href="/index.html"><i class="icofont-hand-drawn-right"></i>Go to Home Page</a>
</span>
</div>
</div>
</div>
</div>
</section>
<!-- footer Start -->
<footer class="footer section gray-bg">
<div class="container">
<div class="row">
<div class="col-lg-4 mr-auto col-sm-6">
<div class="widget mb-5 mb-lg-0">
<div class="logo mb-4">
<img src="static/images/logo.webp" alt="Doctors House Call Service, Kathmandu, Nepal" class="img-fluid">
</div>
<!-- <p>Tempora dolorem voluptatum nam vero assumenda voluptate, facilis ad eos obcaecati tenetur veritatis eveniet distinctio possimus.</p> -->
<ul class="list-inline footer-socials mt-4">
<li class="list-inline-item">
<a href="https://www.facebook.com/DoctorsHouseCallServiceNepal" target="_blank"><i class="icofont-facebook"></i></a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/doctorsnepal1" target="_blank"><i class="icofont-twitter"></i></a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/doctorshousecallservicenepal/" target="_blank"><i class="icofont-instagram"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6">
<div class="widget mb-5 mb-lg-0">
<h4 class="text-capitalize mb-3">Resources</h4>
<div class="divider mb-4"></div>
<ul class="list-unstyled footer-menu lh-35">
<li><a href="/about/">About Us </a></li>
<li><a href="/contact/">Contact</a></li>
<li><a href="/doctors/">Doctors</a></li>
<li><a href="/blogs/">Blogs</a></li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6">
<div class="widget mb-5 mb-lg-0">
<h4 class="text-capitalize mb-3">Support</h4>
<div class="divider mb-4"></div>
<ul class="list-unstyled footer-menu lh-35">
<li><a href="#!">Terms & Conditions</a></li>
<li><a href="#!">FAQuestions</a></li>
<li><a href="/license/Doctors House Call Service Nepal Registration License.pdf" target="_blank">Company Licence</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="widget widget-contact mb-5 mb-lg-0">
<h4 class="text-capitalize mb-3">Get in Touch</h4>
<div class="divider mb-4"></div>
<div class="footer-contact-block mb-4">
<div class="icon d-flex align-items-center">
<i class="icofont-email mr-3"></i>
<span class="h6 mb-0">Have Personal Inquiries? Email Us</span>
</div>
<span class="mt-2"><a href="mailto:[email protected]">[email protected]</a></span>
</div>
<div class="footer-contact-block">
<div class="icon d-flex align-items-center">
<i class="icofont-support mr-3"></i>
<span class="h6 mb-0">24/7 Support Available</span>
</div>
<span class="mt-2"><a href="tel:+977-9813165183">+977-9813165183</a></span>
</div>
</div>
</div>
</div>
<div class="footer-btm py-4 mt-5">
<div class="row align-items-center justify-content-between">
<div class="col-lg-6">
<div class="copyright">
Copyright © 2024, Doctors House Call Service Nepal. All Rights Reserved.
</div>
</div>
<div class="col-lg-6">
<div class="subscribe-form text-lg-right mt-5 mt-lg-0">
<form action="#" class="subscribe">
<input type="text" class="form-control" placeholder="Your Email address" required>
<button type="submit" class="btn btn-main-2 btn-round-full">Subscribe</button>
</form>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<a class="backtop scroll-top-to" href="#top">
<i class="icofont-long-arrow-up"></i>
</a>
</div>
</div>
</div>
</div>
</footer>
<!--
Essential Scripts
=====================================-->
<script src="/static/plugins/jquery/jquery.js"></script>
<script src="/static/plugins/bootstrap/bootstrap.min.js"></script>
<script src="/static/plugins/slick-carousel/slick/slick.min.js"></script>
<script src="/static/plugins/shuffle/shuffle.min.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAkeLMlsiwzp6b3Gnaxd86lvakimwGA6UA"></script>
<script src="/static/plugins/google-map/gmap.js"></script>
<script src="/static/js/script.js"></script>
</body>
</html>