screaming

This commit is contained in:
biglyderv 2025-02-03 16:25:31 -05:00
parent d508a74115
commit a6974294d0
2 changed files with 12 additions and 5 deletions

View file

@ -59,6 +59,7 @@ pre {
.banner pre {
width: calc(var(--elem-width) - 40px);
margin: 5px;
}
.banner,

View file

@ -4,12 +4,16 @@
require(__DIR__ . "/../libs/comment.php");
page_header();
?>
<?php if (!($_GET['page'] > 0)) { ?>
if (!is_null($username)) {
//comments("root","root");
}
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>
<h1>BiglyChat: Creative Space by Creative Developers</h1>
<pre>BiglyChat improves the social ecosystem with innovation from a developer team that cares.</pre>
<pre>This spans 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='/join.php'>join our community</a> and become part of BiglyChat's evolution!</pre>
<h2>Community</h2>
<a class="form-button" href="/tou.php">Terms of Use</a>
@ -20,6 +24,8 @@
</div>
<?php
}
comments("root","root");
//if (is_null($username)) {
comments("root","root");
//}
page_footer();
?>