validate html

This commit is contained in:
Santiago Forero 2021-09-01 12:39:26 -05:00
parent 54e91ab6e7
commit b57596bd47
3 changed files with 17 additions and 18 deletions

View File

@ -1,4 +1,3 @@
</div>
<footer class="text-center">
<a href="https://tildegit.org/tilderadio/site">page source</a> | <a href="/dmca.php">DMCA</a>
</footer>

View File

@ -16,17 +16,17 @@ TildeRadio is Internet radio streamed by / for users of the <a href="https://til
<hr>
<h4>how to listen</h4>
<p><em><?php include 'schedule/nextdj.php'; ?></em></p>
<p>
<iframe src="https://radio.tildeverse.org/public/tilderadio/embed" frameborder="0" allowtransparency="true" style="width: 100%; min-height: 160px; border: 0;"></iframe>
</p>
<iframe src="https://radio.tildeverse.org/public/tilderadio/embed" style="width: 100%; min-height: 160px; border: 0;"></iframe>
<p>
Or use the following links in your media player of choice:
</p>
<ul>
<li>https://radio.tildeverse.org/radio/8000/radio.ogg</li>
<li>https://radio.tildeverse.org/radio/8000/radio.mp3</li>
</ul>
</p>
<hr>