-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (69 loc) · 2.1 KB
/
index.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<!--[if IE 8]><html class="lt-ie9"><![endif]-->
<!--[if gt IE 8]><!--><html><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Error 500</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet" type="text/css">
<style type="text/css">
html {
background: linear-gradient(#C15730, #E89E83);
min-height: 100%;
}
body {
color: #5F0A19;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: 400;
min-height: 100%;
margin: 0;
padding: 0;
}
.wrap {
max-width: 545px;
margin: 0 auto;
padding: 50px 25px;
}
h1 {
color: #5F0A19;
font-size: 32px;
font-weight: 300;
line-height: 1.1;
margin: 0;
padding: 0;
}
a {
color: #3E060D;
}
hr {
height: 1px;
background-color: #C4D1DF;
display: block;
border: none;
margin: 0 auto;
}
section { padding: 1.5em 0; }
.logo {
padding: 5%;
text-align: center;
}
.more-details { color: #788a85; }
</style>
</head>
<body>
<div class="wrap">
<div class="logo"><img src="logo.png"></div>
<h1>Oups! C'est gênant.</h1>
<p>Nous avons un problème avec notre fournisseur hébergement, nous serons de retour aussi vite que possible.</p>
<p>En attendant, suivez-nous sur <a href="https://www.facebook.com/qcnum">Facebook</a>
ou <a href="https://twitter.com/qcnum">Twitter</a>!</p>
<p> </p>
<h1>Oops! That's embarassing.</h1>
</p>We are experiencing problem with our hosting provider, we will be back as soon as possible.</p>
<p>In the mean time, follow us on <a href="https://www.facebook.com/qcnum">Facebook</a>
or <a href="https://twitter.com/qcnum">Twitter</a>!</p>
</div>
</body>
</html>