mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-03 23:36:21 +02:00
23 lines
726 B
Plaintext
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> |