-<!--# set var="title" value="404 Not Found" -->
-<!--# include virtual="/ssi/pre0.html" -->
-<nav><a href="/">bandali.eu.org</a></nav>
-<main>
+<!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 — bandali</title>
+<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>