First commit

This commit is contained in:
root 2020-03-07 12:15:37 -07:00
commit 3d3afbc01b
5 changed files with 44 additions and 0 deletions

5
css/hacker.css Normal file

File diff suppressed because one or more lines are too long

6
footer.php Normal file
View File

@ -0,0 +1,6 @@
</div>
<footer class="text-center">
<a href="https://tildegit.org/tilderadio/site">page source</a>
</footer>
</body>
</html>

10
header.php Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>tilderadio<?=isset($title) ? " | $title" : "" ?></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./css/hacker.css">
</head>
<body>
<div class="container">

23
index.php Normal file
View File

@ -0,0 +1,23 @@
<?php include 'header.php'; ?>
<h1><img style="width:75px;" src="./logos/tilderadio-green.png">tilderadio.org</h1>
<br>
<br>
<p>
TildeRadio is Internet radio streamed by / streamed for users of the tildeverse.
<a href="https://tildeverse.org/">tildeverse.org</a>
</p>
<br>
<br>
<hr>
<h3>Listen Live!</h3>
<br>
<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>
<?php include 'footer.php'; ?>

BIN
logos/tilderadio-green.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB