-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
29 lines (27 loc) · 880 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
---
permalink: /404.html
---
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>404 - Content Not Found</title>
<style>
h1 { font-size: 50px; }
body { text-align: center; padding: 50px; background-color: white; font: 20px Helvetica, sans-serif; color: black; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: grey; text-decoration: none; }
a:hover { color: grey; text-decoration: none; }
</style>
</head>
<body>
<article>
<h1>404 - Content Not Found</h1>
<div>
<p>I'm sorry. The thing you are looking for does not exist.</p>
<p><a href="/">Click to return home</a></p>
<small>Sometimes new things haven't entered the cache, please wait a few minutes and refresh.</small>
</div>
</article>
</body>
</html>