-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathauth-404-cover.html
61 lines (50 loc) · 2.62 KB
/
auth-404-cover.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
<!doctype html>
<html lang="en" data-layout="vertical" data-topbar="light" data-sidebar="dark" data-sidebar-size="lg" data-sidebar-image="none" data-preloader="disable" data-theme="default" data-theme-colors="default">
<!-- Mirrored from themesbrand.com/velzon/html/master/auth-404-cover.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 12 Aug 2024 07:47:00 GMT -->
<head>
<meta charset="utf-8" />
<title>404 Error Cover | Velzon - Admin & Dashboard Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="Premium Multipurpose Admin & Dashboard Template" name="description" />
<meta content="Themesbrand" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- Layout config Js -->
<script src="assets/js/layout.js"></script>
<!-- Bootstrap Css -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Icons Css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
<!-- App Css-->
<link href="assets/css/app.min.css" rel="stylesheet" type="text/css" />
<!-- custom Css-->
<link href="assets/css/custom.min.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- auth-page wrapper -->
<div class="auth-page-wrapper py-5 d-flex justify-content-center align-items-center min-vh-100">
<!-- auth-page content -->
<div class="auth-page-content overflow-hidden p-0">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-7 col-lg-8">
<div class="text-center">
<img src="assets/images/error400-cover.png" alt="error img" class="img-fluid">
<div class="mt-3">
<h3 class="text-uppercase">Sorry, Page not Found 😭</h3>
<p class="text-muted mb-4">The page you are looking for not available!</p>
<a href="index.html" class="btn btn-success"><i class="mdi mdi-home me-1"></i>Back to home</a>
</div>
</div>
</div><!-- end col -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</div>
<!-- end auth-page content -->
</div>
<!-- end auth-page-wrapper -->
</body>
<!-- Mirrored from themesbrand.com/velzon/html/master/auth-404-cover.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 12 Aug 2024 07:47:00 GMT -->
</html>