MeowNex/dashboard.html
swee 793a5ed08d
All checks were successful
Check syntax / check (push) Successful in 8s
Update dashboard.html
2024-12-28 20:57:57 -08:00

21 lines
1.2 KiB
HTML

<title>MeowNexUS IRC - Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://swee.codes/style.css" type="text/css">
<body>
<center>
<h1>MeowNexUS IRC</h1>
<noscript>Requires JS, sorry.<br></noscript>
<a class="softcard" style="display: inline-block;" title="Commands run" href="#"><span id="run">...</span><br><img src="https://swee.codes/icons/up.svg"></a>
<a class="softcard" style="display: inline-block;" title="Commands refused" href="#"><span id="blocked">...</span><br><img src="https://swee.codes/icons/down.svg"></a>
<a class="softcard" style="display: inline-block;" title="Links parsed" href="#"><span id="links">...</span><br><img width="25px" src="https://swee.codes/icons/links.svg"></a>
<br>
<br>
<a class="download" style="background: #027ef9;" title="Refresh stats" onclick="refresh();"><img src="https://swee.codes/icons/refresh.svg"></a>
<hr>
<h1>Last AI Request:</h1>
<br>
<br>
<div width="100%" id="aichat">...</div>
</center>
<script src="script.js"></script>
</body>