Fediverse-Server/src/HTTP/404.html

13 lines
269 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" href="/favicon.ico" type="image/webp" />
<link rel="stylesheet" href="/style.css" />
<title>Ouch!</title>
</head>
<body>
<h1>404</h1>
<p>Page not found.</p>
</body>
</html>