]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/files/default/html/index.html
Tile: add default index.html
[chef.git] / cookbooks / tile / files / default / html / index.html
diff --git a/cookbooks/tile/files/default/html/index.html b/cookbooks/tile/files/default/html/index.html
new file mode 100644 (file)
index 0000000..c24e848
--- /dev/null
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
+  "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<title>tile.openstreetmap.org</title>
+<meta name="robots" content="noindex">
+<meta http-equiv="cache-control" content="no-cache">
+<meta http-equiv="pragma" content="no-cache">
+</head>
+<body>
+You've reached the OpenStreetMap.org tile server.<br />
+<dl>
+<dt>If you are a user...</dt>
+<dd>You probably want <a href="http://www.openstreetmap.org/">OpenStreetMap</a> itself.</dd>
+<dt>If you are a developer...</dt>
+<dd>Please be aware of the <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">tile usage policy</a>.</dd>
+</dl>
+</body>
+</html>