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>Music Rotation | denizk0461</title>
|
|
|
|
|
</svelte:head>
|
|
|
|
|
|
|
|
|
|
<Content>
|
|
|
|
|
<Banner2
|
|
|
|
|
title="Music Rotation"
|
|
|
|
|
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>
|