aboutsummaryrefslogtreecommitdiff
path: root/resources/views/errors/guestbook-ipban.blade.php
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-07-26 00:08:58 +0100
committerFrankie B <frankieraybrown@gmail.com>2023-07-29 18:10:50 +0100
commit8e81858470c2b09e22b383e14ee5439cfc4e6e53 (patch)
tree32d64a1709d301f5bfdb1eb12db436013135f76a /resources/views/errors/guestbook-ipban.blade.php
parent5a39e2a7962d88fb0fbad0c0dfdc54a1f6c2eddb (diff)
Update
Diffstat (limited to 'resources/views/errors/guestbook-ipban.blade.php')
-rw-r--r--resources/views/errors/guestbook-ipban.blade.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/errors/guestbook-ipban.blade.php b/resources/views/errors/guestbook-ipban.blade.php
index 257dd72..386d22a 100644
--- a/resources/views/errors/guestbook-ipban.blade.php
+++ b/resources/views/errors/guestbook-ipban.blade.php
@@ -2,11 +2,11 @@
@section('title', 'Error 403: IP Blocked!')
@section('content')
<h1>Error 403: IP Blocked!</h1>
- <hr/>
+ <hr>
<p>Your IP has been banned from submitting to the guestbook.</p>
@if (isset($reason))
<p><b>Reason:</b> {{ $reason }}</p>
@endif
- <br/>
+ <br>
Click <a href="/guestbook">here</a> to go back to the guestbook.
@stop