You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
261 B
PHTML

14 years ago
<?php
require_once ('bootstrap.php');
$title = "Credits";
$header = "Credits";
include "includes/header.php";
?>
<h1>The angelsystem has been (re)done by:</h1>
<ul>
<li>?</li>
<li>helios</li>
<li>msquare</li>
</ul>
<?php
include "includes/footer.php";
?>