rudimentary "spam filter"
This commit is contained in:
parent
0a8db68e42
commit
3e97458ee2
6 changed files with 52 additions and 15 deletions
12
resources/views/errors/guestbook-invalid.blade.php
Normal file
12
resources/views/errors/guestbook-invalid.blade.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<x-minimal>
|
||||
<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-minimal>
|
Loading…
Add table
Add a link
Reference in a new issue