<!DOCTYPE html>
<html>
<head>
	<title>Not Found</title>
	<meta charset="UTF-8" />
	<link rel="SHORTCUT ICON" href="img/face.ico" />
	<link rel="stylesheet" type="text/css" href="css/reset.css"/>
	<link rel="stylesheet" href="fonts/LithoAntique-DemiBold.css" type="text/css" media="screen" />
	<link rel="preconnect" href="https://fonts.googleapis.com">
	<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
	<link href="https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap" rel="stylesheet">

	<style type="text/css">
	body {
		background-color: #fff;
	}
	h1 {
		font-family: LithoAntique-DemiBold;
		font-size: 100px;
		font-weight: normal;
		font-style: normal;
		margin: 24px 0 24px 0;
	}
	.container {
		padding: 20px;
	}
	.content {
		width: 800px;
		font-family: 'EB Garamond', serif;
		font-size: 24px;
	}
	</style>
</head>
<body>
	<div class="container">
		<img class="" alt="Igor Clark" src="img/face.jpg" />
		<h1>Doh</h1>
		<div class="content">
			<div>&quot;The server cannot find the requested resource&quot;. Boo.</div>
			<div><br></div>
			<div>Go <a href="/">home.</a>
		</div>
	</div>
</body>
</html>
