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>
|
2022-03-15 07:37:21 -03:00
|
|
|
<div class="misc-container">
|
|
|
|
<h1>Donate</h1>
|
|
|
|
<h2>Support the host of this instance</h2>
|
|
|
|
<p>(Your donation thingy goes here...)</p>
|
|
|
|
<h2>Support the creator</h2>
|
|
|
|
<h3>Monero (XMR):</h3>
|
|
|
|
<p>41dGQr9EwZBfYBY3fibTtJZYfssfRuzJZDSVDeneoVcgckehK3BiLxAV4FvEVJiVqdiW996zvMxhFB8G8ot9nBFqQ84VkuC</p>
|
2022-02-25 06:42:32 -03:00
|
|
|
<img src="static/images/xmr.png" alt="xmr qr code"/>
|
|
|
|
</div>
|
|
|
|
|
2022-03-15 07:37:21 -03:00
|
|
|
<?php require "misc/footer.php"; ?>
|