<!DOCTYPE html>
<html>

<head>
	<meta charset="UTF-8" />
	<title>Nothing to see here...</title>

	<style>
		body {
			background-color: #efefef;
			box-sizing: border-box;
			font-family: sans-serif;
			margin: 0;
			padding: 0;
		}

		body > div {
			text-align: center;
			width: 100%;
		}
	</style>
</head>

<body>
	<div><p>Nothing to see here...</p></div>
</body>
</html>
