lila/public/oops/scheduled-maintenance.html

114 lines
2.9 KiB
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
2021-02-06 06:26:05 -07:00
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2019-12-02 04:07:45 -07:00
<title>Maintenance in progress • lichess.org</title>
2020-09-03 02:38:46 -06:00
<style>
body {
text-align: center;
font: 18px 'Noto Sans', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
2018-11-26 09:24:15 -07:00
background-color: #181818;
background-image: linear-gradient(to bottom, #2c2c2c, #181818 116px);
background-repeat: no-repeat;
2018-09-28 10:18:36 -06:00
color: #a0a0a0;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
2021-02-06 06:26:05 -07:00
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;
}
2018-09-28 10:18:36 -06:00
.explain {
margin: 3em auto;
padding: 1.5em 0;
border: 1px solid #333;
border-width: 1px 0;
background: #252525;
}
2021-02-06 06:26:05 -07:00
a {
color: #3893e8 !important;
}
2018-09-28 10:18:36 -06:00
.panels {
display: flex;
justify-content: center;
}
.twitter {
flex: 0 1 400px;
}
.more {
margin-left: 2em;
text-align: left;
}
2021-02-06 06:26:05 -07:00
.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>
2021-02-06 06:26:05 -07:00
<meta content="noindex, nofollow" name="robots" />
</head>
<body>
<h1>lichess.org</h1>
2021-02-06 06:26:05 -07:00
<p class="explain">We are performing maintenance on our servers this Friday, 6:00 CET for about one hour.<br /></p>
2018-09-28 10:18:36 -06:00
<div class="panels">
<div class="twitter">
2021-02-06 06:26:05 -07:00
<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>
2018-09-28 10:18:36 -06:00
</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/lichess">the lichess Discord</a>.<br />
<div class="hide-for-mobile">To pass the time, try out this minigame:</div>
2018-09-28 10:18:36 -06:00
<div class="game">
<iframe
src="//lichess1.org/assets/vendor/ChessPursuit/bin-release/index.html"
2019-04-18 03:55:57 -06:00
frameborder="0"
2018-09-28 10:18:36 -06:00
width="400"
2021-02-06 06:26:05 -07:00
height="500"
>
2018-09-28 10:18:36 -06:00
</iframe>
</div>
</div>
</div>
</body>
</html>