lila/public/timeout.html
Thibault Duplessis 52437ee3dd fix error pages
2012-09-16 15:26:58 +02:00

24 lines
572 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="/assets/images/maintenance.jpg" alt="Lichess timeout" />
</body>
</html>