14 lines
454 B
PHP
14 lines
454 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>404 - Page Not Found</title>
|
|
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div align="center" style="margin-top: 10%;">
|
|
<h1 style="font-size: 150px; font-weight: bold; margin: 0;">404</h1>
|
|
<p style="font-size: 30px; font-weight: bold; margin: 0;">Page not found</p>
|
|
<p>Sorry, but the page you are looking for doesn't exist</p>
|
|
</div>
|
|
</body>
|
|
</html> |