Skip to content

Commit

Permalink
initiated main and blog pages
Browse files Browse the repository at this point in the history
  • Loading branch information
HVD3Z committed Apr 10, 2024
1 parent 4cf27e1 commit 877e5b1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
10 changes: 10 additions & 0 deletions blog/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>My Blog Articles!</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
This will contain all of the blogs articles and links.
</body>
</html>
17 changes: 17 additions & 0 deletions main/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>

<head>
<title>Main</title>
<link rel="stylesheet" href="./style.css">
</head>

<body>
<ul>
<h3>Links</h3>
<li><a href="https://hvd3z.github.io/blog/index.html">Blog!</a></li>
<li><a href="https://hvd3z.github.io/about-me/index.html">About Me!</a></li>
</ul>
</body>

</html>

0 comments on commit 877e5b1

Please # to comment.