mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
13 lines
210 B
HTML
13 lines
210 B
HTML
<body>
|
|
<embed
|
|
TYPE = "application/x-java-vm"
|
|
NAME = "TestApplet"
|
|
PLUGINSPAGE = "http://www.mozilla.org/oji/"
|
|
code="TestApplet.class"
|
|
archive="TestApplet.jar"
|
|
width="200"
|
|
height="100"
|
|
>
|
|
</embed>
|
|
</body>
|