-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
466 lines (417 loc) · 27.1 KB
/
Copy path404.html
File metadata and controls
466 lines (417 loc) · 27.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
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
<!DOCTYPE html>
<html lang="en">
<!-- Tlycart/404.html 22 Nov 2019 10:04:04 GMT -->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Tly Cart</title>
<meta name="keywords" content="HTML5 Template">
<meta name="description" content="Tlycart - Bootstrap eCommerce Template">
<meta name="author" content="p-themes">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/icons/favicon-16x16.png">
<link rel="manifest" href="assets/images/icons/site.html">
<link rel="mask-icon" href="assets/images/icons/safari-pinned-tab.svg" color="#666666">
<link rel="shortcut icon" href="assets/images/icons/favicon.ico">
<meta name="apple-mobile-web-app-title" content="Tlycart">
<meta name="application-name" content="Tlycart">
<meta name="msapplication-TileColor" content="#cc9966">
<meta name="msapplication-config" content="assets/images/icons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Plugins CSS File -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Main CSS File -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="page-wrapper">
<header class="header">
<div class="header-top">
<div class="container">
<div class="header-left">
</div><!-- End .header-left -->
<div class="header-right">
<ul class="top-menu">
<li>
<a href="#">Links</a>
<ul>
<li><a href="tel:#"><i class="icon-phone"></i>Call: +0123 456 789</a></li>
<li><a href="wishlist.html"><i class="icon-heart-o"></i>Wishlist <span>(3)</span></a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="#signin-modal" data-toggle="modal"><i class="icon-user"></i>Login</a></li>
</ul>
</li>
</ul><!-- End .top-menu -->
</div><!-- End .header-right -->
</div><!-- End .container -->
</div><!-- End .header-top -->
<div class="header-middle sticky-header">
<div class="container">
<div class="header-left">
<button class="mobile-menu-toggler">
<span class="sr-only">Toggle mobile menu</span>
<i class="icon-bars"></i>
</button>
<a href="index.html" class="logo">
<img src="assets/images/logo.png" alt="Tlycart Logo" width="105" height="25">
</a>
<nav class="main-nav">
<ul class="menu sf-arrows">
<li class="megamenu-container active">
<a href="index.html" class="sf-with-ul">Home</a>
</li>
<li>
<a href="#" class="sf-with-ul">Shop</a>
</li>
<li>
<a href="#" class="sf-with-ul">Product</a>
</li>
<li>
<a href="#" class="sf-with-ul">Pages</a>
</li>
<li>
<a href="#" class="sf-with-ul">Blog</a>
</li>
<li>
<a href="#" class="sf-with-ul">Elements</a>
</li>
</ul><!-- End .menu -->
</nav><!-- End .main-nav -->
</div><!-- End .header-left -->
<div class="header-right">
<div class="header-search">
<a href="#" class="search-toggle" role="button" title="Search"><i class="icon-search"></i></a>
<form action="#" method="get">
<div class="header-search-wrapper">
<label for="q" class="sr-only">Search</label>
<input type="search" class="form-control" name="q" id="q" placeholder="Search in..." required>
</div><!-- End .header-search-wrapper -->
</form>
</div><!-- End .header-search -->
<div class="dropdown compare-dropdown">
<a href="#" class="dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-display="static" title="Compare Products" aria-label="Compare Products">
<i class="icon-random"></i>
</a>
<div class="dropdown-menu dropdown-menu-right">
<ul class="compare-products">
<li class="compare-product">
<a href="#" class="btn-remove" title="Remove Product"><i class="icon-close"></i></a>
<h4 class="compare-product-title"><a href="#">Blue Night Dress</a></h4>
</li>
<li class="compare-product">
<a href="#" class="btn-remove" title="Remove Product"><i class="icon-close"></i></a>
<h4 class="compare-product-title"><a href="#">White Long Skirt</a></h4>
</li>
</ul>
<div class="compare-actions">
<a href="#" class="action-link">Clear All</a>
<a href="#" class="btn btn-outline-primary-2"><span>Compare</span><i class="icon-long-arrow-right"></i></a>
</div>
</div><!-- End .dropdown-menu -->
</div><!-- End .compare-dropdown -->
<div class="dropdown cart-dropdown">
<a href="#" class="dropdown-toggle" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-display="static">
<i class="icon-shopping-cart"></i>
<span class="cart-count">2</span>
</a>
<div class="dropdown-menu dropdown-menu-right">
<div class="dropdown-cart-products">
<div class="product">
<div class="product-cart-details">
<h4 class="product-title">
<a href="#">Beige knitted elastic runner shoes</a>
</h4>
<span class="cart-product-info">
<span class="cart-product-qty">1</span>
x $84.00
</span>
</div><!-- End .product-cart-details -->
<figure class="product-image-container">
<a href="#" class="product-image">
<img src="assets/images/products/cart/product-1.jpg" alt="product">
</a>
</figure>
<a href="#" class="btn-remove" title="Remove Product"><i class="icon-close"></i></a>
</div><!-- End .product -->
<div class="product">
<div class="product-cart-details">
<h4 class="product-title">
<a href="#">Blue utility pinafore denim dress</a>
</h4>
<span class="cart-product-info">
<span class="cart-product-qty">1</span>
x $76.00
</span>
</div><!-- End .product-cart-details -->
<figure class="product-image-container">
<a href="#" class="product-image">
<img src="assets/images/products/cart/product-2.jpg" alt="product">
</a>
</figure>
<a href="#" class="btn-remove" title="Remove Product"><i class="icon-close"></i></a>
</div><!-- End .product -->
</div><!-- End .cart-product -->
<div class="dropdown-cart-total">
<span>Total</span>
<span class="cart-total-price">$160.00</span>
</div><!-- End .dropdown-cart-total -->
<div class="dropdown-cart-action">
<a href="cart.html" class="btn btn-primary">View Cart</a>
<a href="checkout.html" class="btn btn-outline-primary-2"><span>Checkout</span><i class="icon-long-arrow-right"></i></a>
</div><!-- End .dropdown-cart-total -->
</div><!-- End .dropdown-menu -->
</div><!-- End .cart-dropdown -->
</div><!-- End .header-right -->
</div><!-- End .container -->
</div><!-- End .header-middle -->
</header><!-- End .header -->
<main class="main">
<nav aria-label="breadcrumb" class="breadcrumb-nav border-0 mb-0">
<div class="container">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item"><a href="#">Pages</a></li>
<li class="breadcrumb-item active" aria-current="page">404</li>
</ol>
</div><!-- End .container -->
</nav><!-- End .breadcrumb-nav -->
<div class="error-content text-center" style="background-image: url(assets/images/backgrounds/error-bg.jpg)">
<div class="container">
<h1 class="error-title">Error 404</h1><!-- End .error-title -->
<p>We are sorry, the page you've requested is not available.</p>
<a href="index.html" class="btn btn-outline-primary-2 btn-minwidth-lg">
<span>BACK TO HOMEPAGE</span>
<i class="icon-long-arrow-right"></i>
</a>
</div><!-- End .container -->
</div><!-- End .error-content text-center -->
</main><!-- End .main -->
<footer class="footer">
<div class="footer-middle">
<div class="container">
<div class="row">
<div class="col-sm-6 col-lg-3">
<div class="widget widget-about">
<img src="assets/images/logo.png" class="footer-logo" alt="Footer Logo" width="105" height="25">
<p>Praesent dapibus, neque id cursus ucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. </p>
<div class="social-icons">
<a href="#" class="social-icon" target="_blank" title="Facebook"><i class="icon-facebook-f"></i></a>
<a href="#" class="social-icon" target="_blank" title="Twitter"><i class="icon-twitter"></i></a>
<a href="#" class="social-icon" target="_blank" title="Instagram"><i class="icon-instagram"></i></a>
<a href="#" class="social-icon" target="_blank" title="Youtube"><i class="icon-youtube"></i></a>
<a href="#" class="social-icon" target="_blank" title="Pinterest"><i class="icon-pinterest"></i></a>
</div><!-- End .soial-icons -->
</div><!-- End .widget about-widget -->
</div><!-- End .col-sm-6 col-lg-3 -->
<div class="col-sm-6 col-lg-3">
<div class="widget">
<h4 class="widget-title">Useful Links</h4><!-- End .widget-title -->
<ul class="widget-list">
<li><a href="about.html">About Tlycart</a></li>
<li><a href="#">How to shop on Tlycart</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="contact.html">Contact us</a></li>
<li><a href="login.html">Log in</a></li>
</ul><!-- End .widget-list -->
</div><!-- End .widget -->
</div><!-- End .col-sm-6 col-lg-3 -->
<div class="col-sm-6 col-lg-3">
<div class="widget">
<h4 class="widget-title">Customer Service</h4><!-- End .widget-title -->
<ul class="widget-list">
<li><a href="#">Payment Methods</a></li>
<li><a href="#">Money-back guarantee!</a></li>
<li><a href="#">Returns</a></li>
<li><a href="#">Shipping</a></li>
<li><a href="#">Terms and conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul><!-- End .widget-list -->
</div><!-- End .widget -->
</div><!-- End .col-sm-6 col-lg-3 -->
<div class="col-sm-6 col-lg-3">
<div class="widget">
<h4 class="widget-title">My Account</h4><!-- End .widget-title -->
<ul class="widget-list">
<li><a href="#">Sign In</a></li>
<li><a href="cart.html">View Cart</a></li>
<li><a href="#">My Wishlist</a></li>
<li><a href="#">Track My Order</a></li>
<li><a href="#">Help</a></li>
</ul><!-- End .widget-list -->
</div><!-- End .widget -->
</div><!-- End .col-sm-6 col-lg-3 -->
</div><!-- End .row -->
</div><!-- End .container -->
</div><!-- End .footer-middle -->
<div class="footer-bottom">
<div class="container">
<p class="footer-copyright">Copyright © 2019 Tlycart Store. All Rights Reserved.</p><!-- End .footer-copyright -->
<figure class="footer-payments">
<img src="assets/images/payments.png" alt="Payment methods" width="272" height="20">
</figure><!-- End .footer-payments -->
</div><!-- End .container -->
</div><!-- End .footer-bottom -->
</footer><!-- End .footer -->
</div><!-- End .page-wrapper -->
<button id="scroll-top" title="Back to Top"><i class="icon-arrow-up"></i></button>
<!-- Mobile Menu -->
<div class="mobile-menu-overlay"></div><!-- End .mobil-menu-overlay -->
<div class="mobile-menu-container">
<div class="mobile-menu-wrapper">
<span class="mobile-menu-close"><i class="icon-close"></i></span>
<form action="#" method="get" class="mobile-search">
<label for="mobile-search" class="sr-only">Search</label>
<input type="search" class="form-control" name="mobile-search" id="mobile-search" placeholder="Search in..." required>
<button class="btn btn-primary" type="submit"><i class="icon-search"></i></button>
</form>
<nav class="mobile-nav">
<ul class="mobile-menu">
<li class="active">
<a href="index.html">Home</a>
</li>
<li>
<a href="#">Shop</a>
</li>
<li>
<a href="#" class="sf-with-ul">Product</a>
</li>
<li>
<a href="#">Pages</a>
</li>
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="#">Elements</a>
</li>
</ul>
</nav><!-- End .mobile-nav -->
<div class="social-icons">
<a href="#" class="social-icon" target="_blank" title="Facebook"><i class="icon-facebook-f"></i></a>
<a href="#" class="social-icon" target="_blank" title="Twitter"><i class="icon-twitter"></i></a>
<a href="#" class="social-icon" target="_blank" title="Instagram"><i class="icon-instagram"></i></a>
<a href="#" class="social-icon" target="_blank" title="Youtube"><i class="icon-youtube"></i></a>
</div><!-- End .social-icons -->
</div><!-- End .mobile-menu-wrapper -->
</div><!-- End .mobile-menu-container -->
<!-- Sign in / Register Modal -->
<div class="modal fade" id="signin-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><i class="icon-close"></i></span>
</button>
<div class="form-box">
<div class="form-tab">
<ul class="nav nav-pills nav-fill" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="signin-tab" data-toggle="tab" href="#signin" role="tab" aria-controls="signin" aria-selected="true">Sign In</a>
</li>
<li class="nav-item">
<a class="nav-link" id="register-tab" data-toggle="tab" href="#register" role="tab" aria-controls="register" aria-selected="false">Register</a>
</li>
</ul>
<div class="tab-content" id="tab-content-5">
<div class="tab-pane fade show active" id="signin" role="tabpanel" aria-labelledby="signin-tab">
<form action="#">
<div class="form-group">
<label for="singin-email">Username or email address *</label>
<input type="text" class="form-control" id="singin-email" name="singin-email" required>
</div><!-- End .form-group -->
<div class="form-group">
<label for="singin-password">Password *</label>
<input type="password" class="form-control" id="singin-password" name="singin-password" required>
</div><!-- End .form-group -->
<div class="form-footer">
<button type="submit" class="btn btn-outline-primary-2">
<span>LOG IN</span>
<i class="icon-long-arrow-right"></i>
</button>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="signin-remember">
<label class="custom-control-label" for="signin-remember">Remember Me</label>
</div><!-- End .custom-checkbox -->
<a href="#" class="forgot-link">Forgot Your Password?</a>
</div><!-- End .form-footer -->
</form>
<div class="form-choice">
<p class="text-center">or sign in with</p>
<div class="row">
<div class="col-sm-6">
<a href="#" class="btn btn-login btn-g">
<i class="icon-google"></i>
Login With Google
</a>
</div><!-- End .col-6 -->
<div class="col-sm-6">
<a href="#" class="btn btn-login btn-f">
<i class="icon-facebook-f"></i>
Login With Facebook
</a>
</div><!-- End .col-6 -->
</div><!-- End .row -->
</div><!-- End .form-choice -->
</div><!-- .End .tab-pane -->
<div class="tab-pane fade" id="register" role="tabpanel" aria-labelledby="register-tab">
<form action="#">
<div class="form-group">
<label for="register-email">Your email address *</label>
<input type="email" class="form-control" id="register-email" name="register-email" required>
</div><!-- End .form-group -->
<div class="form-group">
<label for="register-password">Password *</label>
<input type="password" class="form-control" id="register-password" name="register-password" required>
</div><!-- End .form-group -->
<div class="form-footer">
<button type="submit" class="btn btn-outline-primary-2">
<span>SIGN UP</span>
<i class="icon-long-arrow-right"></i>
</button>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="register-policy" required>
<label class="custom-control-label" for="register-policy">I agree to the <a href="#">privacy policy</a> *</label>
</div><!-- End .custom-checkbox -->
</div><!-- End .form-footer -->
</form>
<div class="form-choice">
<p class="text-center">or sign in with</p>
<div class="row">
<div class="col-sm-6">
<a href="#" class="btn btn-login btn-g">
<i class="icon-google"></i>
Login With Google
</a>
</div><!-- End .col-6 -->
<div class="col-sm-6">
<a href="#" class="btn btn-login btn-f">
<i class="icon-facebook-f"></i>
Login With Facebook
</a>
</div><!-- End .col-6 -->
</div><!-- End .row -->
</div><!-- End .form-choice -->
</div><!-- .End .tab-pane -->
</div><!-- End .tab-content -->
</div><!-- End .form-tab -->
</div><!-- End .form-box -->
</div><!-- End .modal-body -->
</div><!-- End .modal-content -->
</div><!-- End .modal-dialog -->
</div><!-- End .modal -->
<!-- Plugins JS File -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/jquery.hoverIntent.min.js"></script>
<script src="assets/js/jquery.waypoints.min.js"></script>
<script src="assets/js/superfish.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
<!-- Tlycart/404.html 22 Nov 2019 10:04:04 GMT -->
</html>