-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpage-error404.html
68 lines (68 loc) · 3.35 KB
/
page-error404.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<!-- The above 6 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keyword" content="">
<meta name="author" content=""/>
<!-- Page Title -->
<title>Error-404 | Adminify - Multipurpose Admin Dashboard Template</title>
<!-- Main CSS -->
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
<link href="assets/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet"/>
<link href="assets/plugins/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<link href="assets/plugins/ionicons/css/ionicons.css" rel="stylesheet">
<link href="assets/css/skin-turquoise.css" rel="stylesheet" id="style-colors">
<link href="assets/css/app.min.css" rel="stylesheet"/>
<link href="assets/css/style.css" rel="stylesheet"/>
<!-- Favicon -->
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn"t work if you view the page via file:// -->
<!--[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]-->
</head>
<body class="card-img-2">
<!--================================-->
<!-- 404 Start -->
<!--================================-->
<div class="mg-y-120">
<div class="card mx-auto wd-500 text-center bd-transparent bg-transparent">
<h1 class="tx-bold tx-140">4<span class="text-danger">0</span>4</h1>
<h3 class="text-uppercase">Page not found!</h3>
<p class="lead">Seems you're looking for something that doesn't exist.</p>
<p class="justify-content-center">
<a class="btn btn-light mb-2" href="javascript:void(0)">Report Problem</a>
<a class="btn btn-light mb-2" href="index.html">Return Home</a>
</p>
<div class="input-group mb-3 mx-auto wd-250">
<div class="input-group input-group-md mb-4">
<input type="text" class="form-control" placeholder="Search Here...">
<div class="input-group-append">
<span class="btn btn-info"><i class="fa fa-search mg-t-5"></i></span>
</div>
</div>
</div>
<div class="text-center">
<p>Copyright © 2019.</p>
</div>
</div>
</div>
<!--/ 404 End -->
<!--================================-->
<!-- Footer Script -->
<!--================================-->
<script src="assets/plugins/jquery/jquery.min.js"></script>
<script src="assets/plugins/jquery-ui/jquery-ui.js"></script>
<script src="assets/plugins/popper/popper.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/plugins/pace/pace.min.js"></script>
<script src="assets/js/jquery.slimscroll.min.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>