Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.42 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3.   <head>
  4.     <meta charset="utf-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
  6.     <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
  7.     <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
  8.      <link href="startbootstrap-sb-admin-2-gh-pages/dist/css/bootstrap.min.css" rel="stylesheet">
  9.     <title>interstis login screen</title>
  10.   </head>
  11.   <body class="text-center">
  12. <div class="container">          
  13.   <img src="logo_interstis.png" class="img-responsive center-block" alt="logo" width="150" height="180">
  14.  
  15.     <form class="main" action="cible.php" method="POST">
  16.       <h1 class="h3 mb-3 font-weight-normal">Please sign in</h1>
  17.       <label for="login" class="sr-only">Login</label>
  18.       <input type="Login" id="Login" class="form-control" placeholder="Login"  name="login" required autofocus>
  19.       <label for="inputPassword" class="sr-only">Password</label>
  20.       <input type="password" id="inputPassword" class="form-control" placeholder="Password" name="psw" required>
  21.       <div class="checkbox mb-3">
  22.         <label>
  23.           <input type="checkbox" value="remember-me"> Remember me
  24.         </label>
  25.       </div>
  26.       <button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
  27.     </form>
  28.     </div>
  29.   </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement