Skip to content

Instantly share code, notes, and snippets.

@adamhjk
Created June 4, 2012 04:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save adamhjk/2866421 to your computer and use it in GitHub Desktop.
Save adamhjk/2866421 to your computer and use it in GitHub Desktop.
Re-factored apache index.html.erb
<html>
<body>
<h1>Welcome to <%= node['company'] %></h1>
<h2>We love <%= @site_name %></h2>
<%= node['ipaddress'] %>:<%= @port %>
</body>
</html>
@lnxchk
Copy link

lnxchk commented Feb 6, 2014

<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