added 404 page

This commit is contained in:
2025-01-25 22:04:48 +01:00
parent 5bb115e281
commit 37ebd63e3b
4 changed files with 53 additions and 4 deletions
+5 -4
View File
@@ -1,8 +1,9 @@
const PAGES = {
null: -1,
SYNTHWAVE: 0,
TOYS: 1,
LICENSE: 2,
_404: -1,
null: 0,
SYNTHWAVE: 1,
TOYS: 2,
LICENSE: 3,
}
const CONSOLE_COLORS = {
red: "color: #FF0000;",