Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html lang="ru">
  4. <head>
  5. <meta charset="UTF-8">
  6. <title>Admin</title>
  7. <meta name="keywords" content="" />
  8. <meta name="description" content="" />
  9. <link href="../css/bootstrap.min.css" rel="stylesheet">
  10. <link rel="stylesheet" href="//fabien-d.github.io/alertify.js/assets/js/lib/alertify/alertify.default.css" id="toggleCSS" />
  11. <link rel="stylesheet" href="//fabien-d.github.io/alertify.js/assets/js/lib/alertify/alertify.core.css" />
  12. <script src="//fabien-d.github.io/alertify.js/assets/js/lib/alertify/alertify.min.js"></script>
  13. </head>
  14. <body>
  15. <div class="container"><center>
  16. <div class="col-xs-4 col-md-4" style="
  17. float: none;
  18. ">
  19. <form action="" method="POST" role="form">
  20. <legend class="whitebox_notice notice">Log in Admin Panel</legend>
  21. <br>
  22. <center>Invalid input!</center>
  23. <br>
  24. <div class="form-group">
  25. <input type="password" name="Password" class="form-control" id="" placeholder="Password">
  26. </div>
  27.  
  28.  
  29.  
  30. <button type="submit" class="btn btn-primary">Submit</button>
  31. </form>
  32. </div>
  33. </center></div> </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement