blob: 0d44b0433bbb056d4240d7f1f28a8fb042534c52 [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>Bad luck. You failed to guess that the word was <b><span wicket:id="currentWord">summer</span></b>.
<p>Better luck next time!</p>
<p><a wicket:id="playAgain">Play again</a>.</p>
</body>
</html>