diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte index 8b0a2a4..1af3d73 100644 --- a/src/routes/+error.svelte +++ b/src/routes/+error.svelte @@ -1,16 +1,27 @@ - {#if $page.status === 404} -
+
-

404

+ Travolta Confused gif + +

404

-

You just hit a route that doesn't exist

+

+ ? My God, what are you doing here, this page doesn't exist and so on and so on. +

+

+ This site either never existed or just suddenly committed disappearance from this + universe. +

{:else}

{$page.status}

@@ -19,8 +30,10 @@

{$page.error.message}

{/if} -

Sorry! Maybe try one of these links?

+

Sorry! A grave error has occured. Maybe try one of these links?

{/if}