Add all bp
This commit is contained in:
32
radio.html
Normal file
32
radio.html
Normal 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">♫</div>
|
||||
<h2>Radio</h2>
|
||||
<p>Coming soon.</p>
|
||||
</section>
|
||||
|
||||
<div class="footer">
|
||||
rx.kitsunehosting.net
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user