first commit

This commit is contained in:
2026-06-10 08:20:27 +02:00
commit f439f0f793
39 changed files with 9716 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
// App initialization
document.addEventListener("DOMContentLoaded", () => {
UI.init();
});