deploy: b56fe21a2b
This commit is contained in:
parent
c59d8d2aba
commit
3429836663
32 changed files with 1295 additions and 312 deletions
|
|
@ -5,7 +5,7 @@ document.addEventListener('keydown', function(event) {
|
|||
if (event.code === konamiCode[keyIndex]) {
|
||||
keyIndex++;
|
||||
if (keyIndex === konamiCode.length) {
|
||||
window.location.href = './static/toyourdreams.txt'
|
||||
window.location.href = '/static/toyourdreams.txt'
|
||||
keyIndex = 0;
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue