diff options
Diffstat (limited to '404.html')
| -rw-r--r-- | 404.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/404.html b/404.html new file mode 100644 index 0000000..8f598b8 --- /dev/null +++ b/404.html | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | --- | ||
| 2 | permalink: /404.html | ||
| 3 | layout: base | ||
| 4 | --- | ||
| 5 | |||
| 6 | <hr> | ||
| 7 | |||
| 8 | <style type="text/css" media="screen"> | ||
| 9 | .container { | ||
| 10 | margin: 40px auto; | ||
| 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 | <p><strong>Page not found :(</strong></p> | ||
| 23 | <p>The requested page could not be found. Such is life!</p> | ||
| 24 | </div> | ||
