Last active
April 19, 2016 20:21
-
-
Save haampie/a4e00c238506c73e9baaa9e1e5fb4167 to your computer and use it in GitHub Desktop.
Examples
This file contains 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 id="form" action="/" method="post"> | |
<div class="inputarea"> | |
<h1>Leave your email to obtain 5 free articles</h1> | |
<label for="email">Email</label> | |
<input type="email" name="email" id="email" placeholder="[email protected]" required autocomplete="email" class="input" /> | |
<p><input type="submit" id="submit" class="button" value="Send!"></p> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment