<html xmlns:wicket="http://wicket.apache.org">
<wicket:head>
<title>Wicket Examples - hangman</title>
</wicket:head>
<body>
<wicket:extend>
<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 wicket:id="start" id="start" href="#">Start Hangman</a></p>
</wicket:extend>
</body>
</html>