From e6da55daa54cdf528af1f3e7617ca124ffee3159 Mon Sep 17 00:00:00 2001 From: Martin Hafskjold Thoresen Date: Sat, 4 Jan 2025 14:55:12 +0100 Subject: Skeleton of gameplay loop in place --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 static/style.css (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..e61cc02 --- /dev/null +++ b/static/style.css @@ -0,0 +1,5 @@ +:root { +} + +body { +} -- cgit v1.2.3