2022-05-11 14:08:16 -04:00
|
|
|
<?php
|
|
|
|
require "misc/header.php";
|
|
|
|
|
|
|
|
// Feel free to add your donation options here, but please don't remove mine.
|
|
|
|
?>
|
2022-03-11 06:04:36 -03:00
|
|
|
|
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">
|
2023-01-14 22:24:27 -03:00
|
|
|
<h1>Donate to the developer</h1>
|
|
|
|
<h2>Bitcoin (BTC):</h2>
|
2022-05-11 14:08:16 -04:00
|
|
|
<p>bc1qs43kh6tvhch02dtsp7x7hcrwj8fwe4rzy7lp0h</p>
|
|
|
|
<img src="static/images/btc.png" alt="btc qr code" width="150" height="150"/>
|
2023-01-14 22:24:27 -03:00
|
|
|
<h2>Monero (XMR):</h2>
|
2022-03-15 07:37:21 -03:00
|
|
|
<p>41dGQr9EwZBfYBY3fibTtJZYfssfRuzJZDSVDeneoVcgckehK3BiLxAV4FvEVJiVqdiW996zvMxhFB8G8ot9nBFqQ84VkuC</p>
|
2022-05-11 14:08:16 -04:00
|
|
|
<img src="static/images/xmr.png" alt="xmr qr code" width="150" height="150"/>
|
2022-02-25 06:42:32 -03:00
|
|
|
</div>
|
|
|
|
|
2022-03-15 07:37:21 -03:00
|
|
|
<?php require "misc/footer.php"; ?>
|