add gnu freefont, fix nsfw css, add header function

This commit is contained in:
Your Name 2025-10-13 16:49:39 -04:00
parent 5ae683fccd
commit f114e23c4b
10 changed files with 35 additions and 22 deletions

View file

@ -1,13 +1,10 @@
<html>
<?php
include 'config.php';
head();
?>
<html>
<head>
<link rel="stylesheet" href="/css/main.css" id="pagestyle">
<title><?php echo constant("sitename"); ?></title>
</head>
<body>
<img class="banner" src="/banner.webp" /><br>
<img class="banner" src="<?php echo constant('static') . '/img/' . constant('banner'); ?>" /><br>
<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>