Add donation link

This commit is contained in:
Fijxu 2023-03-17 15:09:46 -03:00
parent d8dd8325f2
commit ffc5e556bc
1 changed files with 3 additions and 2 deletions

View File

@ -3,12 +3,13 @@
<a href="https://github.com/hnhx/librex/" target="_blank">Source &amp; Instances</a>
<a href="./settings.php">Settings</a>
<a href="./api.php" target="_blank">API</a>
<a href="./donate.php">Donate ❤️</a>
<a href="https://zzls.xyz/donate">Donate to the hoster (the one hosting this)</a>
<a href="./donate.php">Donate to the developer (hnhx)</a>
</div>
<div class="git-container">
<?php
$hash = file_get_contents(".git/refs/heads/main");
echo "<a href=\"https://github.com/hnhx/librex/commit/$hash\" target=\"_blank\">Latest commit: $hash</a>";
echo "<a href=\"https://git.zzls.xyz/fijxu/librex/commit/$hash\" target=\"_blank\">Latest commit: $hash</a>";
?>
</div>
</body>