Sha256: b39bf61de79f0b5f2008c36514698fd11f4e8c1cb2e9f075456087fe082afedc

Contents?: true

Size: 741 Bytes

Versions: 5

Compression:

Stored size: 741 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

5 entries across 5 versions & 1 rubygems

Version Path
trellis-0.0.6 examples/hilo/html/guess.xhtml
trellis-0.0.5 examples/hilo/html/guess.xhtml
trellis-0.0.4 examples/hilo/html/guess.xhtml
trellis-0.0.3 examples/hilo/html/guess.xhtml
trellis-0.0.2 examples/hilo/html/guess.xhtml