From 84fe6d228eaefe67b58c1672c30d0521c78a0dc7 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Sat, 14 Dec 2019 18:24:28 +0100 Subject: [PATCH] Move game styling into the screen namespace --- www/index.html | 2 +- www/{ => screen}/game.css | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename www/{ => screen}/game.css (100%) diff --git a/www/index.html b/www/index.html index a50e7c8..f30f380 100644 --- a/www/index.html +++ b/www/index.html @@ -21,7 +21,7 @@ - +
diff --git a/www/game.css b/www/screen/game.css similarity index 100% rename from www/game.css rename to www/screen/game.css