Skip to content

Commit

Permalink
Add test blog
Browse files Browse the repository at this point in the history
  • Loading branch information
cy-by committed Apr 26, 2024
1 parent c7ca113 commit 49980df
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions blog/test/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Test</title>
<!-- <link href="css/style.css" rel="stylesheet"> -->
</head>
<body>
<h1>Test</h1>
</body>
</html>

3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ <h1>Cyby.dev</h1>
</header>
<main>
🚧 Under construction 🚧
<ul>
<li><a href="/blog/test">Blog post test</a></li>
</ul>
</main>
</body>
</html>
Expand Down

0 comments on commit 49980df

Please sign in to comment.