diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-05-27 01:03:45 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-05-27 01:03:45 -0700 |
| commit | a0fcbf1305981c380e4b79fd2ec388d946ddc363 (patch) | |
| tree | 2fe95c52aafb382b8183ef444a2355103854cf3f /moe.pinapelz.com/index.html | |
| parent | 36e053f4f0a2f63c08f7c28b9492c067f1ca42bc (diff) | |
swap radios
Diffstat (limited to 'moe.pinapelz.com/index.html')
| -rw-r--r-- | moe.pinapelz.com/index.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/moe.pinapelz.com/index.html b/moe.pinapelz.com/index.html index bd634d2..05ba3b6 100644 --- a/moe.pinapelz.com/index.html +++ b/moe.pinapelz.com/index.html @@ -63,7 +63,7 @@ <div class="header"> <div class="header-content"> <div class="marquee"> - <span>welcome to pinapelz.moe</span> + <span>welcome to moe.pinapelz.com</span> </div> <div class="header-animation"> <img @@ -191,23 +191,19 @@ <div class="general-section flex flex-col xl:flex-row gap-4 xl:gap-6 mb-6"> <div id="music-player" class="music-player w-full xl:flex-1"> - <h3 class="text-lg font-bold mb-3">Patchwork Radio</h3> + <h3 class="text-lg font-bold mb-3">Listen.MOE Radio</h3> <audio controls class="w-full mb-3"> <source - src="https://a4.asurahosting.com/listen/patchworkarchive/radio.mp3" + src="https://listen.moe/fallback" type="audio/mpeg" /> Your browser does not support the audio element. </audio> <div id="now-playing" class="now-playing text-center"> <h4 class="font-bold">Now Playing:</h4> - <p id="song-title" class="text-sm">Loading... 123</p> <p id="song-artist" class="text-sm mb-2"> - plz be patient. radio might be down + enjoy some jpop from listen.moe cause i had to take down the vtuber radio :( </p> - <a href="https://patchwork.moekyun.me/radio" class="text-sm hover:underline" - >Powered by Patchwork Archive</a - > </div> </div> <div class="w-full xl:w-auto xl:flex-shrink-0 text-center"> |
