feat: add blog link to index page

This commit is contained in:
Mohammad Rafiq 2025-06-28 06:29:18 +08:00
parent fc489e80f0
commit e4f7512702
No known key found for this signature in database
2 changed files with 11 additions and 0 deletions

10
src/blog/index.html Normal file
View file

@ -0,0 +1,10 @@
<html>
<head>
<meta charset="utf-8">
<title>rrv.sh</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<h1>BLOG</h1>
</body>
</html>

View file

@ -6,5 +6,6 @@
</head>
<body>
<h1>hi</h1>
<a href="/blog">link to blog</a>
</body>
</html>