2013-01-19 03:00:38 +00:00
< html >
< head >
< meta charset = "utf-8" >
< title > HabitRPG | Gamify Your Life< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
<!-- Le styles -->
2013-02-17 20:07:56 +00:00
< link href = "/vendor/bootstrap/docs/assets/css/bootstrap.css" rel = "stylesheet" >
< link href = "/vendor/bootstrap/docs/assets/css/bootstrap-responsive.css" rel = "stylesheet" >
< link href = "/vendor/bootstrap/docs/assets/css/docs.css" rel = "stylesheet" >
2013-01-19 03:00:38 +00:00
< style type = "text/css" >
.jumbotron {
background-color: #1b1b1b;
background-image: -moz-linear-gradient(top, #222222, #111111);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
background-image: -webkit-linear-gradient(top, #222222, #111111);
background-image: -o-linear-gradient(top, #222222, #111111);
background-image: linear-gradient(to bottom, #222222, #111111);
background-repeat: repeat-x;
border-color: #252525;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}
.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-02-21 15:31:52 +00:00
< h2 > The server is experiencing issues.< / h2 >
2013-02-21 15:33:44 +00:00
< p > < a href = "/" > Try again< / a > in a few, the developer has been notified. The most likely culprit is < a href = "https://github.com/lefnire/habitrpg/issues/165" > this issue< / a > which Tyler is working frantically to fix. (Any memory leak experts?)< / p >
2013-01-21 22:09:07 +00:00
< / div >
2013-01-19 03:00:38 +00:00
< / div >
< / body >
< / html >