13 lines
223 B
Plaintext
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>
|