donation
This commit is contained in:
parent
c2f1067e5e
commit
5ca529e993
2 changed files with 17 additions and 0 deletions
16
docs/donate.php
Normal file
16
docs/donate.php
Normal 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();
|
||||
?>
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue