donate.php 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?php
  2. require "misc/header.php";
  3. ?>
  4. <title>LibreY - Donate</title>
  5. </head>
  6. <body>
  7. <div class="donate-container">
  8. <h2>
  9. Donate Me
  10. </h2>
  11. <div class="qr-box">
  12. <div class="inner-wrap">
  13. <h3>Monero [XMR]</h3>
  14. <p>
  15. 4ArntPzKpu32s4z2XqYhyaY1eUeUBKtCzJqEqxWtF5mCi5vR6sdhh32Hd2fk9FjeUxYDtaaUexUqoRNxrgfrtuXs4XpgMNJ
  16. </p>
  17. </div>
  18. <img
  19. src="/static/img/xmr-ahwx.png"
  20. height="160"
  21. width="160"
  22. alt="xmr qr code (ahwx)"
  23. />
  24. </div>
  25. <div class="flex-row">
  26. <a href="https://ko-fi.com/Ahwxorg" target="_blank"
  27. ><img
  28. src="/static/img/kofi.png"
  29. alt="kifi img"
  30. height="50"
  31. width="auto"
  32. /></a>
  33. <a href="https://www.buymeacoffee.com/ahwx" target="_blank">
  34. <img
  35. src="/static/img/buy-me-a-coffee.png"
  36. height="50"
  37. width="auto"
  38. alt="buy-me-a-coffee img"
  39. /></a>
  40. </div>
  41. </div>
  42. </div>
  43. <?php require "misc/footer.php"; ?>