503.html 926 Bytes
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <meta http-equiv="refresh" content="60"/>
  <title>Noosfero - System Maintainance</title>
  <style>
    body {
      font-family: sans-serif;
      margin: 0px;
      padding: 0% 3%;
      height: 100%;
      background: #CCC url(/503.jpg) 50% 100% no-repeat;
    }
    h1 {
      margin: 30px 0px 0px 0px;
      font-weight: bold;
      text-align: center;
      color: gray;
    }
    div#en {
      float: right;
      width: 47%;
    }
    div#pt-br {
      float: left;
      width: 47%;
    }
  </style>
</head>
<body>

<div id='en'>
  <h1>System maintainance</h1>
  <p>
    This system is under maintainance. It should be back in a few hours.
  </p>
</div>

<div id='pt-br'>
  <h1>Sistema em manutenção</h1>
  </p>
  Este sistema está em manutenção, e deve estar de volta em algumas horas.
  </p>
</div>

</body>
</html>