blob: 54979763ab61b37a2a3c9776eda87f20b8bf35de [file] [log] [blame]
<html xmlns:wicket="http://wicket.sourceforge.net/">
<head>
<title>Wicket Examples - hangman</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<span wicket:id="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 wicket:id="start" id="start" href="#">Start Hangman</a></p>
</body>
</html>