diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte index e7c3f2d..8217f8d 100644 --- a/src/routes/+error.svelte +++ b/src/routes/+error.svelte @@ -3,7 +3,7 @@ {#if $page.status === 404} -
+
@@ -15,13 +15,18 @@

404

-

+

? 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. + universe after I changed something.

+
Maybe try one of these links?
+
{:else}

{$page.status}

@@ -32,8 +37,7 @@

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

{/if}