site/public/404.html
missing 23b3cca0a7 Various changes
- color scheme
- built with zola link
- font subsetting
- ubuntu font
- remove 404 zola-page
- resize pfp to 32*32
- remove whitespace from <title>
2022-07-27 17:12:44 -07:00

23 lines
585 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>
<p class="built-with-zola">Built with <a href="https://getzola.org">zola</a></p>
</body>
</html>