lila/public/error.html
2013-12-21 21:02:47 +01:00

22 lines
550 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://static.lichess.org/assets/images/maintenance.jpg" alt="Lichess maintenance" />
</body>
</html>