ws2mpd/demo/index.html

6 lines
113 B
HTML

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