Compare commits

...

2 commits

2 changed files with 12 additions and 2 deletions

View file

@ -2,10 +2,16 @@
<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</h1>
<a href="/blog">link to blog</a>
<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>
</body>
</html>

4
src/style.css Normal file
View file

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