diff options
| -rw-r--r-- | themes/danix-xyz-hacker/layouts/404.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/danix-xyz-hacker/layouts/404.html b/themes/danix-xyz-hacker/layouts/404.html index 16cbb22..2bf212d 100644 --- a/themes/danix-xyz-hacker/layouts/404.html +++ b/themes/danix-xyz-hacker/layouts/404.html @@ -91,6 +91,7 @@ window.articlesData = [ <!-- Easter Egg Trigger --> <div class="mt-12 pt-8 border-t border-border"> <button + type="button" @click="toggleEasterEgg()" class="text-sm text-text-dim hover:text-accent transition-colors underline" > @@ -117,6 +118,7 @@ window.articlesData = [ <div class="space-y-4"> <button + type="button" @click="showEasterEgg = false; window.location.href = '{{ .Site.BaseURL }}'" class="w-full btn btn-primary" > @@ -124,6 +126,7 @@ window.articlesData = [ </button> <button + type="button" @click="goToRandomArticle()" class="w-full btn btn-secondary" > @@ -132,6 +135,7 @@ window.articlesData = [ </div> <button + type="button" @click="showEasterEgg = false" class="absolute top-4 right-4 text-text-dim hover:text-text dark:hover:text-text transition-colors" aria-label="Close modal" |
