ws2mpd/demo/index.html

6 lines
113 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=:6600");
2019-03-19 18:13:15 +08:00
</script>
</html>