annotate public/404.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 404 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>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>