<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Kokoro TTS Demo</title> | |
<link | |
href="https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap" | |
rel="stylesheet" | |
/> | |
<!-- Lit via CDN --> | |
<script | |
type="module" | |
src="https://unpkg.com/[email protected]/index.js?module" | |
></script> | |
<link rel="stylesheet" href="style.css" /> | |
</head> | |
<body> | |
<main class="container"> | |
<section> | |
<h1>Kokoro TTS Demo</h1> | |
<tts-app></tts-app> | |
</section> | |
</main> | |
<script type="module" src="script.mjs"></script> | |
</body> | |
</html> |