]> git.openstreetmap.org Git - chef.git/blob - cookbooks/tile/templates/default/index.html.erb
Cope with no referer
[chef.git] / cookbooks / tile / templates / default / index.html.erb
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
2   "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5 <title>tile.openstreetmap.org</title>
6 <!-- MANAGED VIA CHEF --!>
7 <meta name="robots" content="noindex">
8 <meta http-equiv="cache-control" content="no-cache">
9 <meta http-equiv="pragma" content="no-cache">
10 </head>
11 <body>
12 You've reached the OpenStreetMap.org tile server. (<%= node['fqdn'] %>)<br />
13 <dl>
14 <dt>If you are a user...</dt>
15 <dd>You probably want <a href="http://www.openstreetmap.org/">OpenStreetMap</a> itself.</dd>
16 <dt>If you are a developer...</dt>
17 <dd>Please be aware of the <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">tile usage policy</a>.</dd>
18 </dl>
19 </body>
20 </html>