2013-01-19 03:00:38 +00:00
< html >
< head >
< meta charset = "utf-8" >
2013-03-17 13:33:14 +00:00
< title > HabitRPG | Error< / title >
2013-01-19 03:00:38 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2013-03-17 13:40:25 +00:00
<!-- CDN -->
< link href = "//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/css/bootstrap.min.css" rel = "stylesheet" >
< link href = "//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/css/bootstrap-responsive.min.css" rel = "stylesheet" >
2013-03-17 13:33:14 +00:00
2013-02-17 20:07:56 +00:00
< link href = "/vendor/bootstrap/docs/assets/css/docs.css" rel = "stylesheet" >
2013-03-17 13:33:14 +00:00
< link href = "/css/static-pages.css" rel = "stylesheet" >
2013-01-19 03:00:38 +00:00
< style type = "text/css" >
.rotate-img {
transform:rotate(90deg);
-ms-transform:rotate(90deg); /* IE 9 */
-moz-transform:rotate(90deg); /* Firefox */
-webkit-transform:rotate(90deg); /* Safari and Chrome */
-o-transform:rotate(90deg); /* Opera */
}
< / style >
< / head >
< body >
2013-01-21 22:09:07 +00:00
< div class = 'container' >
< div class = 'marketing' >
2013-02-28 01:24:57 +00:00
< img class = 'rotate-img' src = "/img/sprites/armor3_m.png" / >
2013-06-07 10:50:24 +00:00
< h2 > The server is restarting.< / 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 > which we're is working to fix. (Any memory leak experts?)< / p >
2013-06-07 11:13:11 +00:00
< 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 >
2013-01-21 22:09:07 +00:00
< / div >
2013-01-19 03:00:38 +00:00
< / div >
< / body >
< / html >