updated some project texts

This commit is contained in:
2026-01-23 17:26:52 +01:00
parent 47b68ea32a
commit 2865d822bb
4 changed files with 113 additions and 112 deletions

View File

@@ -1 +1,15 @@
<!-- <a href="2026/0105/portsmouth">port</a> -->
<script lang="ts">
import Banner2 from "$lib/banner2.svelte";
import Content from "$lib/viewport/content.svelte";
</script>
<svelte:head>
<title>Blog | denizk0461</title>
</svelte:head>
<Content>
<Banner2
title="Blog" />
<p>content coming soon!</p>
</Content>