added a 404 page

hmmmmmmmst
This commit is contained in:
zombie maniac 2021-08-08 13:33:12 -04:00
parent 61c0304340
commit 6f620aa0b9

9
404.html Normal file
View file

@ -0,0 +1,9 @@
<html>
<head>
<title>404</title>
</head>
<body>
<p>404 woops bye!</p>
<a href="index.html"></a>
</body>
</html>