Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <div id="cart">
  2. <div id="roblox-credit-container">
  3. <span>ROBLOX Credit</span>
  4. <span class="price currency">$0.00</span>
  5. </div>
  6. <div id="added-products">
  7. <div class="product-in-cart">
  8. <span>35000 ROBUX</span>
  9. <span class="price">-$0.00</span>
  10. </div>
  11.  
  12. <div class="product-in-cart">
  13. <span>Outrageous Builders Club - Monthly</span>
  14. <span class="price">-$0.00</span>
  15. </div>
  16. </div>
  17. <div class="divider-top" id="total-balance">
  18. <span>Balance</span>
  19. <span class="price negative" id="summary-total-value">-$0.00</span>
  20. </div>
  21. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement