Files
2026-07-13 12:34:03 +08:00

13 lines
331 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ODS Installer</title>
</head>
<body class="bg-gray-950 text-white">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>