control-repo/modules/iis_demo/templates/index.html.erb
jhejda@wmpromus.com 779dd26688 iis
2019-05-23 12:15:30 +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>