From 6eb564bde71db248ad29ed72a1d977743adad5a1 Mon Sep 17 00:00:00 2001 From: mayorpete <74798741+mayorpete@users.noreply.github.com> Date: Tue, 14 Feb 2023 16:58:31 -0600 Subject: [PATCH 1/7] Update index.html --- index.html | 58 ++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 48 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 3e1aeee42..bb52b5cbf 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,52 @@ - - + +
- - - -#000000
- - - From b38d72f2eb2b6a97ecb04b6b1cc45914b656cb1b Mon Sep 17 00:00:00 2001 From: mayorpete <74798741+mayorpete@users.noreply.github.com> Date: Tue, 14 Feb 2023 17:51:34 -0600 Subject: [PATCH 3/7] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 360970715..148ac466d 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - + }); + } + }; + + ws.onerror = (error) => { + console.error("WebSocket Error:", error); + }; + + ws.onclose = () => { + console.log("WebSocket is closed now."); + }; + +