We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aeda54 commit 7320e82Copy full SHA for 7320e82
resources/views/errors/404.blade.php
@@ -16,7 +16,7 @@
16
<div class="col-md-8 col-md-offset-2">
17
18
<div style="padding-top: 200px">
19
- <img src="{{ config('app.url') }}/img/sad-panda.png" style="width: 200px; height: 200px;" class="pull-left">
+ <img src="{{ config('app.url') }}/img/sad-panda.png" style="width: 200px; height: 200px;" class="pull-left" alt="Sad Panda cartoon" />
20
<div class="error-content">
21
<h2><x-icon type="warning" class="text-yellow" /> 404 Page not found.</h2>
22
<p>
0 commit comments