Sha256: 89e694e7dbbb9625f0816db74830a435ccf071c0850e268a4057292e1040f392
Contents?: true
Size: 720 Bytes
Versions: 1
Compression:
Stored size: 720 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>Guess A Number</title> </head> <body> <p>Make a guess between one and ten:</p> <p><trellis:value name="message">Too low or two high message</trellis:value></p> <trellis:loop source="1..10" value="guess"> <trellis:action_link tid="link" context="guess"> <trellis:value name="guess">guess</trellis:value> </trellis:action_link> </trellis:loop> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trellis-0.0.1 | examples/hilo/html/guess.xhtml |