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 +++ templates/index.html | 1 + 2 files changed, 4 insertions(+) create mode 100644 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; +} diff --git a/templates/index.html b/templates/index.html index ccb2525..8fb123f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,7 @@ +

hi

-- cgit v1.2.3