donate.php 563 B

12345678910111213
  1. <?php require "static/header.html"; ?>
  2. </head>
  3. <body>
  4. <div class="donate-container">
  5. <p>Support the host</p>
  6. <span>(Your donation thingy goes here...)</span>
  7. <p>Support the creator</p>
  8. <span>Monero (XMR): <br/><br/><span style="background-color:black;">41dGQr9EwZBfYBY3fibTtJZYfssfRuzJZDSVDeneoVcgckehK3BiLxAV4FvEVJiVqdiW996zvMxhFB8G8ot9nBFqQ84VkuC</span></span>
  9. <img src="static/images/xmr.png" alt="xmr qr code"/>
  10. </div>
  11. <?php require "static/footer.html"; ?>