annotate public/500.html @ 1628:9c5f8e24dadc live tip

Quieten this cron script
author Chris Cannam
date Tue, 25 Aug 2020 11:38:49 +0100
parents dffacf8a6908
children
rev   line source
Chris@1517 1 <!DOCTYPE html>
Chris@0 2 <html>
Chris@1517 3 <head>
Chris@1517 4 <meta charset="utf-8" />
Chris@1517 5 <title>Redmine 500 error</title>
Chris@1517 6 <style>
Chris@1517 7 body {font-family: "Trebuchet MS", Georgia, "Times New Roman", serif; color: #303030; margin: 10px;}
Chris@1517 8 h1 {font-size:1.5em;}
Chris@1517 9 p {font-size:0.8em;}
Chris@1517 10 </style>
Chris@1517 11 </head>
Chris@0 12 <body>
Chris@0 13 <h1>Internal error</h1>
Chris@0 14 <p>An error occurred on the page you were trying to access.<br />
Chris@441 15 If you continue to experience problems please contact your Redmine administrator for assistance.</p>
Chris@441 16 <p>If you are the Redmine administrator, check your log files for details about the error.</p>
Chris@0 17 <p><a href="javascript:history.back()">Back</a></p>
Chris@0 18 </body>
Chris@441 19 </html>