<!DOCTYPE HTML>
<html>
	<head>
		<title>Quiet Reading</title>
		<meta charset="utf-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico">
		<link rel="stylesheet" href="/static/styles.css">
	</head>
	<body>
		<div class="container">
            <p>404 Not Found</p>
			<p>
                The page you&rsquo;re looking for is somewhere else,
                <br>
                but while you&rsquo;re here, consider this
                <br>
                a brief caesura.
			</p>
		</div>
	</body>
</html>