test build

This commit is contained in:
Felix Roos 2022-08-12 00:57:36 +02:00
parent 2e4a3516c8
commit 86a68d78c1
2 changed files with 36 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,15 @@
<script type="module" crossorigin src="./assets/index.7179cee9.js"></script>
<div style="position: absolute; top: 0; right: 0; padding: 4px">
<button id="start" style="margin-bottom: 4px; font-size: 2em">start</button><br />
<button id="stop" style="margin-bottom: 4px; font-size: 2em">stop</button><br />
<button id="slower" style="font-size: 2em">-</button>
<button id="faster" style="font-size: 2em">+</button>
</div>
<textarea
style="font-size: 2em; background: #052b49; color: #fff; height: 100%; width: 100%; outline: none; border: 0"
id="text"
spellcheck="false"
>
Loading...</textarea
>