Guest User

Untitled

a guest
May 4th, 2016
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <title>Design</title>
  5. <link rel="stylesheet" type="text/css" href="styles.css">
  6. </head>
  7. <body>
  8. <!-- Login etc -->
  9. <div id="top">
  10. <form action="index.php" method="post" name="login">
  11. <label>Username: </label>
  12. <input type="text" name="username">
  13. <img src="../img/logo_try.jpg">
  14. <label>Password: </label>
  15. <input type="password" name="passwort">
  16. </form>
  17. </div>
  18. <div id="main">
  19. <!-- Header -->
  20. <div id="header">
  21.  
  22. </div>
  23. <!-- Menubar -->
  24. <div id="menu">
  25. <ul>
  26. <li><a href="#">Passive</a></li>
  27. <li><a href="#">Ability 1</a></li>
  28. <li><a href="#">Ability 2</a></li>
  29. <li><a href="#">Ability 3</a></li>
  30. <li><a href="#">Ability 4</a></li>
  31. </ul>
  32. </div>
  33. <!-- Sections -->
  34. <div id="sections">
  35. <div id="sec1">
  36.  
  37. </div>
  38. <div id="sec2">
  39.  
  40. </div>
  41. <div id="sec3">
  42. </div>
  43.  
  44. <div id="sec4">
  45. </div>
  46.  
  47. <div id="sec5">
  48. </div>
  49. </div>
  50. </div>
  51. <div id="footer">
  52. <img src="../img/logo_try.jpg">
  53. </div>
  54. </body>
  55. </html>
Add Comment
Please, Sign In to add comment