mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
Merge pull request #1322 from lefnire/sabe_fix
Fix broken image on 500 error page
This commit is contained in:
commit
29c7517500
1 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
<link href="/vendor/bootstrap/docs/assets/css/docs.css" rel="stylesheet">
|
<link href="/vendor/bootstrap/docs/assets/css/docs.css" rel="stylesheet">
|
||||||
<link href="/css/static-pages.css" rel="stylesheet">
|
<link href="/css/static-pages.css" rel="stylesheet">
|
||||||
|
|
||||||
<style type="text/css">
|
<!-- <style type="text/css">
|
||||||
.rotate-img {
|
.rotate-img {
|
||||||
transform:rotate(90deg);
|
transform:rotate(90deg);
|
||||||
-ms-transform:rotate(90deg); /* IE 9 */
|
-ms-transform:rotate(90deg); /* IE 9 */
|
||||||
|
|
@ -19,14 +19,14 @@
|
||||||
-webkit-transform:rotate(90deg); /* Safari and Chrome */
|
-webkit-transform:rotate(90deg); /* Safari and Chrome */
|
||||||
-o-transform:rotate(90deg); /* Opera */
|
-o-transform:rotate(90deg); /* Opera */
|
||||||
}
|
}
|
||||||
</style>
|
</style> -->
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class='container'>
|
<div class='container'>
|
||||||
<div class='marketing'>
|
<div class='marketing'>
|
||||||
<img class='rotate-img' src="/img/sprites/armor3_m.png" />
|
<img src="/img/sprites/dead.png" />
|
||||||
<h2>The server is restarting.</h2>
|
<h2>The server is respawning.</h2>
|
||||||
<p><a href="/">Try again</a> in a few. We restart often due to <a href="https://github.com/lefnire/habitrpg/issues/165">this issue</a>, and we're <a href=http://habitrpg.tumblr.com/post/55655159428/0-5-upgrade-aborted-angularjs-future>rewriting the site</a> to fix it. (AngularJS developers, come <a href=https://github.com/lefnire/habitrpg/tree/angular_rewrite>join us</a>!)</p>
|
<p><a href="/">Try again</a> in a few. We restart often due to <a href="https://github.com/lefnire/habitrpg/issues/165">this issue</a>, and we're <a href=http://habitrpg.tumblr.com/post/55655159428/0-5-upgrade-aborted-angularjs-future>rewriting the site</a> to fix it. (AngularJS developers, come <a href=https://github.com/lefnire/habitrpg/tree/angular_rewrite>join us</a>!)</p>
|
||||||
|
|
||||||
<p>If this page persists, the server may be experiencing issues; the developers have been notified. Try switching to <a href="https://beta.habitrpg.com/">the beta site</a> or <a href="https://habitrpg.com/">the main site</a>.</p>
|
<p>If this page persists, the server may be experiencing issues; the developers have been notified. Try switching to <a href="https://beta.habitrpg.com/">the beta site</a> or <a href="https://habitrpg.com/">the main site</a>.</p>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue