This commit is contained in:
biglyderv 2024-12-01 08:23:22 -05:00
parent c2f1067e5e
commit 5ca529e993
2 changed files with 17 additions and 0 deletions

16
docs/donate.php Normal file
View file

@ -0,0 +1,16 @@
<?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();
?>

View file

@ -43,6 +43,7 @@
<br>
<a class="form-button" href="/tou.php">Terms of Use</a>
<a class="form-button" href='/donate.php'>Donate</a>
<a class="form-button" href="https://dervland.net/">More Projects</a>
<a class="form-button" href="https://git.dervland.net/biglyderv/new-bigly-chat">Developer Portal</a>
</div>