This commit is contained in:
Han Dai 2017-12-23 19:15:20 -05:00
parent 023fb0b681
commit 1ff2954303
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}