Created
February 10, 2018 22:50
-
-
Save jerry-maheswara-github/4f26a4a74b5596f36a2b3470079208e7 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>Register</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