503.html
854 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
43
44
45
46
<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;
padding: 100px 0 0 0;
background-color: #ff9;
}
h1 {
margin: 0px;
font-weight: bold;
text-align: center;
color: gray;
}
div#en {
float: right;
width: 45%;
}
div#pt-br {
float: left;
width: 45%;
}
</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>