lila/public/oops/servererror.html

71 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Server error • lichess.org</title>
<style>
html,
body {
font: 16px Georgia, Times, 'Times New Roman', serif;
font-style: italic;
background: #000;
color: #ebd488;
text-align: center;
width: 100%;
margin: 0;
padding: 0;
}
a,
a:visited {
color: #ebd488;
}
h1 {
font-size: 30px;
opacity: 0.5;
margin: 30px 0 10px 0;
}
p {
font-size: 1.2em;
opacity: 0.6;
margin: 0 0 20px 0;
}
credit {
display: block;
font-size: 0.9em;
opacity: 0.6;
margin: 0 0 20px 0;
}
#robot {
width: 1000px;
height: 958px;
}
@media (max-width: 1024px) {
img#robot {
margin: 0 auto;
width: 90%;
height: auto;
}
body {
padding: 0 10px;
box-sizing: border-box;
}
}
</style>
<meta content="noindex, nofollow" name="robots" />
</head>
<body>
<h1>lichess.org is down</h1>
<p>We expect to be back very soon. Thanks for your patience.</p>
<img id="robot" src="//lichess1.org/assets/images/maintenance.jpg" alt="Lichess maintenance" />
<credit>Drawing by <a href="https://www.pixiv.net/member.php?id=34624">Gia</a></credit>
<script>
setTimeout(function () {
location.reload();
}, 20000);
</script>
</body>
</html>