AviEzerzer

Untitled

Sep 21st, 2017
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <title></title>
  6.     <meta charset="UTF-8">
  7.     <meta name="viewport" content="width=device-width, initial-scale=1">
  8.     <!-- Latest compiled and minified CSS -->
  9.     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
  10.     <!-- Optional theme -->
  11.     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
  12.     <link href="cssAlt.css" rel="stylesheet">
  13.     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  14. </head>
  15.  
  16. <body>
  17.     <script>
  18.         $(document).ready(function() {
  19.             $(".main-div").hide(0).delay(400).fadeIn(3000)
  20.         });
  21.     </script>
  22.     <div class="main">
  23.         <form class="form-signin main-div" method="POST" action="/theschool/index.php">
  24.             <h2 class="form-signin-heading">Please sign in</h2>
  25.             <hr>
  26.             <div class="input-group">
  27.                 <label for="inputEmail" class="sr-only">Email address</label>
  28.                 <span class="input-group-addon">
  29.                         <span class="glyphicon glyphicon-user"></span>
  30.                 </span>
  31.                 <input name="email" type="text" id="inputEmail" class="form-control" placeholder="Email address" required autofocus>
  32.             </div>
  33.             <div class="input-group">
  34.                 <label for="inputPassword" class="sr-only">Password</label>
  35.                 <span class="input-group-addon">
  36.                         <span class="glyphicon glyphicon-lock"></span>
  37.                 </span>
  38.                 <input name="password" type="password" id="inputPassword" class="form-control" placeholder="Password" required>
  39.             </div>
  40.             <hr>
  41.             <button class="btn btn-lg btn-primary btn-block" type="submit" name="submit">Sign in</button>
  42.         </form>
  43.     </div>
  44.     <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  45.     <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"></script>
  46. </body>
  47.  
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment