aboutsummaryrefslogtreecommitdiff
path: root/resources/views/errors/guestbook-invalid.blade.php
blob: 6c72bcf5c078cc3cff38e6d8088a28b0c9d56ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<x-layout-min>
    <x-slot:title>Error dsdf!</x-slot:title>
    <div class="page-container">
        <div>
            <h1 style="margin-top: 0">Error 400: Invalid message!</h1>
            <hr>
            <p>Whoa there! Your form submission seems to contain a URL (or one of the fields was left blank)!</p>
            <br>
            Click <a href="/guestbook">here</a> to go back to the guestbook.
        </div>
    </div>
</x-layout-min>