500.html 647 Bytes
<html>
<head>
  <title>Noosfero - Application error</title>
  <style>
    body {
      font-family: sans-serif;
      padding: 100px 0 0 0;
    }
    big {
      font-size: 30px;
      font-weight: bold;
    }
    h1 {
      margin: 0px;
      font-size: 50px;
      font-weight: bold;
    }
    p {
      margin: 50px 0px 0px 30%;
    }
  </style>
</head>
<body>

<center>

<big>ERROR CODE 500</big>
<h1>Application error</h1>

</center>

<p>
  Ups... Hããã... Sory. <b>:-(</b>
  <br/>
  That is a <b>bug</b> in our system!
  <br/>
  Pleas, help us.
  <a href="http://www.colivre.coop.br/Noosfero/BugItem">File this bug.</a>
</p>

</body>
</html>