Happy New Year!
This commit is contained in:
+2
-2
@@ -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 !!! #';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user