donate.html 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  4. <meta name="viewport" content="width=device-width, initial-scale=1" />
  5. <title>Welcome to Zortazert's website!</title>
  6. <link rel="stylesheet" href="./style/styles.css">
  7. <link rel="shortcut icon" href="https://zortazert.codeberg.page/images/Denshi-Meme-Server-Icon.png"/>
  8. </head>
  9. <body>
  10. <h1>Donate.</h1>
  11. <p>
  12. I am open for donations in Monero. Donations could go to things I would like to buy. Donations could also serve as a way to show appreciation for the stuff I create.
  13. </p>
  14. <p>
  15. XMR: <code>45XSrPfMzYT1CeviZXbsd1ZektAxWiXVRH7YpxN3FnS3JEBrH2z1r1wPpLwgGkS4jhD5UauVoReMZQXoZhx9LDBk6ASm4Ym</code>
  16. </P>
  17. <p>
  18. <img src="./images/monero.png" alt="Monero QR code" />
  19. </p>
  20. </body>
  21. <hr>
  22. <footer>
  23. <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" width="88" height="31" src="./images/cc-by-sa.png" /></a><br>
  24. Unless otherwise noted, all content on this website is Copyright Zortazert 2021-2022 and is licensed under <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
  25. </footer>