add custom python3 'serve' script based on http.server
[~bandali/bndl.org] / 404.html
index b855b9f..d0188cd 100644 (file)
--- a/404.html
+++ b/404.html
@@ -1,31 +1,20 @@
-<!doctype html>
-<html lang="en">
-<head>
+<!doctype html><html lang="en"><head>
 <meta charset="utf-8" />
 <meta name="author" content="bandali" />
 <meta name="viewport" content="width=device-width, initial-scale=1" />
 <title>404 not found &mdash; bandali</title>
+<link rel="icon" href="data:,">
 <style>
-body {
-  line-height: 1.6;
-  max-width: 37.5em;
-  margin: 0 auto;
-  padding: 0 1em;
-}
-@media (prefers-color-scheme: dark) {
-  body { background: #1c1c1c; color: white; }
-  a:link { color: #acdeff; }
-  a:visited { color: #f8f; }
-  a:active { color: #e00; }
-}
-</style>
-</head>
+body{line-height:1.6;padding:0 2em;}p{max-width: 37.5em}
+@media(prefers-color-scheme:dark){body{background:#1c1c1c;color:white;}
+a:link{color:#acdeff}a:visited{color:#f8f}a:active{color:#e00}}
+</style></head>
 <body>
 <h1>404</h1>
 <p>Sorry, that page does not exist.  Are you at the right address?</p>
 
 <p>Feel free to go back <a href="https://bndl.org">home</a>
-or <a href="https://bndl.org/contact.html">contact</a> bandali
+or <a href="https://bndl.org/contact">contact</a> bandali
 about this.</p>
 </body>
 </html>