LibreY/donate.php

13 lines
551 B
PHP
Raw Normal View History

2022-03-09 04:18:24 -08:00
<?php require "static/header.php"; ?>
<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>
2022-03-09 04:18:24 -08:00
<span>Monero (XMR): <br/><br/>41dGQr9EwZBfYBY3fibTtJZYfssfRuzJZDSVDeneoVcgckehK3BiLxAV4FvEVJiVqdiW996zvMxhFB8G8ot9nBFqQ84VkuC</span>
<img src="static/images/xmr.png" alt="xmr qr code"/>
</div>
<?php require "static/footer.html"; ?>