add new random stuff

This commit is contained in:
jetstream0
2023-08-21 22:16:56 +02:00
parent 2a1ca73936
commit 5cbc55262a
8 changed files with 55 additions and 2 deletions

18
templates/404.html Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 page not found</title>
<link rel="icon" type="image/png" href="/favicon.ico">
<link rel="stylesheet" href="/styles/global.css">
</head>
<body>
[[ component:dark-mode-checkbox ]]
<div id="main">
<h1>404: Page Not Found</h1>
<p>Return to <a href="/">Main Page</a>?</p>
<p>Eventually, there will probably be something interesting here. For now, just use your imagination.<p>
</div>
</body>
</html>