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.
1234567891011 |
- <?php
- View::show_header('Registration Complete');
- ?>
-
- <div style="width: 250px;">
- <p><strong>Congratulations! Your account has been created.</strong></p>
- <p>You can now log into your account using the <a href="login.php">login page</a>.</p>
- </div>
-
- <?php
- View::show_footer();
|