33 lines
704 B
HTML
33 lines
704 B
HTML
<!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="https://sdr.kitsunehosting.net" class="active">Radio</a>
|
|
</nav>
|
|
|
|
<hr>
|
|
|
|
<section class="panel placeholder-page">
|
|
<div class="under-construction">♫</div>
|
|
<h2>Radio</h2>
|
|
<p>Coming soon.</p>
|
|
</section>
|
|
|
|
<div class="footer">
|
|
rx.kitsunehosting.net
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|