Add all bp

This commit is contained in:
KenwoodFox
2026-06-16 23:47:37 -04:00
commit ef4716d360
8 changed files with 562 additions and 0 deletions

32
tools.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 - 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>