Public Access
5
0

add note and todo to script.js

This commit is contained in:
2025-11-24 22:27:11 -05:00
parent 132c2405d9
commit a8046dcf9d

View File

@@ -4,4 +4,7 @@ window.onload = function () {
'The page has finished loading! After 2 second'; */ 'The page has finished loading! After 2 second'; */
document.getElementById("updateDate").setAttribute("id", "updateDateV"); document.getElementById("updateDate").setAttribute("id", "updateDateV");
}, 2000); }, 2000);
// TODO Add timer for glitch
// NOTE Track mouse mouvement and show after a percentage of ?
// NOTE une page sur deux, ...
}; };