Last active
August 29, 2015 13:56
-
-
Save sabaraouf/e80f34a8f09af6a6e658 to your computer and use it in GitHub Desktop.
Mailchimp form
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
<div class="message"></div> | |
<form role="form" method="post" id="subscribe"> | |
<input type="email" id="email" name="email" placeholder="[email protected]" value=""> | |
<button type="submit">SUBSCRIBE</button> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment