Skip to content

Commit 5d151e8

Browse files
committed
New 404 page
1 parent 69141cf commit 5d151e8

File tree

1 file changed

+11
-20
lines changed

1 file changed

+11
-20
lines changed

Diff for: 404.html

+11-20
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,14 @@
33
layout: default
44
---
55

6-
<style type="text/css" media="screen">
7-
.container {
8-
margin: 10px auto;
9-
max-width: 600px;
10-
text-align: center;
11-
}
12-
h1 {
13-
margin: 30px 0;
14-
font-size: 4em;
15-
line-height: 1;
16-
letter-spacing: -1px;
17-
}
18-
</style>
19-
20-
<div class="container">
21-
<h1>404</h1>
22-
23-
<p><strong>Page not found :(</strong></p>
24-
<p>The requested page could not be found.</p>
25-
</div>
6+
<article class="post">
7+
<header class="post-header">
8+
<h1 class="post-title">404</h1>
9+
</header>
10+
<div class="post-content">
11+
<p>
12+
<strong>Page not found.</strong> I move pages around a lot. If this link
13+
used to work, email me and I’ll tell you where it went.
14+
</p>
15+
</div>
16+
</article>

0 commit comments

Comments
 (0)