Defect #3116 » redmine-error-message.html
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
---|---|
2 |
<html><head>
|
3 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
4 |
|
5 |
<title>redMine 500 error</title> |
6 |
<style>
|
7 |
body{ |
8 |
font-family: Trebuchet MS,Georgia,"Times New Roman",serif; |
9 |
color:#303030; |
10 |
margin:10px; |
11 |
}
|
12 |
h1{ |
13 |
font-size:1.5em; |
14 |
}
|
15 |
p{ |
16 |
font-size:0.8em; |
17 |
}
|
18 |
</style>
|
19 |
</head><body>
|
20 |
<h1>Internal error</h1> |
21 |
<p>An error occurred on the page you were trying to access.<br> |
22 |
If you continue to experience problems please contact your redMine administrator for assistance.</p>
|
23 |
<p><a href="javascript:history.back()">Back</a></p> |
24 |
</body></html>
|