Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
anadv11 authored Sep 13, 2024
1 parent 2fde5d5 commit eea7ed6
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
</head>
<body>
<h1>Ink and pixels</h1>
<p>this is my site</p>
<h1>Ink and pixels</h1>
<p>this is my site</p>

<!-- Navigation Menu -->
<nav>
<a href="about.html">About</a> |
<a href="projects.html">Projects</a> |
<a href="contact.html">Contact</a>
</nav>
</body>
</html>

0 comments on commit eea7ed6

Please sign in to comment.