commit 18/06/2025
This commit is contained in:
5
src/html/assets/js/index.js
Normal file
5
src/html/assets/js/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
console.log("Index page loaded");
|
||||
|
||||
send_data("Hello from Index.html")
|
||||
});
|
||||
Reference in New Issue
Block a user