more updates.

This commit is contained in:
calcu1on
2025-01-05 19:56:42 -05:00
parent 3c66a6b6bc
commit f47ebb8633
2 changed files with 32 additions and 3 deletions

15
public/404.html Normal file
View File

@@ -0,0 +1,15 @@
<!Doctype html>
<html>
<head>
<title>Page Not Found</title>
<style>
body {
background: orange;
}
</style>
</head>
<body>
<h1>Page cannot be found</h1>
<h3>Sorry, this page cannot be found.</h3>
</body>
</html>