annotate public/404.html @ 1524:82fac3dcf466 redmine-2.5-integration

Fix failure to interpret Javascript when autocompleting members for project
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 11 Sep 2014 10:24:38 +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 404 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>Page not found</h1>
Chris@0 14 <p>The page you were trying to access doesn't exist or has been removed.</p>
Chris@0 15 <p><a href="javascript:history.back()">Back</a></p>
Chris@0 16 </body>
Chris@441 17 </html>