Add everything to www

This commit is contained in:
KenwoodFox
2026-06-17 23:19:14 -04:00
parent 8266d27038
commit 7ebad437bd
8 changed files with 0 additions and 0 deletions

32
www/radio.html Normal file
View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RX.KITSUNEHOSTING.NET - Radio</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="banner">RX.KITSUNEHOSTING.NET</div>
<nav class="nav">
<a href="index.html">Home/Live</a>
<a href="tools.html">Tools</a>
<a href="radio.html" class="active">Radio</a>
</nav>
<hr>
<section class="panel placeholder-page">
<div class="under-construction">&#9835;</div>
<h2>Radio</h2>
<p>Coming soon.</p>
</section>
<div class="footer">
rx.kitsunehosting.net
</div>
</body>
</html>