Skip to content

Commit

Permalink
Create hobbies.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xnkit69 committed Sep 24, 2023
1 parent b2dc615 commit e16a45a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions day43/hobbies.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>My Hobbies</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<h3>My Hobbies</h3>
<ol>
<li>Reading</li>
<li>Working out</li>
<li><a href="https://xnkit69.github.io/k">Website</a></li>
</ol>
</body>
</html>

0 comments on commit e16a45a

Please sign in to comment.