Skip to content

Instantly share code, notes, and snippets.

@sagar-ranglani
Forked from johnfitzpatrick/index.html.erb
Created March 27, 2014 02:15
Show Gist options
  • Save sagar-ranglani/9798618 to your computer and use it in GitHub Desktop.
Save sagar-ranglani/9798618 to your computer and use it in GitHub Desktop.
<html>
<body>
<h1>Welcome to <%= node["motd"]["company"] %></h1>
<h2>We love <%= @site_name %></h2>
<%= node["ipaddress"] %>:<%= @port %>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment