<?php
//Template Name: Thank-You
get_header();
//the_content();
?>
<main id="primary" class="site-main">
<section class="error-404 not-found text-center">
<h3>Thank You!</h3>
<a href="https://wavecolordrop.com/">
<button>
Back To Home Page
</button>
</a>
</section>
</main>
<?php
get_footer();
?>