404.html
15.1 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
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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
<!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, maximum-scale=1">
<title>Mitagen HTML5 Template</title>
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
<!-- stylesheets -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins:wght@300;400;500;600&display=swap">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/custom-animation.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/bootstrap-v4.1.3.min.css">
<link rel="stylesheet" href="assets/css/spacing.min.css">
<link rel="stylesheet" href="assets/css/mainmenu.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/responsive.css">
</head>
<body>
<div class="page-wrapper">
<!-- Preloader -->
<div class="preloader"></div>
<!--====================================================================
Start header area
=====================================================================-->
<header class="main-header">
<!--Header-Upper-->
<div class="header-upper">
<div class="container-fluid clearfix">
<div class="header-inner clearfix">
<div class="logo-outer">
<div class="logo"><a href="index.html"><img src="assets/img/logo.png" alt="" title=""></a></div>
</div>
<!-- Main Menu -->
<nav class="main-menu navbar-expand-lg ml-md-auto">
<div class="navbar-header clearfix">
<div class="logo"><a href="index.html"><img src="assets/img/logo.png" alt="" title=""></a></div>
<!-- Toggle Button -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse-one">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse navbar-collapse-one collapse clearfix">
<ul class="navigation clearfix">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">services</a></li>
<li class="dropdown current"><a href="#">pages</a>
<ul>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="404.html">404</a></li>
</ul>
</li>
<li class="dropdown"><a href="#">blog</a>
<ul>
<li><a href="blog-grid.html">Blog Grid</a></li>
<li><a href="blog-classic.html">Blog Classic</a></li>
<li><a href="blog-details.html">Blog Details</a></li>
</ul>
</li>
<li><a href="contact.html">contact</a></li>
</ul>
</div>
</nav>
<!-- Main Menu End-->
<!-- Menu buttons-->
<div class="menu-button ml-55">
<a href="#" class="theme-btn">Start Project</a>
</div>
</div>
</div>
</div>
<!--End Header Upper-->
</header>
<!--====================================================================
End header area
=====================================================================-->
<!--====================================================================
Start Banner Section
=====================================================================-->
<section class="banner-section rel">
<div class="container">
<h2 class="page-title">Error</h2>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">404</li>
</ol>
</nav>
<div class="shape shapeAnimationOne l-10 t-60">
<img src="assets/img/shapes/shape1.png" alt="Shape">
</div>
<div class="shape shapeAnimationTwo l-70 t-60">
<img src="assets/img/shapes/shape2.png" alt="Shape">
</div>
<div class="shape shapeAnimationThree l-50 t-100">
<img src="assets/img/shapes/shape3.png" alt="Shape">
</div>
</div>
</section>
<!--====================================================================
End Banner Section
=====================================================================-->
<!--====================================================================
End banner section
=====================================================================-->
<!--====================================================================
Start Error section
=====================================================================-->
<section class="error-page text-center mt-100 rmt-100 mb-150 rmb-100">
<div class="container">
<div class="error-inner">
<div class="error-text mb-50">
<h1 class="wow customFadeInDown delay-0-1s slow">404</h1>
<h2 class="wow customFadeInRight delay-0-3s slow">Opps!! Looks like something went wrong</h2>
</div>
<div class="home-or-search wow customFadeInUp delay-0-5s slow">
<a href="index.html" class="theme-btn">Go to Home</a>
<span class="or">Or</span>
<!-- Error Search Form -->
<div class="search-box">
<form method="post" action="#">
<div class="form-group mb-0 d-flex">
<input type="search" name="search-field" value="" placeholder="Search...." required="">
<button type="submit"><span class="flaticon-search"></span></button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!--====================================================================
End Error section
=====================================================================-->
<!--====================================================================
Start Call For Action section
=====================================================================-->
<section class="call-for-action text-center">
<div class="container">
<div class="call-action-content">
<h2>Have any question about us?</h2>
<p> Quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commo do consequat.</p>
<a href="contant.html" class="theme-btn">Please Contact</a>
</div>
</div>
</section>
<!--====================================================================
End Call For Action section
=====================================================================-->
<!--====================================================================
Start footer section
=====================================================================-->
<footer class="footer-section mt-125 pt-100">
<div class="container">
<div class="row">
<!--big column-->
<div class="col-lg-7">
<div class="row">
<!--Footer Column-->
<div class="col-sm-7">
<div class="footer-widget logo-widget mr-35">
<div class="footer-logo"><a href="index.html"><img src="assets/img/logo.png" alt="logo"></a></div>
<div class="widget-content">
<div class="text">
<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="footer-social-icon mt-35">
<div class="social-link-icon">
<a href="#"><i class="fa fa-facebook-f"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-skype"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
<!--Footer Column-->
<div class="col-sm-5">
<div class="footer-widget links-widget">
<h4 class="footer-title">Usefull Links</h4>
<div class="widget-content">
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Project</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--big column-->
<div class="col-lg-5">
<div class="row">
<!--Footer Column-->
<div class="col-sm-5">
<div class="footer-widget links-widget">
<h4 class="footer-title">Services</h4>
<div class="widget-content">
<ul>
<li><a href="#">Search Optimization</a></li>
<li><a href="#">Wireframing Task</a></li>
<li><a href="#">Market Analysis</a></li>
<li><a href="#">Web Development</a></li>
<li><a href="#">Web Design</a></li>
</ul>
</div>
</div>
</div>
<!--Footer Column-->
<div class="col-sm-7">
<div class="footer-widget info-widget">
<h4 class="footer-title">Contact</h4>
<div class="office-info">
<ul>
<li><i class="flaticon-home"></i>1301 Hoffman Avenue, Brooklyn New York, <br>NY-11206</li>
<li><i class="flaticon-telephone"></i>+1 (012) 345-6789 <br>
+1 (123) 456-7899</li>
<li><i class="flaticon-email"></i>info@yourmail.com</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Copyright-->
<div class="footer-bottom">
<div class="copyright">Copyright @2020 M_Themes All rights By <a href="http://www.bootstrapmb.com/">bootstrapmb</a></div>
</div>
</footer>
<!--====================================================================
End footer section
=====================================================================-->
<!-- Scroll Top Button -->
<button class="scroll-top scroll-to-target" data-target="html">
<span class="fa fa-angle-up"></span>
</button>
</div>
<!--====================================================================
Include All Js File
====================================================================-->
<!-- All Plugins -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/bootstrap-v4.1.3.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/jquery.countTo.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/isotope.pkgd.min.js"></script>
<script src="assets/js/slick.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/appear.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>