added cookie notice page and removed some garden things

This commit is contained in:
2025-09-10 13:15:37 +02:00
parent fd68f2f635
commit 6de17570c9
6 changed files with 69 additions and 48 deletions

View File

@@ -1,18 +1,6 @@
<script lang="ts">
import BannerTitleAlt from "$lib/banner-title-alt.svelte";
import Content from "$lib/content.svelte";
import LinkList, { type LinkEntry } from "$lib/link-list.svelte";
let links: LinkEntry[] = [
{
text: "Music I Like",
link: "music",
},
{
text: "Recipes",
link: "recipes",
},
]
</script>
<svelte:head>
@@ -26,6 +14,5 @@
/>
<Content>
<p>work in progress! but some subpages already exist:</p>
<LinkList entries={links}></LinkList>
<p>work in progress! and due to be remade.</p>
</Content>