2013-11-19 19:21:48 +00:00
|
|
|
<!DOCTYPE html>
|
2006-06-28 18:11:03 +00:00
|
|
|
<html>
|
2013-11-19 19:21:48 +00:00
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<title>Redmine 404 error</title>
|
|
|
|
|
<style>
|
2024-12-19 01:32:02 +00:00
|
|
|
body {font-family: sans-serif; color: #303030; margin: 20px; line-height: 1.6;}
|
|
|
|
|
h1 {font-size: 1.5rem;}
|
|
|
|
|
p {font-size: 0.875rem;}
|
2013-11-19 19:21:48 +00:00
|
|
|
</style>
|
|
|
|
|
</head>
|
2006-06-28 18:11:03 +00:00
|
|
|
<body>
|
2006-11-17 20:24:34 +00:00
|
|
|
<h1>Page not found</h1>
|
|
|
|
|
<p>The page you were trying to access doesn't exist or has been removed.</p>
|
|
|
|
|
<p><a href="javascript:history.back()">Back</a></p>
|
2006-06-28 18:11:03 +00:00
|
|
|
</body>
|
2011-04-27 00:21:14 +00:00
|
|
|
</html>
|