spirkism

Updates tab: Squares (body)

May 11th, 2014
763
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <!-- updates tab -->
  2.  
  3. <div id="squares">
  4.  
  5. <!-- square 1 -->
  6. <div id="square1">
  7. Put stuff here
  8. </div>
  9.  
  10.  
  11. <!-- square 2 -->
  12. <div id="square2">
  13. Put stuff here
  14. </div>
  15.  
  16.  
  17. <!-- square 3 -->
  18. <div id="square3">
  19. Put stuff here
  20. </div>
  21.  
  22. <!-- square 4 -->
  23. <div id="square4">
  24. Put stuff here
  25. </div>
  26.  
  27.  
  28. <!-- square 5 -->
  29. <div id="square5">
  30. Put stuff here
  31. </div>
  32.  
  33.  
  34. <!-- square 6 -->
  35. <div id="square6">
  36. Put stuff here
  37. </div>
  38.  
  39.  
  40. <!-- square 7 -->
  41. <div id="square7">
  42. Put stuff here
  43. </div>
  44.  
  45.  
  46.  
  47. <!-- square 8 -->
  48. <div id="square8">
  49. Put stuff here
  50. </div>
  51.  
  52.  
  53. <!-- square 9 -->
  54. <div id="square9">
  55. Put stuff here
  56. </div>
  57.  
  58. </div>
Advertisement
Add Comment
Please, Sign In to add comment