mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Add viewport meta tags.
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
<link rel="icon" type="image/png" href="images/guacamole-logo-64.png"/>
|
<link rel="icon" type="image/png" href="images/guacamole-logo-64.png"/>
|
||||||
<link rel="stylesheet" type="text/css" href="styles/client.css"/>
|
<link rel="stylesheet" type="text/css" href="styles/client.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="styles/keyboard.css"/>
|
<link rel="stylesheet" type="text/css" href="styles/keyboard.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>
|
<title>Guacamole ${project.version}</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@@ -24,6 +24,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<link rel="icon" type="image/png" href="images/guacamole-logo-64.png"/>
|
<link rel="icon" type="image/png" href="images/guacamole-logo-64.png"/>
|
||||||
<link rel="stylesheet" type="text/css" href="styles/login.css"/>
|
<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>
|
<title>Guacamole ${project.version}</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user