Files
arindam200--awesome-ai-apps/voice_agents/Cursor_code_editor/index.html
T
2026-07-13 13:37:43 +08:00

13 lines
301 B
HTML

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