Skip to content

Instantly share code, notes, and snippets.

@ozee
Created November 1, 2012 15:59
Show Gist options
  • Save ozee/3994553 to your computer and use it in GitHub Desktop.
Save ozee/3994553 to your computer and use it in GitHub Desktop.
HTML: Bootstrap - simple registration form | alternate
<div class="span3 well">
<legend>New to WebApp? Sign up!</legend>
<form accept-charset="UTF-8" action="" method="post">
<input class="span3" name="name" placeholder="Full Name" type="text">
<input class="span3" name="username" placeholder="Username" type="text">
<input class="span3" name="password" placeholder="Password" type="password">
<button class="btn btn-warning" type="submit">Sign up for WebApp</button>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment