diff --git a/index.html b/index.html index 3e1aeee42..5f18d08c1 100644 --- a/index.html +++ b/index.html @@ -1,133 +1,127 @@ - - -
- - - -#000000
- - - - \ No newline at end of file + }); + } + }; + + ws.onerror = (error) => { + console.error("WebSocket Error:", error); + }; + + ws.onclose = () => { + console.log("WebSocket is closed now."); + }; + + +