feat: add blog link to index page
This commit is contained in:
parent
fc489e80f0
commit
e4f7512702
2 changed files with 11 additions and 0 deletions
10
src/blog/index.html
Normal file
10
src/blog/index.html
Normal 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>
|
|
@ -6,5 +6,6 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>hi</h1>
|
||||
<a href="/blog">link to blog</a>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue