Created
June 7, 2012 17:40
-
-
Save kborchers/2890261 to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html> | |
<link rel=stylesheet type="text/css" href="../../../../styles/myapp.css"> | |
<body> | |
<div data-field=header></div> | |
<div data-field=customerForm></div> | |
<div data-field=footer></div> | |
</body> | |
<div data-field=customerform class=customerform> | |
<label for=name>Your name:</label> | |
<input type=text data-field=name> | |
<label for=name>Your email address:</label> | |
<input type=email data-field=email> | |
<label for=name>Your daytime phone number:</label> | |
<input type=number data-field=phone> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment