Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruva1231 authored Sep 24, 2024
0 parents commit 0bc9962
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Website Title</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Welcome to My Custom Website</h1>
<p>This is a custom website built with HTML.</p>
</header>

<main>
<section>
<h2>About Me</h2>
<p>Describe yourself or your project here.</p>
</section>
<section>
<h2>Projects</h2>
<p>Detail your projects here with links or images.</p>
</section>
</main>

<footer>
<p>Contact: your-email@example.com</p>
</footer>
</body>
</html>

0 comments on commit 0bc9962

Please sign in to comment.