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

23 lines
619 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>lichess - maintenance</title>
<style type="text/css">
html, body {
font:16px monospace;
background: #000;
color: #ebd488;
text-align: center;
}
</style>
</head>
<body>
<h1>lichess.org is down for maintenance</h1>We expect to be back very soon. Thanks for your patience.
<br />
<br />
<img src="http://lichess1.org/assets/images/maintenance.jpg" alt="Lichess maintenance" />
<script>setTimeout(function() { location.reload(); }, 10000);</script>
</body>
</html>