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

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