This commit is contained in:
metacryst
2025-04-08 11:53:18 -05:00
commit 5ba9bae02c
14 changed files with 351 additions and 0 deletions

12
UI/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Admin</title>
<link rel="icon" href="shield.png">
<link rel="stylesheet" href="">
<script type="module" src="index.js"></script>
</head>
<body style="background: #38614d">
</body>
</html>