control-repo/modules/demo/templates/index.html.erb
jhejda@wmpromus.com 634650ca5b message
2019-05-24 09:56:11 +02:00

13 lines
229 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>Custom message: <%= @message -%></P>
</BODY>
</HTML>