Advertisement
pvzexpert

NOT SC

May 24th, 2021
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. <div class="modal-content">
  2. <div class="modal-header">
  3. <button type="button" class="close" data-dismiss="modal">
  4. <span aria-hidden="true"><span class="icon-close"></span></span><span class="sr-only">Close</span>
  5. </button>
  6. <h5 class="modal-title">Get Item</h5>
  7. </div>
  8.  
  9. <div class="modal-body">
  10. <div class="modal-top-body">
  11. <div class="modal-message">Would you like to get the this Item "<span class="font-bold">Tilt</span>" from Roblox for <span class="text-robux">Free</span>?</div>
  12.  
  13. <div class="modal-checkbox checkbox" style="display: none;">
  14. <input id="modal-checkbox-input" type="checkbox">
  15. <label for="modal-checkbox-input"></label>
  16. </div>
  17. </div>
  18. <div class="modal-btns">
  19. <a href="" id="confirm-btn" class="btn-primary-md">Get Now</a>
  20. <a href="" id="decline-btn" class="btn-control-md">Cancel</a>
  21. </div>
  22. <div class="loading modal-processing">
  23. <img class="loading-default" src= alt="Processing...">
  24. </div>
  25. </div>
  26. <div class="modal-footer text-footer modal-footer-center">Your balance after this transaction will be <span class="icon-robux-gray-16x16"></span>0</div>
  27. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement