feat: add links to personal profiles

This commit is contained in:
Mohammad Rafiq 2025-06-28 11:37:28 +08:00
parent e4f7512702
commit f54ec6c009
No known key found for this signature in database

View file

@ -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>