mirror of
https://github.com/hnhx/librex.git
synced 2025-01-25 10:13:03 -03:00
13 lines
No EOL
597 B
PHP
13 lines
No EOL
597 B
PHP
<?php require "static/header.html"; ?>
|
|
<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>
|
|
<span>Monero (XMR): <br/><br/><span style="background-color:black;">41dGQr9EwZBfYBY3fibTtJZYfssfRuzJZDSVDeneoVcgckehK3BiLxAV4FvEVJiVqdiW996zvMxhFB8G8ot9nBFqQ84VkuC</span></span>
|
|
<img src="static/images/xmr.png" alt="xmr qr code"/>
|
|
</div>
|
|
|
|
<?php require "static/footer.html"; ?>
|