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

        <main>
            <div>

            <p><?php echo 'Message could not be sent. Mailer Error: <br>', $mail->ErrorInfo; ?></p>
            <a href="/contact"><b>Return to the Contact Page</b></a>

            </div>
        </main>

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