1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>web</title>
  6. <link rel="stylesheet" type="text/css" href="styles/players.css" />
  7. <!--<script src="http://www.bcwaffiliates.com/js/mootools-core-1.3-full-compat-yc.js" type="text/javascript"></script> -->
  8. </head>
  9.  
  10. <body class="login">
  11.  
  12. <div id="main-h">
  13. <div class="form-h">
  14. <form action="" method="post" id="login-form2" class="step1">
  15. <p>message</p>
  16. <div>
  17. <label for="f1" class="p1">Username:</label><input id="f2" class="p2" type="text" name="user" />
  18. <label for="f2" class="p3">Password:</label><input id="f5" class="p4" type="text" name="pass" />
  19. <input class="p5" type="submit" id="submit" />
  20. </div>
  21. </form>
  22. </div>
  23. <div id="footer">
  24. <span>&copy; 2005 - 2011 Laifacai, all rights reserved.</span>
  25. </div>
  26. </div>
  27.  
  28.  
  29. </body>
  30.  
  31. </html>