mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-03 17:03:13 +00:00
6 lines
164 B
Svelte
6 lines
164 B
Svelte
<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>
|