mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01: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>
|