librex/donate.php

13 lines
563 B
PHP

<?php require "static/header.html"; ?>
</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/><span style="background-color:black;">41dGQr9EwZBfYBY3fibTtJZYfssfRuzJZDSVDeneoVcgckehK3BiLxAV4FvEVJiVqdiW996zvMxhFB8G8ot9nBFqQ84VkuC</span></span>
<img src="static/images/xmr.png" alt="xmr qr code"/>
</div>
<?php require "static/footer.html"; ?>