add css to submit page

This commit is contained in:
Your Name 2025-10-13 18:23:33 -04:00
parent eef9a44d55
commit 3c6edc5277
3 changed files with 5 additions and 3 deletions

View file

@ -3,10 +3,9 @@ error_reporting(E_ERROR | E_PARSE);
define("bannedhosts", array("google.com"));
define("sitename", "Eternal Winter");
define("dbfile", "secrets/eternalwinter.db");
define("static", "/static");
define("static", "static");
define("banner", "banner.jpg");
define("css", "main.css");
define("captchafont", "captchafont.ttf");
define("footer", '<small>- <a href="https://git.xmpub.org/xmpub/EternalWinter">eternalwinter</a> -<br>Est. Oct 12, 2025</small>');
define("categories", array(
"blog" => "Blog",