File "thankyou.php"
Full Path: /home/mba/public_html/wp-content-20250807152928/themes/twentytwenty-child-theme/thankyou.php
File size: 273 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/* Template Name: Thank You */
get_header();
?>
<div class="container">
<div class="row">
<div class="thank-you-text my-5">
Thank you! You are Registered Succussfully .Please check your Email and verify your account.
</div>
</div>
</div>
<?php
get_footer();
?>