This commit is contained in:
vorpax
2026-02-02 04:14:53 +01:00
parent 187821c88e
commit 6be40f5a6a
44 changed files with 12015 additions and 1688 deletions

12
public/admin.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HEC IA Wiki - Admin</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/admin/index.js"></script>
</body>
</html>