convert the site back into hand-written html
[~bandali/bndl.org] / 404.html
diff --git a/404.html b/404.html
new file mode 100644 (file)
index 0000000..febc3ef
--- /dev/null
+++ b/404.html
@@ -0,0 +1,16 @@
+<!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>
+<nav><a href="/">bandali.eu.org</a></nav>
+<main>
+<h1>404</h1>
+<p>Sorry, that page does not exist.</p>
+</main>
+</body>
+</html>