Skip to content

Instantly share code, notes, and snippets.

@pratikbin
Created November 19, 2024 13:56
Show Gist options
  • Save pratikbin/b26b6ee6452315b42f407a9fc389577c to your computer and use it in GitHub Desktop.
Save pratikbin/b26b6ee6452315b42f407a9fc389577c to your computer and use it in GitHub Desktop.
<!doctypehtml><html lang=en><meta charset=UTF-8><meta content="width=device-width,initial-scale=1"name=viewport><title>Geo-Location Restricted Countries</title><style>body{font-family:Arial,sans-serif;background-color:#f4f4f4;margin:0;padding:0;display:flex;flex-direction:column;align-items:center}header{background-color:#4caf50;color:#fff;padding:10px 0;width:100%;text-align:center}.container{background-color:#fff;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,.1);margin:20px 0;padding:20px;width:90%;max-width:800px}h1{margin:0}h2{color:#333}ul{list-style-type:none;padding:0}ul li{background-color:#e7e7e7;margin:5px 0;padding:10px;border-radius:4px}</style><header><h1>Geo-Location Restricted Countries</h1></header><div class=container><h2>Compliance Reasons</h2><p>To ensure compliance with international regulations and legal requirements, our application restricts access from certain countries. These restrictions are put in place to adhere to sanctions, trade restrictions, and legal obligations that govern our operations.<h2>Restricted Countries</h2><ul><li>BY<li>CA<li>CU<li>KP<li>IR<li>RU<li>SY<li>US<li>GB<li>VE<li>YE<li>UA</ul></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment