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