2022-06-29 19:31:55 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Simple client</title>
|
|
|
|
|
|
|
|
<script src="/serial.js" defer=true></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<pre id="log"></pre>
|
2022-07-07 19:55:04 -04:00
|
|
|
<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>
|
2022-06-29 19:31:55 -04:00
|
|
|
</body>
|
|
|
|
</html>
|