next step - index.html, app.js, custom.css and config example
This commit is contained in:
+6
-1
@@ -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
|
||||
});
|
||||
Reference in New Issue
Block a user