Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
efshaperveen authored Dec 11, 2024
1 parent b0f1b81 commit d360ce4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@ <h1>Tic-Tac-Toe</h1>
</header>
<section class="contact" id="contact">
<h2 class="heading">Contact <span>Me</span></h2>
<form action="#" onsubmit="return handleSubmit(event)">
<form action="#" onsubmit="return handleSubmit(event)" data-netlify="true" name="contact-form">
<input type="hidden" name="form-name" value="contact-form">
<div class="input-box">
<input type="text" placeholder="Full Name" required>
<input type="email" placeholder="Email Address" required>
Expand Down Expand Up @@ -337,4 +338,4 @@ <h2 class="heading">Contact <span>Me</span></h2>

</body>

</html>
</html>

0 comments on commit d360ce4

Please sign in to comment.