donate.php 547 B

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