Guest User

Untitled

a guest
Jan 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Square Game</title>
  5. </head>
  6. <body>
  7. <p></p>
  8. <input type="button" value="Start" id="startbutton">
  9.  
  10. <div class="box" id="one">
  11. </div>
  12. <div class="box" id="two">
  13. </div>
  14. <div class="box" id="three">
  15. </div>
  16. <div class="box" id="four">
  17. </div>
  18. </body>
  19. </html>
Add Comment
Please, Sign In to add comment