Switching to node

This commit is contained in:
metacryst
2025-12-09 18:04:10 -06:00
parent 2440f50b16
commit ee841efabd
11 changed files with 1271 additions and 208 deletions

View File

@@ -1,12 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<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>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/_/icons/shield.png">
<link rel="stylesheet" href="/_/code/shared.css">
<script src="/_/code/quill.js"></script>
<script type="module" src="75820185/index.js"></script>
</head>
<body>
</body>
</html>