Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Contents of /branches/destination-access/extras/find-fixme/web/www/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1647 - (show annotations) (download) (as text)
Fri May 1 18:01:32 2015 UTC (9 years, 10 months ago) by amb
File MIME type: text/html
File size: 1709 byte(s)
Merge changes from trunk related to translations, the Hungarian
translation and HTML formatting for mobile browsers.

1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <meta http-equiv="refresh" content="1; URL=fixme.html">
8
9 <title>Routino Extras : Viewer for OpenStreetMap "fixme" Tags</title>
10
11 <!--
12 Routino extras fixme redirect web page.
13
14 Part of the Routino routing software.
15
16 This file Copyright 2008-2015 Andrew M. Bishop
17
18 This program is free software: you can redistribute it and/or modify
19 it under the terms of the GNU Affero General Public License as published by
20 the Free Software Foundation, either version 3 of the License, or
21 (at your option) any later version.
22
23 This program is distributed in the hope that it will be useful,
24 but WITHOUT ANY WARRANTY; without even the implied warranty of
25 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26 GNU Affero General Public License for more details.
27
28 You should have received a copy of the GNU Affero General Public License
29 along with this program. If not, see http://www.gnu.org/licenses/.
30 -->
31
32 <link href="style.css" type="text/css" rel="stylesheet">
33 </head>
34
35 <body>
36
37 <!-- Header Start -->
38
39 <div class="header">
40
41 <h1>Routino Extras : Viewer for OpenStreetMap "fixme" Tags</h1>
42
43 </div>
44
45 <!-- Header End -->
46
47 <!-- Content Start -->
48
49 <div class="content">
50
51 <h2><a href="fixme.html" title="Page Moved">Page Moved</a></h2>
52
53 </div>
54
55 <!-- Content End -->
56
57 <!-- Footer Start -->
58
59 <div class="footer">
60
61 <address>
62 &copy; Andrew M. Bishop - <a href="http://www.routino.org/">http://www.routino.org/</a>
63 </address>
64
65 </div>
66
67 <!-- Footer End -->
68
69 </body>
70
71 </html>