Sha256: c8406ca61c69f1ddab33bbb4612442d125bd6f35530a9f06a675980381784a22
Contents?: true
Size: 996 Bytes
Versions: 6
Compression:
Stored size: 996 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"/> <link rel="stylesheet" type="text/css" href="/style/hangman.css" /> <title>Game Over!</title> </head> <body> <trellis:if test="!win"> <p>Bad luck. You failed to guess that the word was <trellis:value name="target"><b>education</b></trellis:value>. </p><p>Better luck next time!</p> </trellis:if> <trellis:if test="win"> <p>Congratulations! You guessed that the word was <trellis:value name="target"><b>education</b></trellis:value> with <trellis:value name="guesses_left">2</trellis:value> remaining guesses.</p> </trellis:if> <p>[<trellis:page_link tpage="start">Play Again</trellis:page_link>].</p> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems