]> git.openstreetmap.org Git - chef.git/blob - cookbooks/dns/templates/default/index.html.erb
Update formatting of header comments
[chef.git] / cookbooks / dns / templates / default / index.html.erb
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html>
3   <head>
4     <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
5     <title>GeoDNS - Zones</title>
6   </head>
7   <body>
8     <h1 align="center">GeoDNS Zones</h1>
9     <% @zones.each do |zone| -%>
10     <h2 align="center"><a href="<%= zone %>.html"><%= zone %></a></h2>
11     <% end -%>
12   </body>
13 </html>