Advertisement
republicaoldgamer

Untitled

Sep 22nd, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <div class="marquee-wrapper" style="display:none" id="end_credits_container">
  2. <u>República Old Gamer</u>
  3. <br>
  4.  
  5. <!-- container will contain list of credit items -->
  6. <u>Inscritos</u>
  7. </div>
  8. </div>
  9.  
  10. <!-- enabled types will be appended in marque -->
  11. <script type="text/template" id="credit_item">
  12. <div>
  13. <span class="group-title">{label}</span>
  14. <div id="credit_list"></div>
  15. </div>
  16. </script>
  17.  
  18. <!-- items will be added to credit list -->
  19. <!-- list item is invidual donor, follow etc -->
  20. <script type="text/template" id="list_item">
  21. <span class="credit-container">
  22. <span class="credit-text">{value}</span>
  23. </span>
  24. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement