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> <html> <head> <title>Hello, World! It's a beautiful @timeframe to be saying hi.</title> </head> <body> <h1>Hello, World!</h1> <p>The current time is: @current_time</p> <p>Your lucky numbers are:</p> <ul oid="numlist" list="lucky_numbers" item="number"> <li>@number</li> </ul> </body> </html> </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 |