Files
foundryvtt-admin/frontend/index.html
T
octoturge 460d136d21 chore: initial commit of foundryvtt-admin
Spun out of the hbm-books working folder into its own repo. A small
backend+frontend+COBOL admin tool for managing Foundry VTT worlds
(socket inspection, join/shutdown debugging).
2026-08-17 21:46:42 +02:00

13 lines
349 B
HTML

<!DOCTYPE html>
<html lang="en" class="dark bg-slate-950 text-slate-100">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Foundry VTT Admin Panel</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>