started work on the new garden

This commit is contained in:
2026-01-23 21:38:52 +01:00
parent 1b711c77af
commit 942d6434b4
33 changed files with 246 additions and 16 deletions

View File

@@ -1,16 +0,0 @@
<script lang="ts">
import Content from "$lib/viewport/content.svelte";
import Banner2 from "$lib/banner2.svelte";
</script>
<svelte:head>
<title>What is this space? | denizk0461</title>
</svelte:head>
<Content>
<Banner2
title="What is this space?" />
</Content>