Fix the correct name and location of vnc.html

Samuel Mannehed
2016-11-21 21:04:44 +01:00
parent 7050271ba9
commit 8f386d24bb

@@ -9,15 +9,15 @@ make up noVNC and their Javascript API see the
subdirectory of the project. Each file should indicate in a
comment (using ES6 module syntax) which other files it depends on.
* The `app/` subdirectory contains the files which run `novnc.html`.
* The `app/` subdirectory contains the files which run `vnc.html`.
* The file `app/styles` directory contains basic styling for `novnc.html`.
* The file `app/styles` directory contains basic styling for `vnc.html`.
The files `black.css` and `blue.css` provide an alternate styling.
* See `app/vnc.html` for a fleshed out working example with a UI.
* See `vnc.html` for a fleshed out working example with a UI.
* See `app/vnc_auto.html` for a working example that does not use
`ui.js`. It statically defines the UI and provides callback
* See `vnc_auto.html` for a working example that does not use
`app/ui.js`. It statically defines the UI and provides callback
functions all on one page. `vnc_auto.html` takes host, port and
password settings from the URL query string and automatically
connects as soon as the page loads.