ai_sandbox/speech-speech/frontend/index.html

13 lines
314 B
HTML
Raw Normal View History

2024-02-19 19:03:08 -05:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-02-25 13:40:08 -05:00
<title>Speach to Speech AI example</title>
2024-02-19 19:03:08 -05:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>