scriptflow/index.html
Song367 75ac17b7ce
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m46s
一键转换
2026-03-12 00:12:54 +08:00

14 lines
320 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>&#21095;&#26412;&#22823;&#24072;</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>