-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
50 lines (43 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Le styles -->
<link href="{{ ASSET_PATH }}/css/2.0.0/bootstrap.css" rel="stylesheet">
<link href="{{ ASSET_PATH }}/css/style200.css?body=1" rel="stylesheet" type="text/css" media="all">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<!-- <link href="{{ ASSET_PATH }}/css/2.0.0/bootstrap-responsive.css" rel="stylesheet">
<!-- Le fav and touch icons -->
<!-- Update these with your own images
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
-->
</head>
<body>
<div class="container">
<div class="content">
<div class="row">
<div class="span12">
<!-- Main hero unit for a primary message or call to action -->
<div class="hero-unit">
<div class="row">
<div class="span5">
<img align="center" src="/images/error404-post-it-note.jpg">
</div>
<div class="span5">
<h1>Nothing to see here</h1>
<p>Try going back to the <a href="http://signpostio.com">front page?</a></p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>