<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<title>BetOn.Win - Access Restricted</title>
<!--
Note: Most email clients ignore external stylesheets and advanced CSS.
So we rely on basic inline or table styling.
-->
</head>
<body style="margin: 0; padding: 0; background-color: #00161B;">
<!--
Outer container table to fill the background color 100% width
and center our main content.
-->
<table
width="100%"
border="0"
cellspacing="0"
cellpadding="0"
style="background-color: #00161B; margin: 0; padding: 0;"
>
<tr>
<td align="center" valign="top">
<!-- Inner table for the email content, fixed at ~600px wide -->
<table
width="600"
border="0"
cellspacing="0"
cellpadding="0"
style="margin: 30px auto; background-color: #011617;"
>
<!-- Logo row -->
<tr>
<td align="center" style="padding: 30px 0 0 0;">
<!-- Replace with your logo URL -->
<img
src="https://beton.win/content/uploads/Logotype_c446f18b37.png"
alt="BetOn.Win Logo"
width="200"
style="display: block;"
/>
</td>
</tr>
<!-- Spacer -->
<tr><td style="height: 30px;"> </td></tr>
<!-- Headline row -->
<tr>
<td
align="center"
style="
font-family: Arial, sans-serif;
font-style: italic;
font-weight: bold;
text-transform: uppercase;
font-size: 28px;
line-height: 1.3;
color: #FFFFFF;
padding: 0 30px;
text-align: center;
"
>
ACCESS TO THE SITE IS LIMITED<br/>IN YOUR COUNTRY
</td>
</tr>
<!-- Spacer -->
<tr><td style="height: 20px;"> </td></tr>
<!-- Subtext row -->
<tr>
<td
align="center"
style="
font-family: Arial, sans-serif;
font-style: italic;
font-weight: bold;
text-transform: uppercase;
font-size: 18px;
line-height: 1.4;
color: #F1EA03;
padding: 0 30px;
text-align: center;
"
>
IF YOU THINK THIS IS A MISTAKE — CHECK YOUR VPN
</td>
</tr>
<!-- Spacer -->
<tr><td style="height: 40px;"> </td></tr>
</table><!-- /END 600px inner table -->
</td>
</tr>
</table><!-- /END outer table -->
</body>
</html>