From a0d7917c34bd5fdb87969ff459ed3036210fc0c9 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 10 May 2020 15:50:11 -0700 Subject: [PATCH] Move the message area outside of the pre-game div The message area information is intended to be available regardleess of the game state, (while the pre-game content is only intended to be displayed while players are joining the game). --- empires/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/empires/index.html b/empires/index.html index 1e9e858..49f4b09 100644 --- a/empires/index.html +++ b/empires/index.html @@ -9,6 +9,9 @@ +
+
+

Welcome to the game of Empires!

@@ -25,9 +28,6 @@ same device to join the game as well.

-
-
-
-- 2.43.0