add custom 404 page
authorAmin Bandali <bandali@gnu.org>
Wed, 31 Jul 2019 04:23:47 +0000 (00:23 -0400)
committerAmin Bandali <bandali@gnu.org>
Wed, 31 Jul 2019 04:23:47 +0000 (00:23 -0400)
404.html [new file with mode: 0644]

diff --git a/404.html b/404.html
new file mode 100644 (file)
index 0000000..2f885fc
--- /dev/null
+++ b/404.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8" />
+    <meta name=viewport content="width=device-width, initial-scale=1" />
+    <title>404 not found</title>
+    <link rel="stylesheet" href="/style.css" />
+  </head>
+  <body>
+    <main>
+      <header>
+        <h1 id="title">bandali's</h1>
+        <h2 id="subtitle">gone fishing</h2>
+      </header>
+      <section>
+        <p>
+          you should probably <a href="/">go home</a>.
+        </p>
+      </section>
+    </main>
+  </body>
+</html>