summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2022-12-23 13:33:50 +0100
committerSamuel Mannehed <samuel@cendio.se>2022-12-23 13:44:58 +0100
commitbd2d3a58b0b79fe149564faf8e3a28c7c3f9e0cc (patch)
tree1511b3dd297a3dac4c6e178c79129d5a1e003bfa
parent2b449b208e217b3f322fe02bafa4f3d6d84e385a (diff)
downloadnovnc-bd2d3a58b0b79fe149564faf8e3a28c7c3f9e0cc.tar.gz
Change element type of noVNC_logo
This is text, a <p> is better suited.
-rw-r--r--vnc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnc.html b/vnc.html
index e77e82c..592d2f8 100644
--- a/vnc.html
+++ b/vnc.html
@@ -263,7 +263,7 @@
<!-- Connect button -->
<div class="noVNC_center">
<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">
<img alt="" src="app/images/connect.svg"> Connect
</button>