Update dashboard.html
All checks were successful
Check syntax / check (push) Successful in 8s

This commit is contained in:
Nova Cat 2024-12-28 20:57:57 -08:00
parent 8958941758
commit 793a5ed08d

View file

@ -11,6 +11,11 @@
<br>
<br>
<a class="download" style="background: #027ef9;" title="Refresh stats" onclick="refresh();"><img src="https://swee.codes/icons/refresh.svg"></a>
<hr>
<h1>Last AI Request:</h1>
<br>
<br>
<div width="100%" id="aichat">...</div>
</center>
<script src="script.js"></script>
</body>