forked from myano/lmddgtfy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
500.html
89 lines (74 loc) · 2.57 KB
/
500.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
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<title>Let Me DuckDuckGo That For You - Internal Server Error</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
body {
background-color: #ccc;
}
body, h1, p {
font-family: 'Inconsolata', 'Helvetica Neue', Arial, sans-serif;
font-weight: normal;
margin: 0;
padding: 0;
text-align: center;
}
.container {
margin-left: auto;
margin-right: auto;
margin-top: 177px;
max-width: 1170px;
padding-right: 15px;
padding-left: 15px;
}
.row:before, .row:after {
display: table;
content: " ";
}
.set_half_width {
width: 50%;
}
.push_left {
margin-left: 25%;
}
h1 {
font-size: 48px;
font-weight: 300;
margin: 0 0 20px 0;
}
.lead {
font-size: 21px;
font-weight: 200;
margin-bottom: 20px;
}
p {
margin: 0 0 10px;
}
@font-face {
font-family: 'Inconsolata';
font-style: normal;
font-weight: 400;
src: local('Inconsolata'), url("fonts/inconsolata.woff") format("woff");
}
</style>
</head>
<body>
<div class="container text-center">
<svg height="200" width="200">
<polygon points="100,50 35,160 165,160" stroke-linejoin="round" style="fill:none; stroke:#f00; stroke-width:10" />
<text x="86" y="142" fill="#f00" font-family="sans-serif" font-weight="800" font-size="60px">!</text>
</svg>
<div class="row">
<h1>(500) Internal Server Error</h1>
</div>
<div class="row">
<div class="set_half_width push_left">
<p class="lead">Sorry, but something went wrong on our end, please try again in a little bit. If you keep seeing this please contact the webmaster.</p>
</div>
</div>
Return to <a href="https://lmddgtfy.net/">Let Me DuckDuckGo That For You</a>
</div>
</body>
</html>