Make temporary content for pages

Switch to SCSS for styling
This commit is contained in:
Michał Gdula 2024-04-22 12:25:50 +01:00
parent b13a14ffb3
commit 12a33388f6
17 changed files with 186 additions and 42 deletions

View 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>