1
0
Fork 0
forked from swee/MeowNex
MeowNex/sweebot.html
2024-12-06 18:24:47 -08:00

14 lines
798 B
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>
<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>
<br>
<br>
<a class="download" style="background: #027ef9;" onclick="refresh();"><img src="https://swee.codes/icons/refresh.svg"></a>
</center>
<script src="script.js"></script>
</body>