librex/donate.php

14 lines
547 B
PHP
Raw Normal View History

<?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>
2022-03-09 09:18:24 -03:00
<span>Monero (XMR): <br/><br/>41dGQr9EwZBfYBY3fibTtJZYfssfRuzJZDSVDeneoVcgckehK3BiLxAV4FvEVJiVqdiW996zvMxhFB8G8ot9nBFqQ84VkuC</span>
<img src="static/images/xmr.png" alt="xmr qr code"/>
</div>
<?php require "misc/footer.php"; ?>