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.

step2.php 280B

1234567891011
  1. <?php
  2. View::show_header('Registration Complete');
  3. ?>
  4. <div style="width: 250px;">
  5. <p><strong>Congratulations! Your account has been created.</strong></p>
  6. <p>You can now log into your account using the <a href="login.php">login page</a>.</p>
  7. </div>
  8. <?php
  9. View::show_footer();