Mercurial > hg > soundsoftware-site
annotate public/500.html @ 1452:d6b9fd02bb89 feature_36_js_refactoring
Deprecated develoment branch.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 11 Oct 2013 17:01:24 +0100 |
parents | cbce1fd3b1b7 |
children | b450a9d58aed |
rev | line source |
---|---|
Chris@0 | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
Chris@0 | 2 "http://www.w3.org/TR/html4/loose.dtd"> |
Chris@0 | 3 <html> |
Chris@441 | 4 <title>Redmine 500 error</title> |
Chris@0 | 5 <style> |
Chris@0 | 6 body{ |
Chris@0 | 7 font-family: Trebuchet MS,Georgia,"Times New Roman",serif; |
Chris@0 | 8 color:#303030; |
Chris@0 | 9 margin:10px; |
Chris@0 | 10 } |
Chris@0 | 11 h1{ |
Chris@0 | 12 font-size:1.5em; |
Chris@0 | 13 } |
Chris@0 | 14 p{ |
Chris@0 | 15 font-size:0.8em; |
Chris@0 | 16 } |
Chris@0 | 17 </style> |
Chris@0 | 18 <body> |
Chris@0 | 19 <h1>Internal error</h1> |
Chris@0 | 20 <p>An error occurred on the page you were trying to access.<br /> |
Chris@441 | 21 If you continue to experience problems please contact your Redmine administrator for assistance.</p> |
Chris@441 | 22 <p>If you are the Redmine administrator, check your log files for details about the error.</p> |
Chris@0 | 23 <p><a href="javascript:history.back()">Back</a></p> |
Chris@0 | 24 </body> |
Chris@441 | 25 </html> |