next step - index.html, app.js, custom.css and config example

This commit is contained in:
2026-02-03 15:52:51 +01:00
parent 1434f35f8b
commit 8955cff47b
6 changed files with 133 additions and 107 deletions
+6 -1
View File
@@ -1,2 +1,7 @@
// app.js gemeinsames JavaScript
console.log("MK Control JS geladen");
console.log("MK Control JS geladen");
document.addEventListener('DOMContentLoaded', () => {
console.log('MK Control Frontend geladen');
// Hier kommen später alle Fetch-Logiken, Slider-Handler etc. rein
});