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 aae8448 commit 769a3b3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,25 @@
<header class="w3-center w3-margin-bottom">

<form action="https://formspree.io/f/mkndqdky" method="POST">
<div>
<label>
Your email:
<input type="email" name="email">
<input type="email" name="email">
</label>
</div>
<div>
<label>
Your message:
<textarea name="message"></textarea>
</label>
</div>
<div>
<!-- your other form fields go here -->
<button type="submit">Send</button>
</div>
</form>

<script>
// Open and close sidebar
function w3_open() {
document.getElementById("mySidebar").style.width = "100%";
Expand Down

0 comments on commit 769a3b3

Please sign in to comment.