Skip to content

Instantly share code, notes, and snippets.

@kborchers
Created June 7, 2012 17:40
Show Gist options
  • Save kborchers/2890261 to your computer and use it in GitHub Desktop.
Save kborchers/2890261 to your computer and use it in GitHub Desktop.
<!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