Guest User

Untitled

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