changement et ajout de script
This commit is contained in:
7
www/js/script.js
Normal file
7
www/js/script.js
Normal 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);
|
||||
};
|
||||
Reference in New Issue
Block a user