site/index.php

27 lines
816 B
PHP
Raw Normal View History

2020-03-07 19:15:37 +00:00
<?php include 'header.php'; ?>
2020-06-18 06:21:52 +00:00
<h1><a href="https://tilderadio.org"><img style="width:75px;" src="./logos/tilderadio-green.png">tilderadio.org</a></h1>
2020-06-21 07:43:00 +00:00
<h4>
2020-06-21 18:59:42 +00:00
<?=file_get_contents("https://radiobot.tilde.chat/slogan.php")?>
2020-06-21 07:43:00 +00:00
</h4>
2020-03-07 19:15:37 +00:00
2020-06-18 06:21:52 +00:00
<br>
<br>
<p>
TildeRadio is Internet radio streamed by / for users of the tildeverse.
<a href="https://tildeverse.org/">tildeverse.org</a>
</p>
2020-06-20 23:24:20 +00:00
<p>TildeRadio has a dedicated irc channel, #tilderadio on <a href="https://tilde.chat">tilde.chat</a></p>
<p>Join the conversation <a href="https://kiwi.tilde.chat/#tilderadio" target="_blank">Here</a></p>
2020-06-18 06:21:52 +00:00
<br>
<br>
2020-03-07 19:15:37 +00:00
2020-06-18 06:21:52 +00:00
<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>
2020-03-07 19:15:37 +00:00
2020-06-18 06:21:52 +00:00
<hr>
<?php include 'footer.php'; ?>