summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMartin Hafskjold Thoresen <martin@vind.ai>2025-01-04 14:55:12 +0100
committerMartin Hafskjold Thoresen <martin@vind.ai>2025-01-04 14:55:12 +0100
commite6da55daa54cdf528af1f3e7617ca124ffee3159 (patch)
treecce79cb8fbc4b16a49352240e232a038037de1c3 /static
parent7a049d3acf49af248700e18568ee18ee9e99fc9c (diff)
downloadmusicgame-e6da55daa54cdf528af1f3e7617ca124ffee3159.tar.gz
musicgame-e6da55daa54cdf528af1f3e7617ca124ffee3159.zip
Skeleton of gameplay loop in place
Diffstat (limited to 'static')
-rw-r--r--static/style.css5
1 files changed, 5 insertions, 0 deletions
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 {
+}