<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html>
<html lang="pt-BR">
<head>
	<meta charset="UTF-8">
	<title>Site em manutenção</title>
	<style>
		body {
			font-family: sans-serif;
		}

		main {
			max-width: 40em;
			margin: 2em auto;
			text-align: center;
		}
	</style>
</head>
<body>
	
	<main>

		<h1>Site em manutenção.</h1>

	</main>

</body>
</html>
