2026-04-14 10:51:19 +02:00
|
|
|
<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>
|
|
|
|
|
|
2026-04-26 22:13:15 +02:00
|
|
|
<Content bannerContent={{
|
|
|
|
|
title: "Now",
|
|
|
|
|
dateUpdated: "2026-04-14",
|
|
|
|
|
}}>
|
2026-04-14 10:51:19 +02:00
|
|
|
|
|
|
|
|
<p>content coming soon.</p>
|
|
|
|
|
|
|
|
|
|
<img src="/common/gadgetron.webp" alt="The Gadgetron vendor from Ratchet & Clank on PlayStation 2 looking bored.">
|
|
|
|
|
</Content>
|