forked from swee/MeowNex
Use SweeStyle instead of Bootstrap 5
This commit is contained in:
parent
63bbff3be8
commit
368ddcd885
1 changed files with 5 additions and 7 deletions
12
sweebot.html
12
sweebot.html
|
@ -1,16 +1,14 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>MeowNexUS IRC - Dashboard</title>
|
<title>MeowNexUS IRC - Dashboard</title>
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
<link rel="stylesheet" href="https://swee.codes/style.css" type="text/css">
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
|
<body>
|
||||||
<script src="https://kit.fontawesome.com/30bde606c1.js" crossorigin="anonymous"></script>
|
|
||||||
<body class="container text-white bg-dark">
|
|
||||||
<center>
|
<center>
|
||||||
<h1>MeowNexUS IRC</h1>
|
<h1>MeowNexUS IRC</h1>
|
||||||
<a class="btn btn-success" data-bs-toggle="tooltip" title="Commands run" href="#"><h3 id="run"><span class="spinner-grow"></span></h3><i class="fas fa-comments"></i></a>
|
<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="btn btn-danger" data-bs-toggle="tooltip" title="Commands refused" href="#"><h3 id="blocked"><span class="spinner-grow"></span></h3><i class="fas fa-ban"></i></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>
|
||||||
<br>
|
<br>
|
||||||
<a class="btn btn-primary" data-bs-toggle="tooltip" title="Refresh stats" onclick="refresh();" id="refresh"><i class="fas fa-sync"></i></a>
|
<a class="download" onclick="refresh();">Refresh</a>
|
||||||
</center>
|
</center>
|
||||||
<script src="script.js"></script>
|
<script src="script.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue