blob: d6fe0d5dd95a19efb1e5eb68e24136fa4cd6f3be [file]
<html>
<head>
<title>Tapestry Hangman</title>
</head>
<body>
<h1>Tapestry Hangman</h1>
This is the standard game of Hangman. You must guess a word, a letter at a time. If you make
too many mistakes, you lose!
<p>
<form jwcid="form">
<span jwcid="group">
<span jwcid="ifError">
<font size=+2 color=red><span jwcid="insertError"/></font>
</span>
<table>
<tr>
<td><input jwcid="inputEasy"/></td>
<td>Easy game; you are allowed ten misses.</td>
</tr>
<tr>
<td><input jwcid="inputMedium"/></td>
<td>Medium game; you are allowed five misses.</td>
</tr>
<tr>
<td><input jwcid="inputHard"/></td>
<td>Hard game; you are only allowed three misses.</td>
</tr>
<tr>
<td></td>
<td><input type="submit" value="Play!"></td>
</tr>
</table>
</span>
</form>
</body>
</html>