mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-17 08:38:28 +00:00
16 lines
610 B
HTML
16 lines
610 B
HTML
<script type="module" crossorigin src="./assets/index.e1a3cfdf.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
|
|
>
|
|
|