commit 18/06/2025

This commit is contained in:
2025-06-18 12:42:28 +07:00
parent c617157a0b
commit 3ed1123d1a
12 changed files with 191 additions and 46 deletions

View File

@@ -0,0 +1,5 @@
document.addEventListener("DOMContentLoaded", function () {
console.log("Index page loaded");
send_data("Hello from Index.html")
});