Advertisement
Guest User

index.jsp

a guest
Dec 21st, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <div id="indexLeftColumn">
  2. <div id="welcomeText">
  3. <p>[ welcome text ]</p>
  4. </div>
  5. </div>
  6.  
  7. <div id="indexRightColumn">
  8. <div class="categoryBox">
  9. <a href="#">
  10. <span class="categoryLabelText">motoryzacja</span>
  11. </a>
  12. </div>
  13. <div class="categoryBox">
  14. <a href="#">
  15. <span class="categoryLabelText">elektronika</span>
  16. </a>
  17. </div>
  18. <div class="categoryBox">
  19. <a href="#">
  20. <span class="categoryLabelText">odziez</span>
  21. </a>
  22. </div>
  23. <div class="categoryBox">
  24. <a href="#">
  25. <span class="categoryLabelText">inne</span>
  26. </a>
  27. </div>
  28. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement