Created
July 8, 2013 15:09
-
-
Save lukegalea/5949662 to your computer and use it in GitHub Desktop.
A CodePen by Luke Galea.
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
<div data-role="page"> | |
<div data-role="header" data-theme="d"> | |
<h1><img src="http://www.precisionnutrition.com/wordpress/wp-content/themes/pn2012/images/pn_logo.png"/></h1> | |
</div> | |
<div data-role="content"> | |
<p>Enter your information below to get the free stuff promised by Dr. John Berardi</p> | |
<form action="http://get.pn/free" method="post"> | |
<fieldset data-role="fieldcontain"> | |
<label for="firstName"> | |
First Name | |
</label> | |
<input id="firstName" name="firstName"/> | |
</fieldset> | |
<fieldset data-role="fieldcontain"> | |
<label for="lastName"> | |
Last Name | |
</label> | |
<input id="lastName" name="lastName"/> | |
</fieldset> | |
<fieldset data-role="fieldcontain"> | |
<label for="email"> | |
</label> | |
<input id="email" type="email" name="email"/> | |
</fieldset> | |
<input data-icon="check" data-theme="b" type="submit" value="Signup"/> | |
</form> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
meta is:
css is:
http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css
js is:
http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js
jquery first