Add html page for the NervousText applet.

This commit is contained in:
norris%netscape.com 2000-03-09 23:06:54 +00:00
Родитель e9764dcb4f
Коммит 6b2aea0f90
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,7 @@
<html>
<body>
This is the NervousText applet in javascript:
<applet code=NervousText.class width=200 height=50 >
</applet>
</body>
</html>