Created
August 29, 2014 09:18
-
-
Save pekrockstar/53bc8164d57de5ab46db to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<html> | |
<head> | |
<title>The page is temporarily unavailable</title> | |
<style> | |
body { font-family: Tahoma, Verdana, Arial, sans-serif; } | |
</style> | |
</head> | |
<body bgcolor="white" text="black"> | |
<table width="100%" height="100%"> | |
<tr> | |
<td align="center" valign="middle"> | |
The page you are looking for is temporarily unavailable.<br/> | |
Please try again later. | |
</td> | |
</tr> | |
</table> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment