actually nvm
This commit is contained in:
parent
5ca529e993
commit
bf8e3ea138
2 changed files with 0 additions and 17 deletions
|
@ -1,16 +0,0 @@
|
|||
<?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,7 +43,6 @@
|
|||
<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