Added libs
This commit is contained in:
22
app/ui/templates/index.html
Normal file
22
app/ui/templates/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user