show tags on front page

This commit is contained in:
biglyderv 2025-02-07 07:24:27 -05:00
parent 13a3dac595
commit 0ef97c4889
Signed by: biglyderv
GPG key ID: 1398543B9746192C

View file

@ -14,8 +14,7 @@ if (!($_GET['page'] > 0)) { ?>
<pre>BiglyChat is a social environment with active developers who respond to community feedback.</pre> <pre>BiglyChat is a social environment with active developers who respond to community feedback.</pre>
<pre>It features a <a class='link' href='/stats.php'>custom algorithm</a>, <a class='link' href='https://gw.dervland.net/'>cool web games</a>, and much more.</pre> <pre>It features a <a class='link' href='/stats.php'>custom algorithm</a>, <a class='link' href='https://gw.dervland.net/'>cool web games</a>, and much more.</pre>
<pre>Anyone can <a class='link' href='/register.php'>join our community</a> and become a part of BiglyChat.</pre> <pre>Anyone can <a class='link' href='/register.php'>join our community</a> and become a part of BiglyChat.</pre>
<h2>Community</h2> <pre><i>BiglyChat is currently on version <a href='<?php echo htmlspecialchars(exec("git remote get-url origin"))?>' class='link'><?php echo exec("git describe --exact-match --tags") ?></b></a>.</i></pre>
<a class="form-button" href="/tou.php">Terms of Use</a> <a class="form-button" href="/tou.php">Terms of Use</a>
<a class="form-button" href="https://dervland.net/">More Projects</a> <a class="form-button" href="https://dervland.net/">More Projects</a>
</div> </div>