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}