40 lines
No EOL
739 B
HTML
40 lines
No EOL
739 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Page not found - meow.company</title>
|
|
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<header aria-hidden="true" class="bc-magenta c-black">
|
|
<span> ~</span>
|
|
<span>
|
|
-
|
|
□
|
|
<span class="bc-red"> X </span>
|
|
</span>
|
|
</header>
|
|
|
|
<main>
|
|
<br>
|
|
<br>
|
|
|
|
<center>
|
|
<p>Error (404): Page not found.</p>
|
|
|
|
<br>
|
|
|
|
<a class="uppercase" href="/"> Go home </a>
|
|
</center>
|
|
|
|
<br>
|
|
<br>
|
|
</main>
|
|
</body>
|
|
|
|
</html> |