<html>

    <head>
        <title>VNC Client</title>
        <link rel="stylesheet" href="include/plain.css">
    </head>

    <body>
        <div id='vnc'>Loading</div>
    </body>

    <script src="vnc.js"></script>
    <script>
        window.onload = RFB.load('vnc');
    </script>

</html>