This commit is contained in:
mtgmonkey 2025-06-16 15:48:31 -04:00
commit 02acb04f65
9 changed files with 582 additions and 0 deletions

10
404.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>404 NOT_FOUND</title>
</head>
<body>
Page not found. Check you typed the address correctly, or contact the site owner.
</body>
</html>