ws2mpd/demo/index.html
Ondrej Zara 8c5826972b initial
2019-03-19 11:13:15 +01:00

6 lines
114 B
HTML

<!doctype html>
<html>
<script>
let ws = new WebSocket("ws://localhost:8080?server=0:6600");
</script>
</html>