Happy New Year!
This commit is contained in:
parent
d0d03b6096
commit
023fb0b681
@ -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>
|
||||
|
@ -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 !!! #';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user