]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dns/templates/default/index.html.erb
Add DNS cookbook
[chef.git] / cookbooks / dns / templates / default / index.html.erb
diff --git a/cookbooks/dns/templates/default/index.html.erb b/cookbooks/dns/templates/default/index.html.erb
new file mode 100644 (file)
index 0000000..3a70473
--- /dev/null
@@ -0,0 +1,13 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+    <title>GeoDNS - Zones</title>
+  </head>
+  <body>
+    <h1 align="center">GeoDNS Zones</h1>
+    <% @zones.each do |zone| -%>
+    <h2 align="center"><a href="<%= zone %>.html"><%= zone %></a></h2>
+    <% end -%>
+  </body>
+</html>