lila/public/timeout.html
Thibault Duplessis bd7a87bfad tweaks
2014-05-07 09:59:24 +02:00

25 lines
665 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>lichess - timeout</title>
<style type="text/css">
html, body {
font:16px monospace;
background: #000;
color: #ebd488;
text-align: center;
}
</style>
</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="http://lichess1.org/assets/images/maintenance.jpg" alt="Lichess timeout" />
<script>setTimeout(function() { location.reload(); }, 8000);</script>
</body>
</html>