tilde/fourohfour/index.html

18 lines
398 B
HTML

<html>
<head>
<title>page not found | tilde.team</title>
<link rel="stylesheet" href="https://tilde.team/css/hacker.css">
</head>
<body>
<div class="container">
<div class="text-center">
<h1>d'oh! page not found</h1>
<hr>
<a href="/">go home</a>
</div>
</div>
</body>
</html>