Skip to content

Commit

Permalink
Create country_blocked.html
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Hernán <[email protected]>
  • Loading branch information
Isaaker authored Nov 29, 2024
1 parent 6f183c3 commit 2b9d31e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/country_blocked.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!doctype html>
<html>

<!--- Responsive Platform --->
<meta name="viewport" content="width=device-width, initial-scale=1.0"&amp;gt>

<meta charset="utf-8">
<meta name="robots" content="noindex">
<title>Country or region not available</title>

<style>
body{
font-family: Century;
align-items: center;
text-align: center;
background-color: #00BFFF;
}
.red_text{
font-family: Century;
color: red;
}
</style>
</head>
<main>
<body>
<h1>🚫 Country or region not available</h1>
<img src="https://raw.githubusercontent.com/Isaaker/archerysimulator/refs/heads/main/docs/images/not_available.svg" width="250" height="250" /></a>
<p class="red_text">Piscina de Entropia is not available in your Country or Region for security reasons</p>
<a href="mailto:[email protected]">Request Access (Please include an static IP)</a>
</body>
</main>
</html>

0 comments on commit 2b9d31e

Please sign in to comment.