Happy New Year!

This commit is contained in:
Han Dai
2017-12-23 19:13:13 -05:00
parent d0d03b6096
commit 023fb0b681
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
window.onload = function() {setInterval(msg1,1000);};
function msg1(){
location.hash = '# 🎇 #';
location.hash = '# Happy New Year #';
setTimeout(msg2,500);
}
function msg2(){
location.hash = '# 🎆 #';
location.hash = '# !!! Happy New Year !!! #';
}