-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
55 lines (45 loc) · 1016 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
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
---
layout: default
title: "Chapter 404: The Lost Page"
permalink: 404.html
---
<style type=text/css>
body, html {
height: 100%;
margin: 0;
padding: 0;
}
body {
background: url(/public/images/ship.png) no-repeat center right;
}
body:after {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
width: 30px;
background: url(/public/images/mask.png) repeat-y left;
}
a { color: #004B6B; }
a:hover { color: #6D4100; }
h1 {
font-family: 'Garamond', 'Georgia', serif;
font-weight: normal;
color: #222;
font-size: 36px;
padding: 50px 0 10px 50px;
margin: 0;
}
p {
font-family: 'Georgia', serif;
color: #000;
font-size: 17px;
padding: 10px 0 0 90px;
margin: 0;
width: 360px;
}
</style>
<h1>Chapter 404: The Lost Page</h1>
<p>A careful and diligent search has been made for the desired page, but it just cannot be found.</p>
<p>And so they returned to <a href="{{ site.baseurl }}">familiar waters</a></p>