Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
thegurjararyan authored Aug 27, 2024
1 parent c9cf0fa commit 5d24f7b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!DOCTYPE html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<html lang="en">
<head>
<meta charset="UTF-8">
Expand Down Expand Up @@ -216,17 +217,17 @@ <h4>Contact Me</h4>
<p>Get In Touch</p>
</div>
<div class="contact">
<form name="submitToGoogleSheet" action="submit_form.php" method="POST">
<input type="text" name="name" placeholder="Your Name" required>
<input type="email" name="email" placeholder="Your Email" required>
<textarea name="message" placeholder="Your Message" required></textarea>
<input type="submit" value="Send Message" class="submit">
<form id="contact-form">
<input type="text" id="name" placeholder="Your Name" required>
<input type="email" id="email" placeholder="Your Email" required>
<textarea id="message" placeholder="Your Message" required></textarea>
<button type="submit" class="submit">Send Message</button>
</form>
<span id="msg"></span>
</div>
</div>
</section>

<script src="contact-form.js"></script>

<footer class="footer">
<p>&copy; 2024 Aryan Chaudhary. All rights reserved.</p>
Expand Down

0 comments on commit 5d24f7b

Please sign in to comment.