| <html> | |
| <head> | |
| <title>Tapestry Hangman</title> | |
| </head> | |
| <body> | |
| <h1>Make a Guess</h1> | |
| <font size=+3> | |
| <span jwcid="insertGuess"/> | |
| </font> | |
| <p> | |
| You have made <span jwcid="insertMissed"/> bad guesses, | |
| out of a maximum of <span jwcid="insertMaxMisses"/>. | |
| <span jwcid="ifError"> | |
| <p> | |
| <font size=+3 color=red><span jwcid="insertError"/></font> | |
| </span> | |
| <p>Guess: | |
| <font size=+1> | |
| <span jwcid="e"> | |
| <a jwcid="guess"><span jwcid="insertLetter"/></a> | |
| </span> | |
| </font> | |
| <p><a jwcid="giveUp">Give up?</a> | |
| </body> | |
| </html> |