This commit is contained in:
SG
2025-06-09 23:34:36 +03:00
parent 3348df26e5
commit 2d7f1c1f7d
30 changed files with 1312 additions and 67 deletions

View File

@@ -0,0 +1,3 @@
document.addEventListener('DOMContentLoaded', function() {
console.log("Custom JS loaded");
}, false);