diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-04 21:53:00 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-04 21:53:00 +0200 |
commit | d50cbd513c7208cb2a5c13571a964544b9470017 (patch) | |
tree | 1d6e19928713d592b01bf1652285c49789f32051 /src/spectate/index.html | |
parent | 5063701929569fe37ca4b8659bd52981f8e7b77c (diff) | |
download | gpn-tron-rust-d50cbd513c7208cb2a5c13571a964544b9470017.tar gpn-tron-rust-d50cbd513c7208cb2a5c13571a964544b9470017.tar.bz2 gpn-tron-rust-d50cbd513c7208cb2a5c13571a964544b9470017.tar.zst |
show chat and winners
Diffstat (limited to 'src/spectate/index.html')
-rw-r--r-- | src/spectate/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spectate/index.html b/src/spectate/index.html index 5b9dc5a..0c86aec 100644 --- a/src/spectate/index.html +++ b/src/spectate/index.html @@ -44,6 +44,7 @@ </div> <div id="chat"> <h2>Chat</h2> + <div id="chat_messages"></div> </div> </div> <div id="board"></div> |