Skip to content

Instantly share code, notes, and snippets.

@vinyar
Forked from johnfitzpatrick/Default.htm.erb
Created April 16, 2014 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinyar/10907367 to your computer and use it in GitHub Desktop.
Save vinyar/10907367 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