mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-04 01:13:14 +00:00
Make temporary content for pages
Switch to SCSS for styling
This commit is contained in:
parent
b13a14ffb3
commit
12a33388f6
17 changed files with 186 additions and 42 deletions
8
front/src/pages/Page404.svelte
Normal file
8
front/src/pages/Page404.svelte
Normal file
|
@ -0,0 +1,8 @@
|
|||
<script>
|
||||
import { link } from 'svelte-spa-router';
|
||||
|
||||
export let params = {};
|
||||
</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