1
0
Fork 0
forked from swee/MeowNex

Update dashboard.html

This commit is contained in:
Nova Cat 2024-12-06 18:27:57 -08:00
parent aaaae7b9de
commit 525bd85283

View file

@ -4,11 +4,13 @@
<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;" onclick="refresh();"><img src="https://swee.codes/icons/refresh.svg"></a>
<a class="download" style="background: #027ef9;" title="Refresh stats" onclick="refresh();"><img src="https://swee.codes/icons/refresh.svg"></a>
</center>
<script src="script.js"></script>
</body>