lila/public/oops/timeout.html

57 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>Timeout • lichess.org</title>
<style>
@font-face {
font-family: 'PT Serif';
font-style: italic;
font-weight: 400;
src: local('PT Serif Italic'), local('PTSerif-Italic'), url(https://fonts.gstatic.com/s/ptserif/v8/03aPdn7fFF3H6ngCgAlQzPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
html, body {
font: 16px 'PT Serif';
background: #000;
color: #ebd488;
text-align: center;
width: 100%;
margin: 0;
padding: 0;
}
h1 {
font-size: 30px;
}
@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>lichess.org timeout</h1>
Sorry, the site is not responding in a timely fashion.<br />
Try to reload the page soon to see if it's getting better.
<br />
<br />
<img src="//lichess1.org/assets/images/maintenance.jpg" alt="Lichess timeout" />
<script>
setTimeout(
function() { location.reload(); },
2000 + Math.round(Math.random() * 10000));
</script>
</body>
</html>