12345678910111213141516171819202122232425262728293031 |
- <template id="main">
- <div class="textwall-container">
- <div class="page-header">
- <h2 class="page-header-content">Contact</h2>
- </div>
- <h4>
- Legal owner of Mundus Crassus
- </h4>
- <p>
- Name: Marvin<br>
- Address: Graz, Austria<br>
- Email: <img src="images/mail.png" height="22" style="vertical-align:middle"><br>
- </p>
- <p>
- You can get the full address on request per mail.
- </p>
- <h4>
- Donate
- </h4>
- <p>
- Please tell us your ingame username, so we can give you the <b>Sponsor</b> rank.<br>
- <form action="https://www.paypal.com/donate" method="post" target="_top">
- <input type="hidden" name="hosted_button_id" value="AEY42KXVE6VV2" />
- <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" />
- <img alt="" border="0" src="https://www.paypal.com/en_AT/i/scr/pixel.gif" width="1" height="1" />
- </form>
- </p>
- </div>
- </template>
- <?php include "base.php"; ?>
|