Files
OpenFrontIO/index.html
T
scamiv 9367f285ba init
2026-02-15 21:47:50 +01:00

13 lines
305 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lobby Statistics</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/web/main.ts"></script>
</body>
</html>