<!DOCTYPE html>
<html>
	<head>
		<style>
			html, body{
				font-family: 'Courier New', Courier, monospace;
				text-align: center;
			}

			h1 {
				font-weight: normal;
			}
		</style>
	</head>
	<body>
		<h1>error</h1>
	</body>
</html>