diff --git a/README.md b/README.md
new file mode 100644
index 0000000..672b830
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+This repository is hosted at https://git.rrv.sh/rrvsh/rrv.sh.
+It's mirrored at https://github.com/rrvsh/rrv.sh.
diff --git a/src/index.html b/src/index.html
index 66281fa..56aaf4c 100644
--- a/src/index.html
+++ b/src/index.html
@@ -2,6 +2,7 @@
+
rrv.sh
-
mohammad rafiq
-
-
+
blog <- start here!
+
wiki
+
+ cv
+
-
diff --git a/src/style.css b/src/style.css
index 1a84d9c..90ef3ba 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1,19 +1,7 @@
body {
background-color: black;
color: white;
- font-size: 24px;
-}
-div.container {
- margin: 0;
text-align: center;
- position: absolute;
- top: 50%;
- left: 50%;
- -ms-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
-}
-div.list {
- text-align: left;
}
a,
a:visited,