<?php
    require "misc/header.php";

?>

    <title>LibreY - Donate</title>
    </head>
    <body>
    <div class="donate-container">
        <h2>
          Donate Me
        </h2>

        <div class="qr-box">
          <div class="inner-wrap">
            <h3>Monero [XMR]</h3>
              <p>
                4ArntPzKpu32s4z2XqYhyaY1eUeUBKtCzJqEqxWtF5mCi5vR6sdhh32Hd2fk9FjeUxYDtaaUexUqoRNxrgfrtuXs4XpgMNJ
              </p>
          </div>
          <img
            src="/static/img/xmr-ahwx.png"
            height="160"
            width="160"
            alt="xmr qr code (ahwx)"
          />
        </div>
          
        <div class="flex-row">
          <a href="https://ko-fi.com/Ahwxorg" target="_blank"
            ><img
              src="/static/img/kofi.png"
              alt="kifi img"
              height="50"
              width="auto"
          /></a>

          <a href="https://www.buymeacoffee.com/ahwx" target="_blank">
            <img
              src="/static/img/buy-me-a-coffee.png"
              height="50"
              width="auto"
              alt="buy-me-a-coffee img"
          /></a>
        </div>
      </div>
    </div>

        

<?php require "misc/footer.php"; ?>