Advertisement
Guest User

Untitled

a guest
May 25th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. --------------------------login module----------------------
  2. <div class="row">
  3. <div class="col-md-6 mx-auto">
  4. <div class="card card-body">
  5. <h1 class="text-center">Account Login</h1>
  6. <form action="">
  7. <div class="form-group">
  8. <label for="email">Email</label>
  9. <input type="email" name="email" class="form-control" required>
  10. </div>
  11. <div class="form-group">
  12. <label for="password">Password</label>
  13. <input type="password" name="password" class="form-control" required>
  14. </div>
  15. <button type="submit" class="btn btn-primary">Login</button>
  16. </form>
  17. </div>
  18. </div>
  19. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement