BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

closed.php 183B

12345678910
  1. <?php
  2. View::show_header('Registration Closed');
  3. ?>
  4. <div style="width: 250px;">
  5. <p><strong>Sorry, the site is currently invite only.</strong></p>
  6. </div>
  7. <?php
  8. View::show_footer();