This commit is contained in:
biglyderv 2025-01-21 18:47:51 -05:00
parent 15bb785947
commit 8c38f1df41
8 changed files with 490 additions and 21 deletions

View file

@ -5,19 +5,21 @@
page_header();
?>
<?php if (!($_GET['page'] > 1)) { ?>
<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>
<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>
<?php
}
comments("root","root");
page_footer();
?>