funky buttons

This commit is contained in:
biglyderv 2025-01-22 06:11:16 -05:00
parent 7e95520506
commit a24dd957f7
3 changed files with 12 additions and 9 deletions

View file

@ -5,19 +5,17 @@
page_header();
?>
<?php if (!($_GET['page'] > 0)) { ?>
<div class="banner"><img class="banner-background" src="/img/newlogo.svg">
<div class="banner-content">
<?php if (!($_GET['page'] > 0)) { ?>
<div class="banner"><img class="banner-background" src="/img/newlogo.svg">
<div class="banner-content">
<h1>BiglyChat</h1>
<pre>BiglyChat is a niche forum for Dervland experiments and games.</pre>
<h2>Community</h2>
<a class="form-button" href="/register.php">Join the Community</a>
<a class="form-button" href="/tou.php">Terms of Use</a>
<a class="form-button" href="https://dervland.net/">More Projects</a>
</div>
</div>
</div>
</div>
<?php
}
comments("root","root");