Change element type of noVNC_logo
This is text, a <p> is better suited.
This commit is contained in:
parent
2b449b208e
commit
bd2d3a58b0
2
vnc.html
2
vnc.html
|
@ -263,7 +263,7 @@
|
||||||
<!-- Connect button -->
|
<!-- Connect button -->
|
||||||
<div class="noVNC_center">
|
<div class="noVNC_center">
|
||||||
<div id="noVNC_connect_dlg">
|
<div id="noVNC_connect_dlg">
|
||||||
<div class="noVNC_logo" translate="no"><span>no</span>VNC</div>
|
<p class="noVNC_logo" translate="no"><span>no</span>VNC</p>
|
||||||
<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
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in New Issue