<html>
<head>
<title>Hang Duke</title>
</head>

<body bgcolor="#ffffff">

<center>
<h1>Hang Duke</h1>
<hr>
<table bgcolor="#c0c0c0" border="2" cellpadding="10" vspace="20">
<tr><td>
<!-- <applet codebase="." code="Hangman.class" width="300" height="150" -->
<applet codebase="." code="Hangman.class" width="300" height="160"
alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the
applet, for some reason.">
Your browser is completely ignoring the &lt;APPLET&gt; tag!
</applet>
</td></tr>
</table>
<hr>
</center>

<p>
Try to guess the secret word and save Duke.
<p>
Type in a letter you think is in the secret word;
you only get five wrong guesses so be careful.
<p>
(This version is slightly modified from the original at Sun's site.
It uses an external file with words.)

</body>
</html>