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

View File

@ -71,7 +71,7 @@
<!--<a href="https://keybase.io/dennydai" target="_blank"><img src="svg/keybase.svg" /></a>-->
</div>
<div class="u2">
(c) 2017
(c) 2018
</div>
</body>
</html>

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