added details section & options/parameters section

This commit is contained in:
2025-01-19 00:28:13 +01:00
parent 701e9f42d5
commit 86f7f1c66d
4 changed files with 173 additions and 8 deletions
+1
View File
@@ -154,6 +154,7 @@ document.addEventListener("DOMContentLoaded", async function() {
switch (CURRENT_PAGE) {
case (PAGES.SYNTHWAVE): loadingScreenSynthwave()
case (PAGES.LICENSE): onLoadLicense()
}
pauseAnimBtn(localStorage["isAnimating"] || "true")