sagev.space/root/404.html

27 lines
1020 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="../styles.css">
<title>404 Page Not Found - SageV.Space</title>
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
<link rel="manifest" href="../site.webmanifest">
<link rel="mask-icon" href="../safari-pinned-tab.svg" color="#242627">
<meta name="msapplication-TileColor" content="#224679">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<h1>"The library, and step on it!"</h1>
<div class="content">
<p>Seems you tried to access a page that doesn't exist.</p>
<p>This is almost certainly my fault.</p>
</div>
<br><a class="ret" href="index.html">Return to home</a>
</body>
</html>