-
Notifications
You must be signed in to change notification settings - Fork 8
/
50x.html
52 lines (45 loc) · 849 Bytes
/
50x.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
<!DOCTYPE html>
<html>
<head>
<title>We're sorry, but something went wrong (500)</title>
<style type="text/css">
*{
margin:0;
padding:0;
}
body{
background: #1d1d1d;
color:#eee;
font-family:Corbel,Arial,Helvetica,sans-serif;
font-size:13px;
}
hgroup{
/* Using the HTML4 hgroup element */
display:block;
margin:0 auto;
width:850px;
font-family:'Century Gothic',Calibri,'Myriad Pro',Arial,Helvetica,sans-serif;
text-align:center;
}
h1{
color:#76D7FB;
font-size:60px;
text-shadow:3px 3px 0 #3D606D;
white-space:nowrap;
}
h2{
color:#9FE3FC;
font-size:18px;
font-weight:normal;
padding:25px 0;
}
</style>
</head>
<body>
<!-- This file lives in public/500.html -->
<hgroup>
<h1>Ops!</h1>
<h2>Fomos notificados sobre este problema e vamos dar uma olhada em breve.</h2>
</hgroup>
</body>
</html>