Files
Admin/UI/index.html
metacryst 5ba9bae02c init
2025-04-08 11:53:18 -05:00

12 lines
259 B
HTML

<!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>