From 099cbcc915eaa2828d05ed44ff5772a4014c3627 Mon Sep 17 00:00:00 2001 From: TheOnlyWayUp Date: Tue, 25 Jun 2024 18:11:55 +0000 Subject: [PATCH] feat(frontend): Add notfound page --- src/frontend/src/routes/notfound/+page.svelte | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/frontend/src/routes/notfound/+page.svelte diff --git a/src/frontend/src/routes/notfound/+page.svelte b/src/frontend/src/routes/notfound/+page.svelte new file mode 100644 index 0000000..77a855c --- /dev/null +++ b/src/frontend/src/routes/notfound/+page.svelte @@ -0,0 +1,29 @@ +
+
+
+
+

+ Your story was Not Found +

+
+

Please check your Story ID.

+

+ You can also join us on discord, where we release features early and discuss updates. +

+
+ + Go Home +
+
+
+