tts-rs/examples/web/index.html

12 lines
125 B
HTML
Raw Normal View History

2021-03-16 22:33:01 +00:00
<!DOCTYPE html>
2022-03-31 15:39:39 +00:00
<html lang="en">
2021-03-16 22:33:01 +00:00
<head>
<title>Example</title>
</head>
<body>
<div id="app"></div>
</body>
</html>