Public Access
5
0

changement et ajout de script

This commit is contained in:
2025-11-24 21:12:03 -05:00
parent 5fb64776be
commit e37ae8de5c
14 changed files with 192 additions and 101 deletions

7
www/js/script.js Normal file
View File

@@ -0,0 +1,7 @@
window.onload = function () {
setTimeout(function () {
document.getElementById('message').innerHTML =
'The page has finished loading! After 2 second';
document.getElementById("updateDate").setAttribute("id", "updateDateV");
}, 2000);
};