From 597e56ea627960519f3deb3ccc103fbd746725c9 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Wed, 10 Jul 2024 13:55:46 -0400 Subject: [PATCH] 404 page --- frontend/src/routes/+error.svelte | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 frontend/src/routes/+error.svelte diff --git a/frontend/src/routes/+error.svelte b/frontend/src/routes/+error.svelte new file mode 100644 index 0000000..f0fe4c9 --- /dev/null +++ b/frontend/src/routes/+error.svelte @@ -0,0 +1,27 @@ + + +

{$page.status}: {$page.error?.message}

+ +{#if $page.status === 404} +
+
+ Lost in the forest +

+ Oops, looks like you've wandered off the beaten path. +

+

+ We couldn't find the page you were looking for. Don't worry, we can help you find your way + back.ry, we can +

+
+ +
+
+
+{/if}