From 542e6dbcddb762048fc1683c1fe566629486c068 Mon Sep 17 00:00:00 2001 From: Taisuke Fukuno Date: Sun, 1 Nov 2020 00:55:23 +0900 Subject: [PATCH] js without jQuery (#342) Co-authored-by: Rob Ede --- websocket-chat/static/websocket.html | 192 +++++++++++++++------------ 1 file changed, 107 insertions(+), 85 deletions(-) diff --git a/websocket-chat/static/websocket.html b/websocket-chat/static/websocket.html index e59e13f1..93735769 100644 --- a/websocket-chat/static/websocket.html +++ b/websocket-chat/static/websocket.html @@ -1,90 +1,112 @@ - - - - - - -

Chat!

-
-  | Status: - disconnected -
-
-
-
- - -
- + + + + +

Chat!

+
+ + Status: disconnected +
+ +
+ + + +