Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <meta charset="utf-8">
  6. <title>Login</title>
  7. <link href="Stylesheet.css" type ="text/css" rel="stylesheet">
  8. <title>NIM Beta</title>
  9. </head>
  10.  
  11. <body>
  12.  
  13. <div class="header">
  14. <img id ="imgbanner" src="https://i.imgur.com/XVVmLSp.png">
  15. </div>
  16.  
  17. <div class="settings">
  18.  
  19. <div class="selectsize">
  20. <img id ="imggrid" src="https://i.imgur.com/WEdxEQZ.png">
  21. <input type="button" value="4" id="four">
  22. <input type="button" value="5" id="five">
  23. <input type="button" value="6" id="six">
  24. </div>
  25.  
  26. <div class="selectoponent">
  27. <img id ="imggamepad" src="https://i.imgur.com/aLPoH79.png">
  28. <input type="button" value="Human" id="human">
  29. <input type="button" value="Computer" id="computer">
  30. </div>
  31.  
  32. <div class="selectdificult">
  33. <input type="button" value="Easy" id="easy">
  34. <input type="button" value="Medium" id="medium">
  35. <input type="button" value="Hard" id="hard">
  36. </div>
  37.  
  38. <div class="rungame">
  39. <img id ="imgrungame" src="https://i.imgur.com/qYxz9fG.png">
  40. </div>
  41.  
  42.  
  43. <div>
  44. <script src="main.js"></script>
  45. </body>
  46.  
  47. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement