Fix 404 page display
This commit is contained in:
parent
1a55532f95
commit
a3af08e402
1 changed files with 5 additions and 3 deletions
|
@ -10,7 +10,9 @@
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<h1 style="text-align:center;">404 - File Not Found</h1>
|
<div class="col-md-8">
|
||||||
<p style="text-align:center;"><img src="{{ asset('images/404.jpg') }}" /></p>
|
<h1 class="text-center">404 - File Not Found</h1>
|
||||||
<p style="text-align:center;"><a href="{{ URL::previous() }}">Take me back</a> or <a href="/">go home</a>.</p>
|
<p class="text-center"><img src="{{ asset('images/404.jpg') }}" /></p>
|
||||||
|
<p class="text-center"><a href="{{ URL::previous() }}">Take me back</a> or <a href="/">go home</a>.</p>
|
||||||
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
Loading…
Reference in a new issue