12345678910111213141516 |
- <template id="main">
- <div class="textwall-container">
- <div class="page-header">
- <h2 class="page-header-content">Thanks</h2>
- </div>
- <h4>
- Donation completed!
- </h4>
- <p>
- Thank you for your donation.<br>
- Go and tell the team, so they can give you the <b>Sponsor</b> rank.
- </p>
- </div>
- </template>
- <?php include "base.php"; ?>
|