Files
rx.kitsunehosting.net/tools.html
KenwoodFox ef4716d360 Add all bp
2026-06-16 23:47:37 -04:00

33 lines
684 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 - Tools</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" class="active">Tools</a>
<a href="radio.html">Radio</a>
</nav>
<hr>
<section class="panel placeholder-page">
<div class="under-construction">&#9881;</div>
<h2>Tools</h2>
<p>Coming soon.</p>
</section>
<div class="footer">
rx.kitsunehosting.net
</div>
</body>
</html>