remove cps-sketch build

This commit is contained in:
Felix Roos 2022-08-13 16:28:31 +02:00
parent 57f84748ec
commit 98f4d4de8b
2 changed files with 0 additions and 36 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,15 +0,0 @@
<script type="module" crossorigin src="./assets/index.8e4690f7.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
>