lila/public/timeout.html

25 lines
665 B
HTML
Raw Normal View History

2012-09-03 06:23:21 -06:00
<!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>
2012-09-16 07:26:58 -06:00
<h1>lichess.org timeout</h1>
2012-09-03 06:23:21 -06:00
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 />
2014-05-07 01:59:24 -06:00
<img src="http://lichess1.org/assets/images/maintenance.jpg" alt="Lichess timeout" />
2014-05-06 17:27:01 -06:00
<script>setTimeout(function() { location.reload(); }, 8000);</script>
2012-09-03 06:23:21 -06:00
</body>
</html>