amdp3-metaforums/Application/Views/sign-up-success.php
2019-11-19 02:18:37 +07:00

10 lines
283 B
PHP

<?php
include 'layouts/head.php';
?>
<h1>You are registered!</h1>
<p>However, you will need to confirm your email address before you can start exploring the wonderful world of our forum</p>
<p>Please check your inbox for further instructions</p>
<?php
include 'layouts/foot.php';
?>