blob: 8b1c5e6291998ef51449d96f961f3c0eee43127e [file] [log] [blame]
<html>
<head>
<title>Wicket Examples - hangman</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<span id="wicket-mainNavigation"/>
<p>This software plays a game of hangman. <br>A word is chosen at random and displayed
as a series of blanks. <br>You then have 5 opportunities to pick letters from the list
of available letters.
</p>
<p><a id="wicket-start" href="#">Start Hangman</a></p>
</body>
</html>