site/index.php

21 lines
597 B
PHP
Raw Normal View History

2020-03-07 19:15:37 +00:00
<?php include 'header.php'; ?>
2020-06-18 04:07:03 +00:00
<h1><a href="https://tilderadio.org"><img style="width:75px;" src="./logos/tilderadio-green.png">tilderadio.org</a></h1>
2020-03-07 19:15:37 +00:00
<br>
<br>
<p>
2020-03-07 19:40:22 +00:00
TildeRadio is Internet radio streamed by / for users of the tildeverse.
2020-03-07 19:15:37 +00:00
<a href="https://tildeverse.org/">tildeverse.org</a>
</p>
<br>
<br>
<hr>
<p>
<iframe src="https://radio.tildeverse.org/public/tilderadio/embed" frameborder="0" allowtransparency="true" style="width: 100%; min-height: 160px; border: 0;"></iframe>
</p>
<hr>
2020-06-18 04:07:03 +00:00
<?php include 'footer.php'; ?>