From 443a8c13dda42274f549a2d095ac75fa0188c6e1 Mon Sep 17 00:00:00 2001
From: CryptKiddie <cryptkiddie@myerfa.de>
Date: Mon, 8 Jul 2019 22:47:44 +0200
Subject: [PATCH] Added 404 page (not yet used)

---
 web/404.html | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 web/404.html

diff --git a/web/404.html b/web/404.html
new file mode 100644
index 0000000..c472b4e
--- /dev/null
+++ b/web/404.html
@@ -0,0 +1,24 @@
+---
+layout: default
+---
+
+<style type="text/css" media="screen">
+  .container {
+    margin: 10px auto;
+    max-width: 600px;
+    text-align: center;
+  }
+  h1 {
+    margin: 30px 0;
+    font-size: 4em;
+    line-height: 1;
+    letter-spacing: -1px;
+  }
+</style>
+
+<div class="container">
+  <h1>404</h1>
+
+  <p><strong>Page not found :(</strong></p>
+  <p>The requested page could not be found.</p>
+</div>