10 lines
202 B
HTML
10 lines
202 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<applet code="VncViewer.class"
|
||
|
archive="VncViewer.jar"
|
||
|
width="800" height="600">
|
||
|
<param name="port" value="5901">
|
||
|
</applet>
|
||
|
</body>
|
||
|
</html>
|