mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-23 10:16:17 +00:00
Add 404 page and update design files
This commit is contained in:
parent
37d600e03c
commit
6deb0bfeae
4 changed files with 4077 additions and 1837 deletions
6
front/src/routes/Page404.svelte
Normal file
6
front/src/routes/Page404.svelte
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue