-
Notifications
You must be signed in to change notification settings - Fork 82
/
Copy path404.html
executable file
·57 lines (54 loc) · 2.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Webstack.cc" />
<meta name="author" content="viggoz.com" />
<title>Webstack.cc - Admin</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Arimo:400,700,400italic">
<link rel="stylesheet" href="assets/css/fonts/linecons/css/linecons.css">
<link rel="stylesheet" href="assets/css/fonts/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/bootstrap.css">
<link rel="stylesheet" href="assets/css/xenon-core.css">
<link rel="stylesheet" href="assets/css/xenon-forms.css">
<link rel="stylesheet" href="assets/css/xenon-components.css">
<link rel="stylesheet" href="assets/css/xenon-skins.css">
<link rel="stylesheet" href="assets/css/custom.css">
<script src="assets/js/jquery-1.11.1.min.js"></script>
</head>
<body class="page-body page-error-env">
<div class="page-error centered">
<div class="error-symbol">
<i class="fa-warning"></i>
</div>
<h2>
Error 404
<small>Page not found!</small>
</h2>
<p>We did not find the page you were looking for!</p>
<p>You can search again or contact one of our agents to help you!</p>
</div>
<div class="page-error-search centered">
<form class="form-half" method="get" action="" enctype="application/x-www-form-urlencoded">
<input type="text" class="form-control input-lg" placeholder="Search..." />
<button type="submit" class="btn-unstyled">
<i class="linecons-search"></i>
</button>
</form>
<a href="#" class="go-back">
<i class="fa-angle-left"></i> Go Back
</a>
</div>
<!-- Bottom Scripts -->
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/TweenMax.min.js"></script>
<script src="assets/js/resizeable.js"></script>
<script src="assets/js/joinable.js"></script>
<script src="assets/js/xenon-api.js"></script>
<script src="assets/js/xenon-toggles.js"></script>
<!-- JavaScripts initializations and stuff -->
<script src="assets/js/xenon-custom.js"></script>
</body>
</html>