aboutsummaryrefslogtreecommitdiff
path: root/views/sent.view.php
blob: ff5c21abcec0b2376a3bfd9a9f8fff4c7a12afd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php require __DIR__ . '/partials/header.php'; ?>

        <main>
            <div>

                <h2>Thank you for your message.</h2>
                <a href="/"><b>Return to the Home Page</b></a>

            </div>
        </main>

<?php require __DIR__ . '/partials/footer.php'; ?>