diff --git a/ui/src/routes/+error.svelte b/ui/src/routes/+error.svelte index 5391405..873ec5c 100644 --- a/ui/src/routes/+error.svelte +++ b/ui/src/routes/+error.svelte @@ -2,17 +2,31 @@ import { page } from '$app/stores'; import { + Col, Container, + Row, } from 'sveltestrap'; - -

- Error {$page.status} -

- {#if $page.error} -

- {$page.error.message} -

- {/if} + + + + The error cat + + +
+
+

+ Error {$page.status} +

+
+
+ {#if $page.error} +

+ {$page.error.message} +

+ {/if} +
+ +
diff --git a/ui/static/img/cat-error.webp b/ui/static/img/cat-error.webp new file mode 100644 index 0000000..b5d8884 Binary files /dev/null and b/ui/static/img/cat-error.webp differ