Many tweaks. Fixed Safari display bug.

This commit is contained in:
2025-02-19 21:24:42 -06:00
parent 72d532ad11
commit abb3de5fa0

View File

@ -47,10 +47,9 @@
<span class="avatar"><img src="images/avatar-rfe.jpg" alt="" /></span>
<h1>RADIO FREE<br />ELSEWHERE</h1>
<p>SOMETHING DIFFERENT<br />SOMEWHERE ELSE</p>
<h2>COMING UP NEXT</h2>
<p>Feb 19, 2025 @ 7:30pm Central<br />(Feb 20, 2025 @ 01:30 UTC)<br />
<strong>Cosmoeuphoria - Test Cast</strong></p>
<p>Around an hour and a half of ambient and space music as an excuse to test out the new Radio Free Elsewhere! Thanks for tuning in!</p>
<hr>
<h2>UPCOMING</h2>
<p>Check back later for upcoming streams!</p>
<hr>
<audio controls src="https://radio.cyberpunklibrarian.nohost.me/rfe"></audio>
<br />
@ -75,11 +74,13 @@
setInterval(fetchNowPlaying, 15000);
</script>
<p></p>
<h3>- Shows -</h3>
<p span style="font-size: 10px;">Cosmoephoria - Audio psychedelia.</p>
<p span style="font-size: 10px;">O'Morain's Pub - Celtic folk from Ireland, Scotland, Brittany, and beyond.</p>
<p span style="font-size: 10px;">Bisexual Surfers from the Twilight of Time - Pyscho surf rock.</p>
<hr><p></p>
<p>Add <a href="https://radio.cyberpunklibrarian.nohost.me/rfe"><span style="text-decoration: underline;">Radio Free Elsewhere</span></a> to VLC or your favourite Internet radio streaming app.<br /></p>
<hr>
<h2>- SHOWS -</h2>
<p><span style="font-size: 13px;">Cosmoephoria - Audio psychedelia.</span></p>
<p><span style="font-size: 13px;">O'Morain's Pub - Celtic folk from Ireland, Scotland, Brittany, and beyond.</span></p>
<p><span style="font-size: 13px;">Bisexual Surfers from the Twilight of Time - Pyscho surf rock.</span></p>
</header>
<footer>
</footer>
@ -88,7 +89,7 @@
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>Tanglewood Hill Studio</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
<li>Tanglewood Hill Studio</li><li><a href="http://html5up.net">HTML5 UP</a></li><li><a href="https://cyberpunklibrarian.nohost.me/gitlab/code/radio-free-elsewhere">GitLab</a></li><li><a href="https://icecast.org">Icecast</a></li>
</ul>
</footer>
@ -97,7 +98,7 @@
<!-- Scripts -->
<script>
if ('addEventListener' in window) {
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-preload\b/, ''); });
document.addEventListener('DOMContentLoaded', function() { document.body.className = document.body.className.replace(/\bis-preload\b/, ''); });
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>