From d4cc6bdfe9db3a1e2b2a5dd9607b846dd9bab70c Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 18 May 2024 17:04:26 +0500 Subject: feat: added dummy style.css --- static/style.css | 3 +++ 1 file changed, 3 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..04e7110 --- /dev/null +++ b/static/style.css @@ -0,0 +1,3 @@ +body { + background-color: pink; +} -- cgit v1.2.3