diff --git a/www/css/style.css b/www/css/style.css index 6fd5e74..abc6a59 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -21,6 +21,8 @@ display: block; background-color: yellow; font-weight: bold; + color: black; + } body { min-height: 100vh; diff --git a/www/js/script.js b/www/js/script.js index 6814678..091278b 100644 --- a/www/js/script.js +++ b/www/js/script.js @@ -1,7 +1,7 @@ window.onload = function () { setTimeout(function () { - document.getElementById('message').innerHTML = - 'The page has finished loading! After 2 second'; +/* document.getElementById('message').innerHTML = + 'The page has finished loading! After 2 second'; */ document.getElementById("updateDate").setAttribute("id", "updateDateV"); }, 2000); }; \ No newline at end of file