thanks.php 361 B

12345678910111213141516
  1. <template id="main">
  2. <div class="textwall-container">
  3. <div class="page-header">
  4. <h2 class="page-header-content">Thanks</h2>
  5. </div>
  6. <h4>
  7. Donation completed!
  8. </h4>
  9. <p>
  10. Thank you for your donation.<br>
  11. Go and tell the team, so they can give you the <b>Sponsor</b> rank.
  12. </p>
  13. </div>
  14. </template>
  15. <?php include "base.php"; ?>