Add 404 page and update design files

This commit is contained in:
Michał Gdula 2024-04-19 11:39:39 +01:00
parent 37d600e03c
commit 6deb0bfeae
4 changed files with 4077 additions and 1837 deletions

View file

@ -0,0 +1,6 @@
<script>
import { link } from 'svelte-spa-router';
</script>
<h1>404</h1>
<p>Could not find resource you've searched for. <a href="/" use:link>Go Back</a></p>