<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <title>Website under maintenance</title>
    <style type="text/css">
      body {
        background-color: #ECF4FC;
      }
      div {
        text-align: center;
        background-color: #DBECFF;
        border: solid 1px black;
        margin: 50px;
        padding: 10px;
      }
    </style>
  </head>
  <body>
    <div>
      <p>Ce site est en maintenance</p>
      <p>This website is under maintenance</p>
      <p>Diese website ist unter verwaltung</p>
    </div>
  </body>
</html>
