From b0b463bea6e7c5e2f849fbe458fc8b187555a36d Mon Sep 17 00:00:00 2001 From: matthieu42morin Date: Mon, 29 Apr 2024 15:42:29 +0200 Subject: [PATCH] update err list, styles --- src/routes/+error.svelte | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) 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}