diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-01 22:54:27 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-01 22:54:27 +0100 |
| commit | 2417a6b7603524dc5cd30d29b153f91024b9443d (patch) | |
| tree | 9be5ea8e5baba96dd9159217da6badf6157fb595 /404.html | |
| parent | 89ba3497f07a8ea43d209b583f39fcc286acc923 (diff) | |
| download | mitjafelicijan.com-2417a6b7603524dc5cd30d29b153f91024b9443d.tar.gz | |
Move to Jekyll
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> | ||
