<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>Em breve - LopesContabilidade</title>
<style>
body {
margin: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
font-family: Arial, sans-serif;
background-color: #f7f7f7;
color: #333;
text-align: center;
flex-direction: column;
}
</style>
</head>
<body>
<h1>Em breve</h1>
<h2>LopesContabilidade</h2>
</body>
</html>