Created
August 11, 2013 22:18
-
-
Save gnuwilliam/6207141 to your computer and use it in GitHub Desktop.
gist for sudotrap
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
<form> | |
<fieldset> | |
<legend>Legend</legend> | |
<div class="form-group"> | |
<label for="exampleInputEmail">Email</label> | |
<input type="text" class="form-control" id="exampleInputEmail" placeholder="Enter email"> | |
</div> | |
<div class="form-group"> | |
<label for="exampleInputPassword">Password</label> | |
<input type="password" class="form-control" id="exampleInputPassword" placeholder="Password"> | |
</div> | |
<div class="form-group"> | |
<label for="exampleInputFile">File input</label> | |
<input type="file" id="exampleInputFile"> | |
<p class="help-block">Example block-level help text here.</p> | |
</div> | |
<div class="checkbox"> | |
<label> | |
<input type="checkbox"> Check me out | |
</label> | |
</div> | |
<button type="submit" class="btn btn-10">Submit</button> | |
</fieldset> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment