Skip to content

Commit

Permalink
Added contact form
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvsav committed Apr 25, 2024
1 parent 852f977 commit fe5646b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CONTACT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Contact us

## Your message

<form action="https://formspree.io/f/xkndkagw" method="POST">
<label for="name">Name:</label>
<input type="text" id="name" name="name">

<label for="email">Email:</label>
<input type="email" id="email" name="_replyto">

<label for="message">Message:</label>
<textarea id="message" name="message"></textarea>

<button type="submit">Send</button>
</form>

0 comments on commit fe5646b

Please sign in to comment.