-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
28 lines (28 loc) · 973 Bytes
/
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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Page Not Found</title>
<style type="text/css">
html { padding:0; margin:0; }
body { padding:0px 30px; font-size:16px;}
h1 { font-weight:normal; margin-bottom:.4em; }
h1 span { font-size:60%; color:#666; font-weight:normal; }
.indent { margin :10px; margin-left:100px;}
footer{ position:absolute; bottom:5%; width:90%; text-align:center; }
footer p { font-size: 14px;}
a {text-decoration:none;}
</style>
</head>
</head>
<body>
<h1>Page Not Found<span> (404)</span></h1>
<p>
Sorry, the url you are requesting cannot be found on this website.<br />
Please try visiting later or go to the <a href = '/'>site home</a>.
</p>
<footer>
<p>Site proudly generated using <a href="http://github.com/jaspervdj/hakyll">Hakyll</a></p>
</footer>
</body>
</html>