Skip to content

Instantly share code, notes, and snippets.

@johnfitzpatrick
Created March 22, 2014 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save johnfitzpatrick/9708330 to your computer and use it in GitHub Desktop.
Save johnfitzpatrick/9708330 to your computer and use it in GitHub Desktop.
<html>
<body>
<h1>Hello, <%= node['iis_demo']['greeting'] %>!</h1>
<h2>This is server <%= node['hostname']%></h2>
<h3>Do you know the capitals of the following countries?</h3>
<% @country.each do |item| -%>
<p><a href=<%="#{item}"%>.htm><%="#{item}"%></a></p>
<% end -%>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment