openbsd-ports/www/mindterm/files/applet.html
danh 76786653c0 update to mindterm 2.1
* fixes MASTER_SITES and HOMEPAGE
* PERMIT_*_CDROM changes, non-commercial use only
* new MAINTAINER

Submitted by:	Marc Matteo <marcm@lectroid.net>
2001-10-30 15:57:52 +00:00

21 lines
493 B
HTML

<html>
<head>
<title> mindterm </title>
</head>
<body>
<h2>Mindterm</h2>
<p>This window controls the applet and the applet will be terminated once this window is closed or you leave this page.</p>
<applet code="com.mindbright.application.MindTerm.class"
archive="mindterm_ns.jar" width="0" height="0">
<param name=cabinets value="mindterm_ie.cab"/>
<param name=sepframe value="true"/>
<param name=autoprops value="both"/>
<param name=debug value="true"/>
</applet>
</body>
</head>