circuitpython/supervisor/shared/web_workflow/static/serial.html

15 lines
385 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Simple client</title>
<script src="/serial.js" defer=true></script>
</head>
<body>
<pre id="log"></pre>
<textarea id="input" rows="1" spellcheck="false" wrap="off" style="resize: none;"></textarea>
<button onclick="onSubmit(); return false;">Send</button>
<button onclick="onCloseClick(); return false;">close</button>
</body>
</html>