0
0
Fork 0

Update index.html

This commit is contained in:
Alexia Rose 2023-08-12 00:28:51 +00:00
parent c935ff2e18
commit 99e4fc2c4a
1 changed files with 18 additions and 4 deletions

View File

@ -97,14 +97,28 @@
<hr />
<textarea style="resize: none" autocomplete="off"></textarea>
<hr />
<div style="display: grid; place-items: center">
<div
style="
display: grid;
overflow-x: auto;
overflow-y: auto;
place-items: center;
"
>
Voice:
<input type="text" id="voice" autocomplete="off" />
<br />
<button id="convert">Convert</button>
</div>
<hr />
<div style="display: grid; place-items: center">
<div
style="
display: grid;
overflow-x: auto;
overflow-y: auto;
place-items: center;
"
>
<button id="convert">Convert</button>
<br />
<a href="https://git.projectsegfau.lt/a/tts-stuff" target="_blank"
>Source code</a
>