7 lines
188 B
HTML
7 lines
188 B
HTML
<!doctype html>
|
|
<script type="module" src="out/main.min.js"></script>
|
|
<label>
|
|
<span>WebSocket URL</span>
|
|
<input id="ws" />
|
|
</label>
|
|
<button onclick="onConnectClick()">Connect</button>
|