-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
64 lines (60 loc) · 2.1 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
<!DOCTYPE HTML>
<html>
<head>
<base href="/" />
<title>404 Error</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description" content=""/>
<meta name="keywords" content=""/>
<!--[if lte IE 8]>
<script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/jquery.scrollgress.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/jquery.slidertron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
<noscript>
<link rel="stylesheet" href="css/skel.css"/>
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="css/style-xlarge.css"/>
</noscript>
<!--[if lte IE 9]>
<link rel="stylesheet" href="css/ie/v9.css"/><![endif]-->
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/ie/v8.css"/><![endif]-->
</head>
<body class="landing">
<!-- Header -->
<!--<header id="header" class="alt skel-layers-fixed">
<h1><a href="index.html"><span>Open</span>Sidewalks</a></h1>
<nav id="nav">
<ul>
</ul>
</nav>
</header>-->
<!-- Banner -->
<section id="banner" style="background: none">
<div class="inner">
<div class="banner-box">
<img src="images/OpenSidewalks-LogoFinal-large.png" alt="Open Sidewalks Logo" width="400px"/>
<h2 style="color: black">
404 Not Found
</h2>
<h3 style="color: black">
Sorry, an error has occured, Requested page not found!
</h3>
<ul class="actions">
<li><a href="./" class="button big">Take Me Home</a></li>
<li>
<a href="mailto:[email protected]"
class="button big">Contact Us</a></li>
</ul>
</div>
</div>
</section>
</body>
</html>