donate.php 598 B

12345678910111213141516
  1. <?php require "misc/header.php"; ?>
  2. <title>LibreX - Donate</title>
  3. </head>
  4. <body>
  5. <div class="misc-container">
  6. <h1>Donate</h1>
  7. <h2>Support the host of this instance</h2>
  8. <p>(Your donation thingy goes here...)</p>
  9. <h2>Support the creator</h2>
  10. <h3>Monero (XMR):</h3>
  11. <p>41dGQr9EwZBfYBY3fibTtJZYfssfRuzJZDSVDeneoVcgckehK3BiLxAV4FvEVJiVqdiW996zvMxhFB8G8ot9nBFqQ84VkuC</p>
  12. <img src="static/images/xmr.png" alt="xmr qr code"/>
  13. </div>
  14. <?php require "misc/footer.php"; ?>