Compare commits
2 commits
e4f7512702
...
52fc755eb2
Author | SHA1 | Date | |
---|---|---|---|
52fc755eb2 | |||
f54ec6c009 |
2 changed files with 12 additions and 2 deletions
|
@ -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
4
src/style.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue