video_translate/index.html
Song367 baba71e73d
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m5s
fix: update browser title
2026-03-21 15:12:19 +08:00

14 lines
315 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AI Video Translation Studio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>