diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte new file mode 100644 index 0000000..8461315 --- /dev/null +++ b/src/routes/+error.svelte @@ -0,0 +1,37 @@ + + + + {page.status} - Error | ECSESS + + +
+

+ Segmentation Fault +

+ + + + +

+ The page you are looking for is not implemented because we are too lazy to do it. But if you + really want to see it, you can reboot to the homepage and try again. +
+
+ Or even better, you can join us and help us implement it. +

+ +

+ Logging error +

+

+ Status: {page.status ?? 'Unknown'}
+ Error: {page.error?.message ?? 'Segmentation Fault'}
+

+