ws2mpd/demo/index.html

6 lines
114 B
HTML
Raw Normal View History

2019-03-19 18:13:15 +08:00
<!doctype html>
<html>
<script>
let ws = new WebSocket("ws://localhost:8080?server=0:6600");
</script>
</html>