tilde/404.html

17 lines
414 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>not found</title>
<link rel="stylesheet" href="https://tilde.team/~ben/gruvbox/gruvbox.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body id="top">
<main>
<h1>404 not found</h1>
<hr>
<p>sorry, there's nothing here</p>
</main>
</body>
</html>