MeowNex/sweebot.html

14 lines
720 B
HTML

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MeowNexUS IRC - Dashboard</title>
<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="#"><h3 id="run">...</h3><br><img src="https://swee.codes/icons/up.svg"></a>
<a class="softcard" style="display: inline-block;" title="Commands refused" href="#"><h3 id="blocked">...</h3><br><img src="https://swee.codes/icons/down.svg"></a>
<br>
<br>
<a class="download" onclick="refresh();">Refresh</a>
</center>
<script src="script.js"></script>
</body>