Created
June 4, 2012 04:46
-
-
Save adamhjk/2866421 to your computer and use it in GitHub Desktop.
Re-factored apache index.html.erb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<h1>Welcome to <%= node['company'] %></h1> | |
<h2>We love <%= @site_name %></h2> | |
<%= node['ipaddress'] %>:<%= @port %> | |
</body> | |
</html> |
lnxchk
commented
Feb 6, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment