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

    <title>LibreX - Donate</title>
    </head>
    <body>
        <div class="donate-container">
               <p>Support the host</p>
               <span>(Your donation thingy goes here...)</span>
               <p>Support the creator</p>
               <span>Monero (XMR):  <br/><br/>41dGQr9EwZBfYBY3fibTtJZYfssfRuzJZDSVDeneoVcgckehK3BiLxAV4FvEVJiVqdiW996zvMxhFB8G8ot9nBFqQ84VkuC</span>
               <img src="static/images/xmr.png" alt="xmr qr code"/>
        </div>

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