Compare commits

..

No commits in common. "52fc755eb259072f692232736a43d28134bbe936" and "e4f7512702bf4fca25b4b80d53dcb726799bd76d" have entirely different histories.

2 changed files with 2 additions and 12 deletions

View file

@ -2,16 +2,10 @@
<head>
<meta charset="utf-8">
<title>rrv.sh</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<h1>hi! im rafiq.</h1>
<p>i'm a developer and avid self hoster. here's my links:</p>
<a href="/blog">blog</a>
<a href="https://github.com/rrvsh">github</a>
<a href="https://instagram.com/88rafiq">ig</a>
<a href="https://linkedin.com/in/rrvsh">linkedin</a>
<a href="https://reddit.com/u/bwfiq">reddit</a>
<h1>hi</h1>
<a href="/blog">link to blog</a>
</body>
</html>

View file

@ -1,4 +0,0 @@
body {
background-color: black;
color: white;
}