From 1cb220ef54ddaf635b322d8c24f38613f371285e Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 5 Jun 2022 15:43:08 +0200 Subject: feat: New frontpage --- apps/web-shared/src/components/screens/GeneralErrorScreen.svelte | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apps/web-shared/src/components/screens/GeneralErrorScreen.svelte (limited to 'apps/web-shared/src/components/screens/GeneralErrorScreen.svelte') diff --git a/apps/web-shared/src/components/screens/GeneralErrorScreen.svelte b/apps/web-shared/src/components/screens/GeneralErrorScreen.svelte new file mode 100644 index 0000000..dd4b5bd --- /dev/null +++ b/apps/web-shared/src/components/screens/GeneralErrorScreen.svelte @@ -0,0 +1,7 @@ + + +

{status}

+

{message}

-- cgit v1.3