blob: 2ffd6bad3895da2c4d1c29fa42798d9c6c22ed1d (
plain)
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
|
<!DOCTYPE HTML>
<html>
<head>
<title>Internal Server Error</title>
<style type="text/css">
body {
margin: 1em 2em;
background-color: #455372;
color: #ddd;
font-family: sans-serif;
}
h1, h3 {
color: #fff;
}
a {
color: #fff;
text-decoration: none;
}
#buggie {
float: left;
}
#content {
margin-left: 100px;
padding-top: 20px;
}
</style>
</head>
<body>
<img src="/images/buggie.png" id="buggie" alt="buggie" width="78" height="215">
<div id="content">
<h1>Internal Server Error</h1>
<p>The server encountered an internal error and was unable to complete your request.</p>
<h3>Error 500</h3>
<p><a href="/">bugzilla.mozilla.org</a></p>
</div>
</body>
</html>
|