Initial import
This commit is contained in:
8
views/404.blade.php
Normal file
8
views/404.blade.php
Normal file
@@ -0,0 +1,8 @@
|
||||
@extends("layout.main")
|
||||
@section("content")
|
||||
<div class="text-center">
|
||||
<h1>Page not found</h1>
|
||||
<img src='/logo.png'>
|
||||
<p>The page you were looking for could not be found. Maybe you should look for a different one instead.</p>
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user