Sign in
apache
/
tapestry4
/
branch-2-3
/
.
/
examples
/
Tutorial
/
src
/
tutorial
/
hangman
/
Success.html
blob: 2b4123fafbc1a3d5a2bea9aded95b38388a00781 [
file
] [
log
] [
blame
]
<html>
<head>
<title>
Tapestry Hangman
</title>
</head>
<body>
<h1>
You Win!
</h1>
The word was:
<font
size
=
large
>
<span
jwcid
=
"insertWord"
/>
</font>
.
<p>
<a
jwcid
=
"startAgain"
>
Start again
</a>
</body>
</html>