control-repo/modules/demo/templates/index.html.erb
jhejda@wmpromus.com 95ad3d1873 eyaml
2019-05-23 18:07:02 +02:00

13 lines
223 B
Plaintext

<HTML>
<HEAD>
<TITLE>
Hello World!
</TITLE>
</HEAD>
<BODY>
<H1>Hell World!</H1>
<P>This is very minimal "hello world" HTML document.</P>
<P>Message: <%= @message -%></P>
</BODY>
</HTML>