Files
portfolio2023/resources/views/errors/not-found.edge
T
2023-11-26 21:28:38 +01:00

23 lines
726 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Maven+Pro:400,900" rel="stylesheet">
<title>404 HTML Tempate by Colorlib</title>
@entryPointStyles('errors/not-found.css')
</head>
<body>
<div id="notfound">
<div class="notfound">
<div class="notfound-404">
<h1>404</h1>
</div>
<h2>We are sorry, Page not found!</h2>
<p>The page you are looking for might have been removed had its name changed or is temporarily unavailable.</p>
<a href="#">Back To Homepage</a>
</div>
</div>
</body>
</html>