26 lines
797 B
HTML
26 lines
797 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="darkreader-lock">
|
|
|
|
<title>404 Not Found</title>
|
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
|
|
|
<link rel="stylesheet" href="/styles/status.css" type="text/css" />
|
|
</head>
|
|
<body class="adaptive">
|
|
<div class="error adaptive">
|
|
<h1>404 Not Found</h1>
|
|
<p>The requested resource could not be found on the server.</p>
|
|
<hr>
|
|
<div class="links adaptive">
|
|
<span><a class="link" href="/">🏠 Back</a></span>
|
|
<span>Hosted with 💖 by <a class="link" href="https://enderman.ch">Enderman</a></span>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |