lila/public/oops/scheduled-maintenance.html

71 lines
2.3 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
2018-03-07 07:50:51 -07:00
<title>lichess - maintenance in progress</title>
<style type="text/css">
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%;
}
2018-09-28 10:18:36 -06: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; }
.explain {
margin: 3em auto;
padding: 1.5em 0;
border: 1px solid #333;
border-width: 1px 0;
background: #252525;
}
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;
}
.game { margin: 1em 0; }
</style>
<meta content="noindex, nofollow" name="robots">
2018-05-07 11:21:33 -06:00
<link href="https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Roboto:300" rel="stylesheet">
</head>
<body>
<h1>lichess.org</h1>
2018-09-28 10:18:36 -06: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">
<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 />
To pass the time, try out this minigame:
<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"
height="500">
</iframe>
</div>
</div>
</div>
</body>
</html>