Advertisement
Guest User

Untitled

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