From a28cc486088728bafa5f1c8f75208f07e7d81598 Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Tue, 11 Jul 2023 05:22:14 +0200 Subject: [PATCH] added click in gif easteregg --- src/routes/+error.svelte | 14 +++++++++++++- static/johnrefs1.gif | Bin 0 -> 172215 bytes static/johnrefs2.gif | Bin 0 -> 602123 bytes 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 static/johnrefs1.gif create mode 100644 static/johnrefs2.gif diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte index d02d9a6..8ea37bb 100644 --- a/src/routes/+error.svelte +++ b/src/routes/+error.svelte @@ -3,6 +3,13 @@ import Footer from "../components/Footer.svelte"; import ParallaxBg from "../components/ParallaxBg.svelte"; import Padding from "../components/padding.svelte"; + + let isGif1 = true; + + function toggleGif() { + isGif1 = !isGif1; + } + @@ -12,7 +19,12 @@

ERROR 404

Page not found

- Teal Slime + + Toggle GIF