Skip to content

Commit

Permalink
Use theme-color to color address bar in browsers
Browse files Browse the repository at this point in the history
This makes the address bar on mobile browsers match the background. Note
that it requires a valid certificate and a non-dark mode set on the
device. Not supported on desktop browsers.
  • Loading branch information
samhed committed Jul 22, 2024
1 parent 7fcf9dc commit 1230a4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vnc.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<title>noVNC</title>

<link rel="icon" type="image/x-icon" href="app/images/icons/novnc.ico">
<meta name="theme-color" content="#313131">

<!-- Apple iOS Safari settings -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
Expand Down

0 comments on commit 1230a4c

Please sign in to comment.