500.html
647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<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>