From 5324017a1dda02918bc50c0ed242fd540730627e Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sun, 29 Mar 2020 00:30:22 -0400 Subject: [PATCH] lobby: Add 'join' button with diagnostic output This commit just encapsulates the JavaScript testing segment in ~ckarle's last commit and puts it in a button. It also makes the onmessage output a little prettier, so that the game state is pretty printed for debugging reasons. --- public/index.html | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 7bf12cc..6c00f3e 100644 --- a/public/index.html +++ b/public/index.html @@ -8,9 +8,27 @@
-

Hello, Chris

+

Hello, World

+ + + + + + -- libgit2 1.1.1