-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve handling of errors due to maintenance
- Loading branch information
Showing
3 changed files
with
104 additions
and
3 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
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
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,74 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<title>Path of Exile</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=Edge"> | ||
<link href="//poe.game.daum.net/" hreflang="ko-KR" rel="alternate"> | ||
<link href="//jp.pathofexile.com/" hreflang="ja-JP" rel="alternate"> | ||
<link href="//es.pathofexile.com/" hreflang="es-ES" rel="alternate"> | ||
<link href="//de.pathofexile.com/" hreflang="de-DE" rel="alternate"> | ||
<link href="//fr.pathofexile.com/" hreflang="fr-FR" rel="alternate"> | ||
<link href="//th.pathofexile.com/" hreflang="th-TH" rel="alternate"> | ||
<link href="//ru.pathofexile.com/" hreflang="ru-RU" rel="alternate"> | ||
<link href="//br.pathofexile.com/" hreflang="pt-BR" rel="alternate"> | ||
<link href="//pathofexile.com/" hreflang="en" rel="alternate"> | ||
<link href="/favicon.ico?oriath" rel="shortcut icon"> | ||
<link href="/error/error_files/screen2.css?v=8" media="screen" rel="stylesheet" type="text/css"> | ||
</head> | ||
<body class="en_US"> | ||
<div class="container"> | ||
<div class="header en"> | ||
<div class="controls"> | ||
<div class="language-select"> | ||
<a href="//pathofexile.com/"><span class="en-lang"><img src="/error/error_files/lang/GB.png"></span></a> | ||
<a href="//br.pathofexile.com/"><span class="br-lang"><img src="/error/error_files/lang/BR.png"></span></a> | ||
<a href="//ru.pathofexile.com/"><span class="ru-lang"><img src="/error/error_files/lang/RU.png"></span></a> | ||
<a href="//th.pathofexile.com/"><span class="th-lang"><img src="/error/error_files/lang/TH.png"></span></a> | ||
<a href="//de.pathofexile.com/"><span class="de-lang"><img src="/error/error_files/lang/DE.png"></span></a> | ||
<a href="//fr.pathofexile.com/"><span class="fr-lang"><img src="/error/error_files/lang/FR.png"></span></a> | ||
<a href="//es.pathofexile.com/"><span class="es-lang"><img src="/error/error_files/lang/ES.png"></span></a> | ||
<a href="//jp.pathofexile.com/"><span class="jp-lang"><img src="/error/error_files/lang/JP.png"></span></a> | ||
<a href="//poe.game.daum.net/"><span class="kr-lang"><img src="/error/error_files/lang/KR.png"></span></a> | ||
</div> | ||
<a id="mainLogoLink" href="/"> | ||
<span>Path of Exile</span> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="content"> | ||
<div class="backdrop"></div> | ||
<div class="wrapper"> | ||
<div class="layoutBox1 layoutBoxFull padded rightBackground1Theme"> | ||
<h1 class="topBar first last layoutBoxTitle">Down For Maintenance</h1> | ||
<div class="layoutBoxContent"> | ||
<p class="bold"> | ||
pathofexile.com is currently down for maintenance. Please try again later.<br /><br /> | ||
Thanks for your patience! | ||
</p> | ||
</div> | ||
</div> | ||
<div class="layoutBox1 layoutBoxFull noneTheme padded"> | ||
<div class="layoutBoxContent centered"> | ||
<a data-chrome="noheader nofooter transparent" data-link-color="#dac5a8" class="twitter-timeline" data-dnt="true" data-theme="dark" href="https://twitter.com/pathofexile">Tweets by pathofexile</a> | ||
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> | ||
</div> | ||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
</div> | ||
<div class="footer"> | ||
<div class="backdrop"></div> | ||
<div class="wrapper"> | ||
<div class="sitemap"></div> | ||
<div class="bottom"> | ||
<span class="copyright">© 2010 - 2019 <a href="http://www.grindinggear.com">Grinding Gear Games</a></span> | ||
<span><a href="mailto:support@grindinggear.com">Contact Support</a></span><br> | ||
<a class="logo" href="http://www.grindinggear.com"><img src="/error/error_files/ggg-dark.png" alt="Grinding Gear Games"></a> | ||
</div> | ||
<div class="clear"></div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |