delete vestigial common/ dir with mab icons
[~bandali/bndl.org] / 404.html
index bf61a8e..febc3ef 100644 (file)
--- a/404.html
+++ b/404.html
@@ -1,22 +1,16 @@
-<!DOCTYPE html>
+<!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"><a href="/">bandali</a></h1>
-        <h2 id="subtitle">404 gone fishing</h2>
-      </header>
-      <section>
-        <p>
-          you should probably <a href="/">go home</a>.
-        </p>
-      </section>
-    </main>
-  </body>
+<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>