Last active
March 12, 2017 14:42
-
-
Save CristianoRC/d0126d11ee5ade5ad12fec9f4d11e120 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form method="POST" action="https://simple-form.com/[email protected]"> | |
<input type="text" name="name" placeholder="Seu nome" /> | |
<input type="email" name="replyTo" placeholder="Seu e-mail" /> | |
<textarea name="message" placeholder="Sua mensagem"></textarea> | |
<input type="submit" value="Send" /> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment