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 e23fb0b commit a5bb654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
<div>
Your email:
</div>
<input type="email" name="email" required>
<input type="email" name="email" size="50" required>
</label>
</div>
<div>
<label>
<div>
Your message:
</div>
<textarea name="message" required></textarea>
<textarea name="message" size="50" required></textarea>
</label>
</div>
<div>
Expand Down

0 comments on commit a5bb654

Please sign in to comment.