2022-03-11 06:04:36 -03:00
|
|
|
<?php require "misc/header.php"; ?>
|
|
|
|
|
2022-03-01 13:28:37 -03:00
|
|
|
<title>LibreX - Donate</title>
|
2022-02-25 06:42:32 -03:00
|
|
|
</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>
|
2022-02-25 06:42:32 -03:00
|
|
|
<img src="static/images/xmr.png" alt="xmr qr code"/>
|
|
|
|
</div>
|
|
|
|
|
2022-03-11 06:04:36 -03:00
|
|
|
<?php require "misc/footer.php"; ?>
|