1. <!DOCTYPE html>
  2. <!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
  3. <!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="en"> <![endif]-->
  4. <!--[if IE 8]> <html class="lt-ie9" lang="en"> <![endif]-->
  5. <!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
  6. <head>
  7. <meta charset="utf-8">
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  9. <title>Dark Login Form</title>
  10. <link rel="stylesheet" href="css/style.css">
  11. <!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
  12. </head>
  13. <body>
  14. <form method="post" action="login.php" class="login">
  15. <p>
  16. <label for="login">Email:</label>
  17. <input type="text" name="login" id="login" value="[email protected]">
  18. </p>
  19. <p>
  20. <label for="password">Password:</label>
  21. <input type="password" name="password" id="password" value="4815162342">
  22. </p>
  23. <p class="login-submit">
  24. <button type="submit" name="valider" class="login-button">Login</button>
  25. </p>
  26. </form>
  27. </body>
  28. </html>