-
Notifications
You must be signed in to change notification settings - Fork 0
/
500.html
53 lines (49 loc) · 1.22 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
<!DOCTYPE html>
<html>
<head>
<title>Internal Server Error</title>
<style type="text/css">
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
color: #444;
}
.page {
width: 740px;
margin: 50px auto;
text-align: center;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Arial', 'Segoe UI', Arial, helvetica, sans-serif;
font-weight: 400;
margin: 0;
}
h1 {
font-size: 100px;
line-height: 140px;
color: #999;
margin-bottom: 50px;
}
p {
font-size: 16px;
line-height: 22px;
}
</style>
</head>
<body>
<div class="page">
<img src="Content/Images/sad.png" width="128" height="128" />
<h1>
Oops!
</h1>
<p>
We apologize, an error occurred while handling your request, this is not a problem with your computer or internet connection.
The details have been sent to our support team and we will investigate the issue very soon.
<br />
<br />
In the meantime, please retry your request as it may have been temporary.
</p>
</div>
</body>
</html>