Guest User

Untitled

a guest
Dec 9th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Memory</title>
  5. </head>
  6. <body>
  7. <h1 id="gametitle">Memory</h1>
  8.  
  9. <button type="button" id="startbutton">Start</button>
  10.  
  11. <div id="timerdiv">
  12. <p>Timer</p>
  13. </div>
  14.  
  15. <!-- Top Row -->
  16. <div id="top1" class="gamediv">
  17. </div>
  18. <div id="top2" class="gamediv">
  19. </div>
  20. <div id="top3" class="gamediv">
  21. </div>
  22. <div id="top4" class="gamediv">
  23. </div>
  24.  
  25. <!-- Second Row -->
  26. <div id="secondrow1" class="gamediv">
  27. </div>
  28. <div id="secondrow2" class="gamediv">
  29. </div>
  30. <div id="secondrow3" class="gamediv">
  31. </div>
  32. <div id="secondrow4" class="gamediv">
  33. </div>
  34.  
  35. <!-- Third Row -->
  36. <div id="thirdrow1" class="gamediv">
  37. </div>
  38. <div id="thirdrow2" class="gamediv">
  39. </div>
  40. <div id="thirdrow3" class="gamediv">
  41. </div>
  42. <div id="thirdrow4" class="gamediv">
  43. </div>
  44.  
  45. <!-- Bottom Row -->
  46. <div id="bottom1" class="gamediv">
  47. </div>
  48. <div id="bottom2" class="gamediv">
  49. </div>
  50. <div id="bottom3" class="gamediv">
  51. </div>
  52. <div id="bottom4" class="gamediv">
  53. </div>
  54.  
  55. </body>
  56. </html>
Add Comment
Please, Sign In to add comment