Skip to content

Commit

Permalink
Create personal_web_page
Browse files Browse the repository at this point in the history
draft
  • Loading branch information
KeffyGebre authored Mar 29, 2024
1 parent d0577ca commit 24ad8c8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions personal_web_page
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Personal Website</title>
</head>
<body>
<header>
<h1>Welcome to My Website</h1>
</header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</nav>
<main>
<p>This is the homepage of my personal website.</p>
</main>
<footer>
<p>&copy; 2024 My Personal Website</p>
</footer>
</body>
</html>

0 comments on commit 24ad8c8

Please sign in to comment.