updated styles, added toy/tool 'hub', started on license generator tool

This commit is contained in:
2025-01-18 01:54:08 +01:00
parent dbff79a0a2
commit 37a7ca9b55
12 changed files with 157 additions and 16 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
const PAGES = {
null: -1,
SYNTHWAVE: 0,
LICENSE: 1,
TOYS: 1,
LICENSE: 2,
}
const CONSOLE_COLORS = {
red: "color: #FF0000;",