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 !!! #'; }