Skip to content
Snippets Groups Projects
800x600.html 424 B
Newer Older
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html LANG="en">
<head>
<title>Desktop Display</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<style>
html {margin:0}
body {margin:0}
</style>
</head>
<body>
<applet code="VncViewer.class" archive="VncViewer.jar" width="800" height="630">
<param name="PORT" value="5901">
<param name="PASSWORD" value="">
</applet>
</body>
</html>