AppletMain.html 496 B

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