feat(webui): add footer

Also make it automatically open the web when you launch the app.
This commit is contained in:
2024-03-23 00:48:49 +07:00
parent c2203943e2
commit 620587e79b
4 changed files with 30 additions and 1 deletions

View File

@ -1,3 +1,4 @@
<!-- Bro I wish I could use React or other things instead of document.createElement and element.innerHTML += all the times -->
<!DOCTYPE html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
@ -48,5 +49,8 @@
</div>
</div> -->
</div>
<footer>
<span>Developed by <a href="https://git.tretrauit.me/tretrauit" target="_blank">@tretrauit</a></span>
</footer>
<script src="assets/index.js"></script>
</body>