diff options
| author | Martin Hafskjold Thoresen <martin@vind.ai> | 2025-01-04 14:55:12 +0100 |
|---|---|---|
| committer | Martin Hafskjold Thoresen <martin@vind.ai> | 2025-01-04 14:55:12 +0100 |
| commit | e6da55daa54cdf528af1f3e7617ca124ffee3159 (patch) | |
| tree | cce79cb8fbc4b16a49352240e232a038037de1c3 /static/style.css | |
| parent | 7a049d3acf49af248700e18568ee18ee9e99fc9c (diff) | |
| download | musicgame-e6da55daa54cdf528af1f3e7617ca124ffee3159.tar.gz musicgame-e6da55daa54cdf528af1f3e7617ca124ffee3159.zip | |
Skeleton of gameplay loop in place
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 5 |
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 { +} |
