diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-18 17:04:26 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-18 17:04:26 +0500 |
| commit | d4cc6bdfe9db3a1e2b2a5dd9607b846dd9bab70c (patch) | |
| tree | f39d3f68bf963b4a60d2380a2ae9561fa26bfafd /static | |
| parent | a83917beb806596988762943d3173a0109dc4a4d (diff) | |
feat: added dummy style.css
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..04e7110 --- /dev/null +++ b/static/style.css @@ -0,0 +1,3 @@ +body { + background-color: pink; +} |
