credits.php 161 B

1234567891011121314151617
  1. <?php
  2. require_once('include/prepend.php');
  3. commonHeader('Credits');
  4. ?>
  5. <h1>Credits</h1>
  6. <P>
  7. Coming soon ...
  8. </P>
  9. <?php
  10. commonFooter();
  11. ?>