-
Notifications
You must be signed in to change notification settings - Fork 0
/
maintenance.html
63 lines (56 loc) · 1.92 KB
/
maintenance.html
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Tatoeba maintenance</title>
<style type="text/css">
body {
background: #E500DA;
}
#content {
max-width: 800px;
width: 100%;
margin: auto;
position: relative;
}
#logo {
position: relative;
width: 100px;
height: 100px;
background: #E5E3DA;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
#logo img {
margin-top: 14px;
margin-left: 14px;
}
#info {
font-size: 30px;
font-family: sans-serif;
background: #fff;
padding: 25px 40px 20px 50px;
margin-top: -50px;
margin-left: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
#info div {
margin: 20px 0px;
}
</style>
</head>
<body>
<div id="content">
<div id="logo">
<img width="72" height="72" alt="Tatoeba" src="http://tatoeba.org/img/tatoeba.png" />
</div>
<div id="info">
<div><strong>Tatoeba is under maintenance.</strong> We are sorry for the inconvenience. You can check our <a href="http://blog.tatoeba.org/">blog</a> or <b>Twitter</b> for more information.</div>
<div><strong>Tatoeba est en cours de maintenance.</strong> Nous nous excusons pour la gêne occasionée. Vous pouvez jeter un coup d'oeil sur notre <a href="http://blog.tatoeba.org/">blog</a> ou <b>Twitter</b> pour plus d'informations.</div>
<div>Tatoeba non è attualmente disponibile. Ci scusiamo per l'inconveniente. È possibile controllare il nostro blog o Twitter per ulteriori informazioni.</div>
</div>
</div>
</body>
</html>