Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTeng committed Apr 4, 2024
1 parent 769a3b3 commit e23fb0b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,18 @@
<form action="https://formspree.io/f/mkndqdky" method="POST">
<div>
<label>
<div>
Your email:
<input type="email" name="email">
</div>
<input type="email" name="email" required>
</label>
</div>
<div>
<label>
<div>
Your message:
<textarea name="message"></textarea>
</div>
<textarea name="message" required></textarea>
</label>
</div>
<div>
Expand Down

0 comments on commit e23fb0b

Please sign in to comment.