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

        <main>
            <div class="mail__info">

                <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'; ?>