<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pinup Casino BR - Entrar</title>
</head>
<body style="
margin: 0;
padding: 0;
background-color: #f4f4f4;
font-family: Arial, sans-serif;
color: #333;
">
<!-- Контейнер -->
<div style="
max-width: 600px;
margin: 40px auto;
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
">
<h1 style="
text-align: center;
margin-bottom: 20px;
font-size: 1.8rem;
color: #d80027;
">
Bem-vindo ao Pinup Casino BR
</h1>
<p style="
line-height: 1.6;
margin-bottom: 20px;
">
Acesse os melhores jogos de cassino online e ofertas exclusivas para jogadores do Brasil!
</p>
<!-- Кнопка входа -->
<div style="text-align: center;">
<button style="
padding: 12px 24px;
background-color: #d80027;
color: #fff;
border: none;
border-radius: 4px;
font-size: 16px;
cursor: pointer;
">
Entrar Agora
</button>
</div>
</div>
</body>
</html>