forked from ljb-2000/theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
error.html
51 lines (40 loc) · 1.8 KB
/
error.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Everest Admin Panel" />
<meta name="keywords" content="Admin, Dashboard, Bootstrap3, Sass, transform, CSS3, HTML5, Web design, UI Design, Responsive Dashboard, Responsive Admin, Admin Theme, Best Admin UI, Bootstrap Theme, Wrapbootstrap, Bootstrap" />
<meta name="author" content="Bootstrap Gallery" />
<link rel="shortcut icon" href="img/favicon.ico">
<title>Flat Metro Dashboard</title>
<!-- Bootstrap CSS -->
<link href="css/bootstrap.css" rel="stylesheet" media="screen">
<!-- Main CSS -->
<link href="css/main.css" rel="stylesheet" media="screen">
<!-- Font Awesome -->
<link href="fonts/font-awesome.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="css/error.css" rel="stylesheet" media="screen">
<!-- HTML5 shiv and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="page-wrapper">
<div class="error center-align-text">
<h1 class="error-heading">404<i>!</i></h1>
<h2 class="text-danger">Oops</h2>
<h3>Page not found!</h3>
<p>Quick previous and next links for simple pagination implementations with light markup and styles. It's great for simple sites like blogs or magazines</p>
<a href="index.html" class="btn btn-success">Back to Home</a>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>