convert the site back into hand-written html
[~bandali/bndl.org] / 404.html
CommitLineData
4927af92
AB
1<!doctype html>
2<html lang="en">
3<head>
4<meta charset="utf-8"/>
5<meta name=viewport content="width=device-width, initial-scale=1"/>
6<title>404 Not Found</title>
7<link rel="stylesheet" href="/style.css"/>
8</head>
9<body>
10<nav><a href="/">bandali.eu.org</a></nav>
11<main>
12<h1>404</h1>
13<p>Sorry, that page does not exist.</p>
14</main>
15</body>
16</html>