mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Use larger image with background for devices which extract bookmark icon from "apple-touch-icon" meta tag.
This commit is contained in:
BIN
guacamole/src/main/webapp/images/guacamole-logo-144.png
Normal file
BIN
guacamole/src/main/webapp/images/guacamole-logo-144.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.0 KiB |
@@ -23,7 +23,7 @@
|
||||
|
||||
<head>
|
||||
<link rel="icon" type="image/png" href="images/guacamole-logo-64.png"/>
|
||||
<link rel="apple-touch-icon" type="image/png" href="images/guacamole-logo-64.png"/>
|
||||
<link rel="apple-touch-icon" type="image/png" href="images/guacamole-logo-144.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="styles/login.css"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi"/>
|
||||
<title>Guacamole ${project.version}</title>
|
||||
|
Reference in New Issue
Block a user