Advertisement
viciousojs

Untitled

May 21st, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.50 KB | None | 0 0
  1. <form>
  2.   <div class="form-group">
  3.     <label for="email">Email</label>
  4.     <input type="email" class="form-control" id="email" placeholder="Email">
  5.   </div>
  6.   <div class="form-group">
  7.     <label for="password">Password</label>
  8.     <input type="password" class="form-control" id="password" placeholder="Password">
  9.   </div>
  10.   <div class="checkbox">
  11.     <label>
  12.       <input type="checkbox"> Remember me?
  13.     </label>
  14.   </div>
  15.   <button type="submit" class="btn btn-default">Submit</button>
  16. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement