mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-26 07:08:06 +00:00
Fix the correct name and location of vnc.html
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user