1234567891011121314151617 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <link rel="stylesheet" href="english.css" type="text/css" media="screen" title="Simple">
- <title>Handle reduction applet</title>
- </head>
- <body style="background-color: rgb(220, 220, 220);">
- <div class="applet">
- <applet code="HandleReductionApplet.class" height="600" width="800">
- </div>
- </body></html>
|