CINXE.COM
Betfair
<!DOCTYPE html> <html manifest="" lang="en-US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Betfair</title> <meta name="theme-color" content="#004833" /> <style> * { margin: 0; padding: 0; } html, body { height: 100%; } body { background: #000; font-family: Arial, sans-serif; } .container { width: 100%; height: 100%; display: table; border-collapse: collapse; } section { display: table-cell; vertical-align: middle; text-align: center; padding: 1em; width: 60%; } section > div { width: 80%; margin: 0 auto; } .message { text-align: left; background: #f5b942; color: #fff; border-radius: 20px 20px 0 0; } .message h1 { font-size: 32px; padding: 24px 28px; } .content { padding: 24px 28px; line-height: 1.5; background: #fff; text-align: left; border-radius: 0 0 20px 20px; } .content p { font-size: 22px; } .content a { text-decoration: none; color: #f5b942; font-weight: bold; } @media screen and (orientation: portrait) { .message h1 { font-size: 44px; } .content p { font-size: 32px; margin: 0; } } </style> </head> <body> <div class="container"> <section> <div> <div class="message"><h1>Restricted</h1></div> <div class="content"> <p> Our Software detects that you may be accessing the Betfair website from a country that Betfair does not accept bets from or the traffic from your network was detected as being unusual. If you believe that this detection has occurred in error, please <a href="https://support.betfair.com/app/contact_us">Contact us</a> for further assistance. </p> <hr /> <p>Your IP: 8.222.208.146</p> <p>Ray ID: 916363bdbfca3f5f</p> <p>Region: SG</p> </div> </div> </section> </div> </body> </html>