feat: add links to personal profiles
This commit is contained in:
parent
e4f7512702
commit
f54ec6c009
1 changed files with 7 additions and 2 deletions
|
@ -5,7 +5,12 @@
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>hi</h1>
|
<h1>hi! im rafiq.</h1>
|
||||||
<a href="/blog">link to blog</a>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue