lila/public/oops/disabled.html

60 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="refresh" content="10" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Temporarily disabled • 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;
}
h1 {
font-size: 30px;
}
a {
color: #fff;
}
credit {
display: block;
font-size: 0.9em;
opacity: 0.6;
margin: 0 0 20px 0;
}
@media (max-width: 1024px) {
img {
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>This feature is temporarily disabled</h1>
It will be back very soon. Thanks for your patience.
<br />
<br />
<a href="//lichess.org">Return to lichess homepage</a>
<br />
<br />
<img src="//lichess1.org/assets/images/maintenance.jpg" />
<credit>Drawing by <a href="https://www.pixiv.net/member.php?id=34624">Gia</a></credit>
</body>
</html>