Created
April 5, 2014 23:35
-
-
Save anonymous/9999469 to your computer and use it in GitHub Desktop.
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 method="post" action="post"> | |
<div class="row half"> | |
<div class="6u"><input type="text" class="text" name="name" placeholder="Name" /></div> | |
<div class="6u"><input type="text" class="text" name="email" placeholder="Email" /></div> | |
</div> | |
<div class="row half"> | |
<div class="12u"> | |
<textarea name="message" placeholder="Message"></textarea> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="12u"> | |
<a href="#" class="button submit">Send Message</a> | |
</div> | |
</div> | |
</form> | |
</div> | |
</section> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment