mirror of
https://github.com/hnhx/librex.git
synced 2025-01-11 04:02:37 -03:00
16 lines
598 B
PHP
16 lines
598 B
PHP
<?php require "misc/header.php"; ?>
|
|
|
|
<title>LibreX - Donate</title>
|
|
</head>
|
|
<body>
|
|
<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>
|
|
<img src="static/images/xmr.png" alt="xmr qr code"/>
|
|
</div>
|
|
|
|
<?php require "misc/footer.php"; ?>
|