<html>
<head>
<title>not found</title>
<meta http-equiv="refresh" content="5">
<style>
:root {{
color: white;
background-color: black;
@media (prefers-color-scheme: light) {{
color: black;
background-color: white;
}}
}}
</style>
</head>
<body>
<h1>not found</h1>
<p>
there's no page at <code>{url:?}</code>.
</p>
<p>
automatically refreshing to try again in 5 seconds.
</p>
</body>
</html>