commit another bunch of changes
[~bandali/bndl.org] / 404.html
index bf61a8e..778659e 100644 (file)
--- a/404.html
+++ b/404.html
@@ -3,20 +3,16 @@
   <head>
     <meta charset="utf-8" />
     <meta name=viewport content="width=device-width, initial-scale=1" />
-    <title>404 not found</title>
+    <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>
+      <nav><a href="/">bandali.eu.org</a></nav>
+      <h1>404</h1>
+      <p>
+        Sorry, that page doesn’t exist.
+      </p>
     </main>
   </body>
 </html>