move 404.html to static/
[~bandali/bndl.org] / static / 404.html
diff --git a/static/404.html b/static/404.html
new file mode 100644 (file)
index 0000000..ca2de28
--- /dev/null
@@ -0,0 +1,18 @@
+<!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>
+      <nav><a href="/">bndl.org</a></nav>
+      <h1>404</h1>
+      <p>
+        Sorry, that page doesn’t exist.
+      </p>
+    </main>
+  </body>
+</html>