mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
Remove unneeded class reference
Finish removing image rotation
This commit is contained in:
parent
420a8617d7
commit
fe6f478a60
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
<body>
|
||||
<div class='container'>
|
||||
<div class='marketing'>
|
||||
<img class='rotate-img' src="/img/sprites/dead.png" />
|
||||
<img src="/img/sprites/dead.png" />
|
||||
<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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue