-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy patherror-404.html
More file actions
110 lines (95 loc) · 4 KB
/
error-404.html
File metadata and controls
110 lines (95 loc) · 4 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="description" content="" >
<meta name="author" content="">
<meta name="keywords" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--Meta Responsive tag-->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--Favicon Icon-->
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!--Bootstrap CSS-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--Custom style.css-->
<link rel="stylesheet" href="assets/css/quicksand.css">
<link rel="stylesheet" href="assets/css/style.css">
<!--Font Awesome-->
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/css/fontawesome.css">
<!--Animate CSS-->
<link rel="stylesheet" href="assets/css/animate.min.css">
<!--Chartist CSS-->
<link rel="stylesheet" href="assets/css/chartist.min.css">
<!--Map-->
<link rel="stylesheet" href="assets/css/jquery-jvectormap-2.0.2.css">
<!--Bootstrap Calendar-->
<link rel="stylesheet" href="assets/js/calendar/bootstrap_calendar.css">
<!--Nice select -->
<link rel="stylesheet" href="assets/css/nice-select.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<title>Sleek Admin</title>
</head>
<body>
<!--Page loader-->
<div class="loader-wrapper">
<div class="loader-circle">
<div class="loader-wave"></div>
</div>
</div>
<!--Page loader-->
<!--Page Wrapper-->
<div class="container-fluid">
<div class="col-md-4 offset-md-4 col-sm-4 offset-sm-4">
<div class="code text-theme mt-5">404</div>
<div class="title mb-4 text-center text-secondary text-uppercase">It looks like you have been lost...</div>
<div class="buttons mb-5">
<div class="row">
<div class="col-md-6">
<button onclick="history.back();" class="btn btn-theme btn-block p-2"><i class="fa fa-angle-left pull-left"></i> Go back</button>
</div>
<div class="col-md-6">
<a href="index.html" class="btn btn-danger btn-block p-2">Go Home <i class="fa fa-angle-right pull-right"></i></a>
</div>
</div>
</div>
<div class="form-group mb-5">
<label class="text-uppercase">Try to find something that you need:</label>
<div class="input-group">
<input class="form-control rounded-0" type="text" placeholder="Enter keyword...">
<div class="input-group-btn">
<button class="btn btn-theme rounded-0"><i class="fa fa-search"></i></button>
</div>
</div>
</div>
<!-- Copyright -->
<div class="copyright text-center">
<div class="mb-2">
© 2019 <strong class="text-theme">A-Fusion</strong>. All rights reserved.
</div>
<div>
<a href="#">Terms of use</a> / <a href="#">Privacy Policy</a>
</div>
</div>
<!-- ./Copyright -->
</div>
</div>
<!--Page Wrapper-->
<!-- Page JavaScript Files-->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery-1.12.4.min.js"></script>
<!--Popper JS-->
<script src="assets/js/popper.min.js"></script>
<!--Bootstrap-->
<script src="assets/js/bootstrap.min.js"></script>
<!--Sweet alert JS-->
<!--Custom Js Script-->
<script src="assets/js/custom.js"></script>
<!--Custom Js Script-->
</body>
</html>