From 023fb0b6819b4de312ae623e50b163f45dec35ba Mon Sep 17 00:00:00 2001 From: Han Dai <10000@daihan.cn> Date: Sat, 23 Dec 2017 19:13:13 -0500 Subject: [PATCH] Happy New Year! --- index.html | 2 +- js/main.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index e3a7cab..cf3a675 100644 --- a/index.html +++ b/index.html @@ -71,7 +71,7 @@
- (c) 2017 + (c) 2018
diff --git a/js/main.js b/js/main.js index 9c9b0f5..e14502e 100644 --- a/js/main.js +++ b/js/main.js @@ -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 !!! #'; }