]> git.openstreetmap.org Git - chef.git/blob - cookbooks/tile/templates/default/index.html.erb
tile: Update index page to modern HTML, add tests
[chef.git] / cookbooks / tile / templates / default / index.html.erb
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <title>tile.openstreetmap.org</title>
5 <!-- MANAGED VIA CHEF -->
6 <meta name="robots" content="noindex">
7 <meta http-equiv="cache-control" content="no-cache">
8 <meta http-equiv="pragma" content="no-cache">
9 </head>
10 <body>
11 You've reached the OpenStreetMap.org tile server (<%= node['fqdn'] %>)<br />
12 <dl>
13 <dt>If you are a user...</dt>
14 <dd>You probably want <a href="https://www.openstreetmap.org/">OpenStreetMap</a> itself.</dd>
15 <dt>If you are a developer...</dt>
16 <dd>Please be aware of the <a href="https://operations.osmfoundation.org/policies/tiles/">tile usage policy</a>.</dd>
17 </dl>
18 </body>
19 </html>