new-bigly-chat/docs/donate.php
2024-12-01 08:23:22 -05:00

16 lines
No EOL
462 B
PHP

<?php
require("../libs/page.php");
page_header();
?>
<div class="comment">
<h1 class="content-header">Donation</h1>
<p>Donation currently does nothing apart from supporting the future of BiglyChat and server upgrades.</p>
<p>To donate, use the Bitcoin link:
<a class="form-button" target='_blank' href='bitcoin:bc1qvqz534yxktay5ykpm59nxu4706uwj567ejzq3e?message=biglychat'>Donate</a>
</p>
</div>
<?php
page_footer();
?>