Skip to content

Commit

Permalink
Update home.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Dharshan-2005 authored Sep 19, 2024
1 parent b593dab commit cff259c
Showing 1 changed file with 1 addition and 45 deletions.
46 changes: 1 addition & 45 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,50 +8,6 @@
</head>
<body>
<header>
<h1>Welcome to My Sample Page</h1>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>

<main>
<section id="about">
<h2>About Us</h2>
<p>This is a sample HTML page created for demonstration purposes.</p>
</section>

<section id="services">
<h2>Our Services</h2>
<ul>
<li>Web Development</li>
<li>Graphic Design</li>
<li>SEO Services</li>
</ul>
</section>

<section id="contact">
<h2>Contact Us</h2>
<form action="#" method="post">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>

<label for="email">Email:</label>
<input type="email" id="email" name="email" required>

<label for="message">Message:</label>
<textarea id="message" name="message" required></textarea>

<button type="submit">Send</button>
</form>
</section>
</main>

<footer>
<p>&copy; 2024 My Sample Page. All rights reserved.</p>
</footer>
<h1>Welcome</h1>
</body>
</html>

0 comments on commit cff259c

Please sign in to comment.