Skip to content

Instantly share code, notes, and snippets.

@haampie
Last active April 19, 2016 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haampie/a4e00c238506c73e9baaa9e1e5fb4167 to your computer and use it in GitHub Desktop.
Save haampie/a4e00c238506c73e9baaa9e1e5fb4167 to your computer and use it in GitHub Desktop.
Examples
<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="name@example.com" 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