-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
60 lines (56 loc) · 2.59 KB
/
404.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js sidebar-large lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js sidebar-large lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js sidebar-large lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js sidebar-large">
<!--<![endif]-->
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<!-- BEGIN META SECTION -->
<meta charset="utf-8">
<title>EvalMetrics - Admin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="" name="description" />
<meta content="themes-lab" name="author" />
<!-- END META SECTION -->
<!-- BEGIN MANDATORY STYLE -->
<link href="assets/css/icons/icons.min.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/plugins.min.css" rel="stylesheet">
<link href="assets/css/style.min.css" rel="stylesheet">
<!-- END MANDATORY STYLE -->
<script src="assets/plugins/modernizr/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body class="error-page">
<div class="row">
<div class="col-md-4 col-md-offset-4 col-sm-6 col-sm-offset-3 col-xs-offset-1 col-xs-10">
<div class="error-container">
<div class="error-main">
<h1> Oops.</h1>
<h3> The page you are trying to reach doesn't exist. </h3>
<h4> Go back to our site or <a href="email_compose.html">contact us</a> about the problem. </h4>
<br>
<div class="row">
<div class="input-icon col-md-12">
<i class="fa fa-search"></i>
<input type="text" class="form-control" placeholder="Search for page">
</div>
</div>
<br>
<button class="btn btn-dark" type="button">Search</button>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="copyright">© Copyright Pixit, 2014 Pixit Inc.</div>
</div>
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/plugins/jquery-1.11.js"></script>
<script src="../../../code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<script src="assets/plugins/bootstrap/bootstrap.min.js"></script>
<script src="assets/plugins/nprogress/nprogress.js" type="text/javascript"></script>
<script src="assets/js/application.js"></script>
</body>
</html>