scribble.html.in 483 B

123456789101112131415161718192021
  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  2. <html>
  3. <head><title>Scribble applet</title></head>
  4. <body>
  5. <h1>Scribble applet</h1>
  6. You can scribble here:
  7. <br>
  8. <applet code="scribble.class" width=200 height=200>
  9. Sorry, Java is needed.
  10. </applet>
  11. <hr>
  12. <address><a href="mailto:per@bothner.com">Per Bothner</a></address>
  13. <!-- Created: Fri Feb 4 15:49:36 PST 2000 -->
  14. <!-- hhmts start -->
  15. Last modified: Mon Feb 11 14:53:01 PST 2002
  16. <!-- hhmts end -->
  17. </body>
  18. </html>