annotate public/404.html @ 1516:b450a9d58aed redmine-2.4

Update to Redmine SVN revision 13356 on 2.4-stable branch
author Chris Cannam
date Tue, 09 Sep 2014 09:28:31 +0100
parents cbce1fd3b1b7
children dffacf8a6908
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 404 error</title>
Chris@0 5 <style>
Chris@0 6 body{
Chris@1516 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>Page not found</h1>
Chris@0 20 <p>The page you were trying to access doesn't exist or has been removed.</p>
Chris@0 21 <p><a href="javascript:history.back()">Back</a></p>
Chris@0 22 </body>
Chris@441 23 </html>