Sha256: fa08d80e8f96b149549a762e9b50ad8b2eafaaea152abee5805a834994ce460c

Contents?: true

Size: 535 Bytes

Versions: 3

Compression:

Stored size: 535 Bytes

Contents

<html>
	<head>
		<title>HelloWorld Component Template</title>
	</head>

	<body>
		<pre>
&lt;html&gt;
	&lt;head&gt;
		&lt;title&gt;Hello, World!  It's a beautiful @timeframe to be saying hi.&lt;/title&gt;
	&lt;/head&gt;

	&lt;body&gt;
		&lt;h1&gt;Hello, World!&lt;/h1&gt;
		&lt;p&gt;The current time is: @current_time&lt;/p&gt;
		&lt;p&gt;Your lucky numbers are:&lt;/p&gt;
		&lt;ul oid="numlist" list="lucky_numbers" item="number"&gt;
			&lt;li&gt;@number&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/body&gt;
&lt;/html&gt;
		</pre>
	</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
IOWA-1.0.3 examples/hello_world/htdocs/hello_world_html.html
IOWA-1.0.2 examples/hello_world/htdocs/hello_world_html.html
IOWA-1.0.0 examples/hello_world/htdocs/hello_world_html.html