add gnu freefont, fix nsfw css, add header function
This commit is contained in:
parent
5ae683fccd
commit
f114e23c4b
10 changed files with 35 additions and 22 deletions
|
|
@ -72,12 +72,12 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
|
|||
die();
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="/css/main.css" id="pagestyle">
|
||||
<title><?php echo constant("sitename"); ?> | Submit</title>
|
||||
</head>
|
||||
<?php
|
||||
head("Submit");
|
||||
?>
|
||||
<body>
|
||||
<h1>Submit Site</h1>
|
||||
<div class="about" style="background-color: #eef;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue