Hit it son

This commit is contained in:
Claudio Maggioni 2023-01-04 00:05:15 +01:00
parent 53647566bc
commit 3c7af26650
1 changed files with 5 additions and 0 deletions

View File

@ -29,4 +29,9 @@
</div>
</div>
</footer>
<script src="https://unpkg.com/konami@1.6.3/konami.js"></script>
<script>
const easterEgg = new Konami(() => window.location.href =
"https://www.youtube.com/watch?v=x9l6eQbKcMw");
</script>
{% comment %} vim: set ts=2 sw=2 et tw=80: {% endcomment %}