first commit

This commit is contained in:
2025-04-09 21:43:00 +02:00
commit af5be2794d
39 changed files with 1947 additions and 0 deletions

7
xxx/app/public/js/xxx.js Normal file
View File

@@ -0,0 +1,7 @@
function xxx() {
}
$(document).ready(function () {
new xxx();
});