site/public/404.html

25 lines
519 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
404 Page missing
</title>
<link rel="icon" type="image/x-icon" href='https://missingpiece.dev/favicon.ico'>
<link rel="stylesheet" href='https://missingpiece.dev/css/index.css'>
</head>
<body>
<h1 id="uh-oh">Uh oh!</h1>
<p>Looks like the page you're looking for is <em>missing</em>. Get the joke? Haha, I'm so funny.</p>
<p>Anyway, <a href="/">here</a>'s a link back to the homepage.</p>
</body>
</html>