8 lines
177 B
PHP
8 lines
177 B
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Error 404',
|
|
'header' => 'The page was not found',
|
|
'message' => 'This link is incorrect. Are you sure you properly entered the link?',
|
|
];
|