From eba36600b9228cc9b7187614b0eb616712bd68a4 Mon Sep 17 00:00:00 2001 From: Adrian Wannenmacher Date: Wed, 18 Feb 2026 19:01:14 +0100 Subject: [PATCH] make session UI somewhat nice --- index.html | 2 + style.css | 105 +++++++++++ ui/game.js | 14 +- ui/round.js | 72 ++++---- ui/session.js | 23 ++- vendored/normalize-8.0.1.css | 349 +++++++++++++++++++++++++++++++++++ 6 files changed, 521 insertions(+), 44 deletions(-) create mode 100644 style.css create mode 100644 vendored/normalize-8.0.1.css diff --git a/index.html b/index.html index c6f3404..a027b0e 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,8 @@ Watterblock + +