Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.08 KB | None | 0 0
  1. <?php include 'header.php';?>
  2.     <div class="container-fluid">
  3.       <div class="row content">
  4.         <div class="col-sm-3 right">
  5.           <form class="form-signin" method="post" action="">
  6.             <h2 class="form-signin-heading">Please sign in</h2>
  7.             <label for="inputUser" class="sr=only">Username</label>
  8.             <input type="username" id="inputUser" class="form-control" placeholder="Username" required autofocus>
  9.             <label for="inputPass" class="sr=only">Password</label>
  10.             <input type="password" id="inputPassword" class="form-control" placeholder="Password" required>
  11.             <div class="checkbox">
  12.               <label>
  13.                 <input type="checkbox" value="remember-me"> Remember me
  14.               </label>
  15.             </div>
  16.             <a href="#" class="btn btn-lg btn-primary btn-block" roll="button" type="submit">Login</a>
  17.             <a href="#" class="btn btn-lg btn-info btn-block" roll="button" type="submit">Forgot Password</a>
  18.           </form>
  19.         </div>
  20.       </div>
  21.     </div>
  22. <?php include 'footer.php';?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement