diff --git a/src/index.html b/src/index.html index d6a2e09..9d7cdd9 100644 --- a/src/index.html +++ b/src/index.html @@ -2,10 +2,16 @@ rrv.sh + -

hi

- link to blog +

hi! im rafiq.

+

i'm a developer and avid self hoster. here's my links:

+ blog + github + ig + linkedin + reddit 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; +}