Skip to content

Instantly share code, notes, and snippets.

@johnfitzpatrick
Forked from adamhjk/index.html.erb
Last active August 19, 2021 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save johnfitzpatrick/8955080 to your computer and use it in GitHub Desktop.
Save johnfitzpatrick/8955080 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