Sha256: 62eb60261acbe98c21971767d96e31944bb58f2da6e5d020b2f2cfedbe80db96

Contents?: true

Size: 705 Bytes

Versions: 3

Compression:

Stored size: 705 Bytes

Contents

<html>
	<head>
		<title>Hello World Demo</title>
	</head>

	<body>
		<p>This is a very simple IOWA demo.  This application is running via @runmode for simple portability.  @runmode provides the HTTP server, and provides the ability to deliver simple static files, such as this one.  It also provides the ability to pass requests into IOWA for handling.</p>
		<p>To view a simple IOWA rendered dynamic page, <a href="/hello_world.html">click here now</a>.</p>
		<p>You may view the HTML code as well as the Ruby code for that page with the links below.</p>
		<br />
		<ul>
			<li><a href="/hello_world_html.html">HTML</a></li>
			<li><a href="/hello_world_ruby.html">Ruby</a></li>
		</ul>
	</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
IOWA-1.0.3 examples/hello_world/iowa/Index.html
IOWA-1.0.2 examples/hello_world/iowa/Index.html
IOWA-1.0.0 examples/hello_world/iowa/Index.html