diff --git a/js/main.js b/js/main.js index e14502e..92707c6 100644 --- a/js/main.js +++ b/js/main.js @@ -1,7 +1,7 @@ window.onload = function() {setInterval(msg1,1000);}; function msg1(){ - location.hash = '# Happy New Year #'; + location.hash = '# Happy New Year #'; setTimeout(msg2,500); }