Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bathiya17 authored Jul 1, 2024
1 parent 2f7d446 commit 03ee953
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to My Website</title>
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="myself.html">Myself</a></li>
<li><a href="research.html">My Research Work</a></li>
<li><a href="writings.html">My Writings</a></li>
</ul>
</nav>
</header>
<main>
<h1>Welcome to My Website</h1>
<p>Introductory text about yourself or your website.</p>
</main>
<footer>
<p>&copy; 2024 Your Name</p>
</footer>
</body>
</html>

0 comments on commit 03ee953

Please sign in to comment.