BZCoding/bz-contact-php

View on GitHub
app/themes/landing1/thankyou.phtml

Summary

Maintainability
Test Coverage
<?php require_once '_header.phtml'; ?>

<main class="hero">
  <div class="container thankyou">
    <h1>Thank You!</h1>
    <p class="lead">Your thank you message here...</p>
    <p>Other info here...</p>
  </div>
</main>

<?php require_once '_footer.phtml'; ?>