1
0
Fork 0
forked from swee/MeowNex

Update sweebot.html

This commit is contained in:
Nova Cat 2024-12-06 18:24:47 -08:00
parent 6147a185f5
commit aaaae7b9de

View file

@ -1,5 +1,5 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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>
@ -8,7 +8,7 @@
<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" onclick="refresh();">Refresh</a>
<a class="download" style="background: #027ef9;" onclick="refresh();"><img src="https://swee.codes/icons/refresh.svg"></a>
</center>
<script src="script.js"></script>
</body>