From 52fc755eb259072f692232736a43d28134bbe936 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 28 Jun 2025 11:43:14 +0800 Subject: [PATCH] feat: add stylesheet link to index page --- src/index.html | 1 + src/style.css | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 src/style.css diff --git a/src/index.html b/src/index.html index b6ce7e8..9d7cdd9 100644 --- a/src/index.html +++ b/src/index.html @@ -2,6 +2,7 @@ rrv.sh + diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..1bee9c0 --- /dev/null +++ b/src/style.css @@ -0,0 +1,4 @@ +body { + background-color: black; + color: white; +}