added temporary content to now and music-gallery pages; banner2 can now display dateUpdated without other dates set

This commit is contained in:
2026-04-14 10:51:19 +02:00
parent bbd1b70306
commit 354b37221b
6 changed files with 43 additions and 7 deletions

View File

@@ -1 +1,19 @@
now
<script lang="ts">
import Banner2 from "$lib/banner2.svelte";
import Content from "$lib/viewport/content.svelte";
</script>
<svelte:head>
<title>Now | denizk0461</title>
</svelte:head>
<Content>
<Banner2
title="Now"
dateUpdated="2026-04-14"
/>
<p>content coming soon.</p>
<img src="/common/gadgetron.webp" alt="The Gadgetron vendor from Ratchet & Clank on PlayStation 2 looking bored.">
</Content>