add <subtitle> to atom feed
[~bandali/bndl.org] / static / 404.html
CommitLineData
3b6c0ece
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"/>
505a9419 6<title>404 Not Found</title>
3b6c0ece
AB
7<link rel="icon" href="/gnu.ico"/>
8<link rel="stylesheet" href="/style.css"/>
9</head>
10<body>
3fdab855 11<nav><a href="/">bndl.org</a></nav>
505a9419
AB
12<main>
13<h1>404</h1>
14<p>Sorry, that page does not exist.</p>
15</main>
16</body>
17</html>