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