<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title>Nginx configurado com sucesso</title>
<style>
body { font-family: -apple-system, "Segoe UI", Arial, sans-serif; background: #0f172a; color: #e2e8f0;
       display: flex; align-items: center; justify-content: center; height: 100vh; margin: 0; }
.caixa { text-align: center; padding: 24px; }
h1 { font-size: 26px; margin-bottom: 8px; color: #22d3b8; }
p { color: #94a3b8; }
</style>
</head>
<body>
<div class="caixa">
<h1>Nginx configurado com sucesso</h1>
<p>Este domínio ainda não possui um site configurado no painel.</p>
</div>
</body>
</html>
