Fix typo:
names="apple-mobile-web-app-status-bar-style" should be: name="apple-mobile-web-app-status-bar-style"
This commit is contained in:
parent
e84101b3e7
commit
b597bdd1ec
2
vnc.html
2
vnc.html
|
@ -19,7 +19,7 @@
|
|||
<!-- Apple iOS Safari settings -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta names="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<!-- App Start Icon -->
|
||||
<link rel="apple-touch-startup-image" href="images/screen_320x460.png" />
|
||||
<!-- For iOS devices set the icon to use if user bookmarks app on their homescreen -->
|
||||
|
|
Loading…
Reference in New Issue