diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte new file mode 100644 index 0000000..214d66e --- /dev/null +++ b/src/routes/+error.svelte @@ -0,0 +1,36 @@ + + +{#if $page.status === 404} +
+
+ Travolta Confused gif + +

404

+
+

+ Bože můj, co tu děláte? +

+

Tato stránka neexistuje, buď byla odstraněna nebo se jednoduše vytratila z vesmíru.

+
+{:else} +

{$page.status}

+ + {#if $page.error} +

{$page.error.message}

+ {/if} + +

Promiňte! Stal se strašlivý omyl. Možná byste mohli zkusit nějaké z následujících stránek?

+ +{/if} diff --git a/static/animations/travolta_confused.webp b/static/animations/travolta_confused.webp new file mode 100644 index 0000000..25813ba Binary files /dev/null and b/static/animations/travolta_confused.webp differ