Advertisement
Guest User

Untitled

a guest
Jan 12th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. <form class="form-horizontal" action="auth.php" method="post">
  2. <div class="form-group">
  3. <label for="inputName3" class="col-sm-3 control-label">Name</label>
  4. <div class="col-sm-9">
  5. <input type="text" class="form-control" id="inputUsername" placeholder="Name">
  6. </div>
  7. </div>
  8. <div class="form-group">
  9. <label for="inputPassword3" class="col-sm-3 control-label">Password</label>
  10. <div class="col-sm-9">
  11. <input type="password" class="form-control" id="inputPassword" placeholder="Password">
  12. </div>
  13. </div>
  14. <div class="form-group">
  15. <div class="col-sm-offset-3 col-sm-9">
  16. <button type="submit" class="btn btn-default">Login</button>
  17. </div>
  18. </div>
  19. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement