Added libs

This commit is contained in:
Lucas
2026-01-25 13:55:46 +10:00
parent 575c682afc
commit f70af3c4ea
229 changed files with 26983 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<title>NoSys Startup</title>
<style>
body { font-family: sans-serif; margin: 20px; }
ul { list-style-type: none; padding-left: 20px; }
li { margin: 5px 0; }
.status { font-weight: bold; }
</style>
</head>
<body style="background-color:black; color: white;">
<h1>NoSys Startup Status</h1>
<ul id="updater-tree"></ul>
<div id="log-container"></div>
<script src="https://cdn.socket.io/4.7.2/socket.io.min.js"></script>
<!-- <script src="/static/main.js"></script> -->
<script src="static/main.js"></script>
</body>
</html>