Created
February 10, 2018 22:49
-
-
Save jerry-maheswara-github/0bfe18881e75b5d90e78f0166f2cc530 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
<form action="" method="POST" class="form-horizontal" role="form"> | |
<div class="form-group"> | |
<legend>Login</legend> | |
</div> | |
<div class="form-group"> | |
<label class="col-sm-2 control-label">Email</label> | |
<div class="col-sm-10"> | |
<input type="email" name="user_email" class="form-control" /> | |
</div> | |
</div> | |
<div class="form-group"> | |
<label class="col-sm-2 control-label">Password</label> | |
<div class="col-sm-10"> | |
<input type="password" name="user_password" class="form-control" /> | |
</div> | |
</div> | |
<div class="form-group"> | |
<div class="col-sm-10 col-sm-offset-2"> | |
<button type="submit" class="btn btn-primary">Submit</button> | |
</div> | |
</div> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment