contact.php 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. <template id="main">
  2. <div class="textwall-container">
  3. <div class="page-header">
  4. <h2 class="page-header-content">Contact</h2>
  5. </div>
  6. <h4>
  7. Legal owner of Mundus Crassus
  8. </h4>
  9. <p>
  10. Name: Marvin<br>
  11. Address: Graz, Austria<br>
  12. Email: <img src="images/mail.png" height="22" style="vertical-align:middle"><br>
  13. </p>
  14. <p>
  15. You can get the full address on request per mail.
  16. </p>
  17. <h4>
  18. Donate
  19. </h4>
  20. <p>
  21. Please tell us your ingame username, so we can give you the <b>Sponsor</b> rank.<br>
  22. <form action="https://www.paypal.com/donate" method="post" target="_top">
  23. <input type="hidden" name="hosted_button_id" value="AEY42KXVE6VV2" />
  24. <input type="image" src="https://www.paypalobjects.com/en_US/AT/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
  25. <img alt="" border="0" src="https://www.paypal.com/en_AT/i/scr/pixel.gif" width="1" height="1" />
  26. </form>
  27. </p>
  28. </div>
  29. </template>
  30. <?php include "base.php"; ?>