-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
executable file
·69 lines (61 loc) · 2.57 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
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en-us" class="no-js ie6"> <![endif]-->
<!--[if IE 7]> <html lang="en-us" class="no-js ie7"> <![endif]-->
<!--[if IE 8]> <html lang="en-us" class="no-js ie8"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en-us" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>» Page not found</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/screen.css">
<link rel="stylesheet" href="icons/style.css">
<!-- Modernizr -->
<script type="text/javascript" src="js/modernizr.js"></script>
<!-- HTML5 Shim and Respond.js 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/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Loader -->
<div id="loader-wrapper">
<div class="spinner"></div>
</div>
<!-- End Page Loader -->
<header id="main" class="match-height error">
<div class="container align-vertical">
<h1>:( 404</h1>
<p>
The page that you have reqsuested doesn’t exist or has been deleted.
</p>
<a href="index.html" class="btn--icon">Go back for Home »</a>
</div>
</header>
<!-- end header -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/share.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/elements.js"></script>
<script src="js/jquery.animate-enhanced.min.js"></script>
<script src="js/jquery.superslides.min.js"></script>
<script src="js/jquery.easing.js"></script>
<script src="js/hammer.min.js"></script>
<script src="js/scriptmap.js"></script>
<script src="js/gmap.js"></script>
<script src="js/validate.min.js"></script>
<script src="js/jquery.mmenu.min.all.js"></script>
<script src="js/theater.min.js"></script>
<script src="js/jquery.superslides.min.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/imagelightbox.min.js"></script>
<!-- use this url for more information about share button plugin -->
<!-- https://github.com/carrot/share-button/wiki/Configuration-Options -->
<script src="js/scripts.js"></script>
</body>
</html>