-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Isaac Hernán <[email protected]>
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"&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> |