21 lines
929 B
HTML
21 lines
929 B
HTML
<!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">
|
|
<title>Error 404 - Not Found</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<h1>Are you lost?</h1>
|
|
<div class="spacer"></div>
|
|
<p>I looked all over but couldn't find what you wanted! I promise I tried my best!</p>
|
|
<img src="images/monster_confused.svg" alt="confused monster">
|
|
<p class="instructions">Please make sure you typed the right address and try again. (error 404)</p>
|
|
<div class="spacer"></div>
|
|
<footer>
|
|
Page designed by Asif Bacchus. Please feel free to use, redistribute and alter as you see fit! Latest version available at https://git.asifbacchus.app/asif/fun-errorpages.git. Monster image from Freepik (www.freepik.com).
|
|
</footer>
|
|
</body>
|
|
</html> |