Skip to content

Instantly share code, notes, and snippets.

@skierkowski
Created May 3, 2012 04:43
Show Gist options
  • Save skierkowski/2583206 to your computer and use it in GitHub Desktop.
Save skierkowski/2583206 to your computer and use it in GitHub Desktop.
Try On AppFog Form
<form action="" method="POST" id="tryonappfog-form">
<div class="form-row">
<label>Email address</label>
<input type="text" size="20" autocomplete="off" class="email"/>
</div>
<div class="form-row">
<label>Password</label>
<input type="Password" size="4" autocomplete="off" class="password"/>
</div>
<button type="submit" class="submit-button">Try on AppFog</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment