Update vnc.html
This commit is contained in:
parent
0975a3a955
commit
5a1133a592
4
vnc.html
4
vnc.html
|
|
@ -13,7 +13,7 @@
|
||||||
or the fragment:
|
or the fragment:
|
||||||
http://example.com/#host=HOST&port=PORT&encrypt=1
|
http://example.com/#host=HOST&port=PORT&encrypt=1
|
||||||
-->
|
-->
|
||||||
<title>noVNC</title>
|
<title>auto-mcs</title>
|
||||||
|
|
||||||
<link rel="icon" type="image/x-icon" href="app/images/icons/novnc.ico">
|
<link rel="icon" type="image/x-icon" href="app/images/icons/novnc.ico">
|
||||||
|
|
||||||
|
|
@ -261,7 +261,7 @@
|
||||||
<!-- Connect button -->
|
<!-- Connect button -->
|
||||||
<div class="noVNC_center">
|
<div class="noVNC_center">
|
||||||
<div id="noVNC_connect_dlg">
|
<div id="noVNC_connect_dlg">
|
||||||
<p class="noVNC_logo" translate="no"><span>no</span>VNC</p>
|
<img class="noVNC_logo" src="app/images/logo.png" translate="auto-mcs">
|
||||||
<div>
|
<div>
|
||||||
<button id="noVNC_connect_button">
|
<button id="noVNC_connect_button">
|
||||||
<img alt="" src="app/images/connect.svg"> Connect
|
<img alt="" src="app/images/connect.svg"> Connect
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue