make captcha bigger

This commit is contained in:
Your Name 2025-10-17 21:30:30 -04:00
parent aa6bbf4bd7
commit 5173bccb97
4 changed files with 12 additions and 1 deletions

View file

@ -5,6 +5,11 @@ head();
?>
<body>
<img class="banner" src="<?php echo constant('static') . '/img/' . constant('banner'); ?>" /><br>
<?php
if (constant("news")) {
echo "<h3 class='news'>" . constant("news") . "</h3>";
}
?>
<div class="about">
<p><?php echo constant("sitename"); ?> lets you discover and share niche, non-corporate, hobby websites with others by submitting them to our database.<br>It's intended to help small forum operators, blog authors, and anyone else with a small website recieve traffic without having to market their site.</p>
</div>