Add all bp
This commit is contained in:
91
index.html
Normal file
91
index.html
Normal file
@@ -0,0 +1,91 @@
|
||||
<!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 - Live</title>
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<link rel="stylesheet" href="css/grafana.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="banner">RX.KITSUNEHOSTING.NET</div>
|
||||
|
||||
<nav class="nav">
|
||||
<a href="index.html" class="active">Home/Live</a>
|
||||
<a href="tools.html">Tools</a>
|
||||
<a href="radio.html">Radio</a>
|
||||
</nav>
|
||||
|
||||
<hr>
|
||||
|
||||
<section class="panel live-feed">
|
||||
<h2 class="panel-title">Live</h2>
|
||||
<img id="live-feed" src="live/live.png" alt="Live feed" width="1920" height="1080">
|
||||
<p class="live-label"><span class="blink">●</span> LIVE</p>
|
||||
<p id="live-timestamp" class="live-timestamp"></p>
|
||||
</section>
|
||||
|
||||
<hr>
|
||||
|
||||
<table class="content-table" role="presentation">
|
||||
<tr>
|
||||
<td width="60%">
|
||||
<section class="panel graphs-panel">
|
||||
<h2 class="panel-title">Graphs</h2>
|
||||
<div class="grafana-embed">
|
||||
<iframe
|
||||
src="https://grafana.kitsunehosting.net/d-solo/ffp84u9sdyccgb/amateur-radio?orgId=2&timezone=browser&refresh=auto&theme=light&panelId=1&__feature.dashboardSceneSolo"
|
||||
width="450"
|
||||
height="200"
|
||||
title="Amateur radio graph 1"
|
||||
loading="lazy"
|
||||
></iframe>
|
||||
</div>
|
||||
<div class="grafana-embed">
|
||||
<iframe
|
||||
src="https://grafana.kitsunehosting.net/d-solo/ffp84u9sdyccgb/amateur-radio?orgId=2&timezone=browser&refresh=auto&theme=light&panelId=1&__feature.dashboardSceneSolo"
|
||||
width="450"
|
||||
height="200"
|
||||
title="Amateur radio graph 2"
|
||||
loading="lazy"
|
||||
></iframe>
|
||||
</div>
|
||||
<div class="grafana-embed">
|
||||
<iframe
|
||||
src="https://grafana.kitsunehosting.net/d-solo/ffp84u9sdyccgb/amateur-radio?orgId=2&timezone=browser&refresh=auto&theme=light&panelId=1&__feature.dashboardSceneSolo"
|
||||
width="450"
|
||||
height="200"
|
||||
title="Amateur radio graph 3"
|
||||
loading="lazy"
|
||||
></iframe>
|
||||
</div>
|
||||
</section>
|
||||
</td>
|
||||
<td width="40%">
|
||||
<section class="panel stats-panel">
|
||||
<h2 class="panel-title">Overall Stats</h2>
|
||||
<div class="stat-block">
|
||||
<div id="stat-uptime" class="stat-value">---</div>
|
||||
<div class="stat-label">Uptime</div>
|
||||
</div>
|
||||
<div class="stat-block">
|
||||
<div id="stat-listeners" class="stat-value">---</div>
|
||||
<div class="stat-label">Live Listeners</div>
|
||||
</div>
|
||||
<div class="stat-block">
|
||||
<div id="stat-status" class="stat-value">---</div>
|
||||
<div class="stat-label">Status</div>
|
||||
</div>
|
||||
</section>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class="footer">
|
||||
rx.kitsunehosting.net
|
||||
</div>
|
||||
|
||||
<script src="js/live.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user