Files
defgov/templates/vite-react-app/index.html
2026-05-06 02:59:19 +08:00

12 lines
226 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<title>DefGov UI Web</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>