Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalyanasundaram12 authored May 18, 2023
1 parent 49496f6 commit 4d4f0a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,16 +202,16 @@ <h1 class="hello">Contact Us</h1>
<p>You can send us suggestions and any message here</p>
<form id="contact-form" method="post" action="contact.php" role="form">
<div class="input-box">
<input id="form_name" type="text" name="name" placeholder="Enter your name" required>
<input id="form_name" type="text" name="name" placeholder="Enter your name" />
</div>
<div class="input-box">
<input id="form_email" type="email" name="email" placeholder="Enter your email" required>
<input id="form_email" type="email" name="email" placeholder="Enter your email" />
</div>
<div class="input-box message-box">
<textarea id="form_message" name="message" placeholder="Enter your message" required></textarea>
<input id="form_message" name="message" placeholder="Enter your message" />
</div>
<div class="button">
<input type="submit" name="submit" value="Send Now">
<input type="button" name="submit" value="Send Now" />
</div>
</form>
</div>
Expand Down

0 comments on commit 4d4f0a1

Please sign in to comment.