lila/public/oops/scheduled-maintenance.html

102 lines
2.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Maintenance in progress • lichess.org</title>
<style type="text/css">
body {
text-align: center;
font: 18px 'Noto Sans', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
background-color: #181818;
background-image: linear-gradient(to bottom, #2c2c2c, #181818 116px);
background-repeat: no-repeat;
color: #a0a0a0;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
h1 { font-size: 3em; margin: 0.8em 0 0 0; font-weight: normal }
h2 { font-size: 1.2em; font-style: italic; font-weight: normal; margin: 0; }
.explain {
margin: 3em auto;
padding: 1.5em 0;
border: 1px solid #333;
border-width: 1px 0;
background: #252525;
}
a { color: #3893E8!important; }
.panels {
display: flex;
justify-content: center;
}
.twitter {
flex: 0 1 400px;
}
.more {
margin-left: 2em;
text-align: left;
}
.game { margin: 1em 0; }
@media (max-width: 767px) {
.explain {
padding: 1.5em 10px;
box-sizing: border-box;
}
.more {
text-align: center;
margin: 0;
}
.panels {
flex-direction: column-reverse;
}
.twitter {
margin-top: 20px;
}
.game {
display: none;
}
.hide-for-mobile {
display: none;
}
}
</style>
<meta content="noindex, nofollow" name="robots">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Roboto:300" rel="stylesheet">
</head>
<body>
<h1>lichess.org</h1>
<p class="explain">
We are performing maintenance on our servers
this Friday, 6:00 CET for about one hour.<br />
</p>
<div class="panels">
<div class="twitter">
<a class="twitter-timeline" data-theme="dark" href="https://twitter.com/lichess?ref_src=twsrc%5Etfw">Tweets by lichess</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="more">
To get updates on the maintenance,<br />
join <a href="https://twitter.com/lichess">@lichess on twitter</a> or
<a href="https://discord.gg/hy5jqSs">the lichess discord</a>.<br />
<div class="hide-for-mobile">To pass the time, try out this minigame:</div>
<div class="game">
<iframe
src="//lichess1.org/assets/vendor/ChessPursuit/bin-release/index.html"
frameborder="0"
width="400"
height="500">
</iframe>
</div>
</div>
</div>
</body>
</html>