summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoral <protexted@example.com>2018-08-13 21:46:59 +0200
committeral <protexted@example.com>2018-08-13 21:46:59 +0200
commita2f1ee2f74ba3deccc1d1fdb626e1b73725b667f (patch)
tree533711bdd13ea2ab6e0ff582c6461fe24777f2a3
parent962137fb9572635ecad29b908265b625d9e6d5b7 (diff)
downloadphpvirtualbox-a2f1ee2f74ba3deccc1d1fdb626e1b73725b667f.zip
phpvirtualbox-a2f1ee2f74ba3deccc1d1fdb626e1b73725b667f.tar.gz
phpvirtualbox-a2f1ee2f74ba3deccc1d1fdb626e1b73725b667f.tar.bz2
Added viewport
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 67c9b47..b12fa5c 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@
<meta http-equiv="Cache-Control" content ="no-store, must-revalidate, max-age=0"/>
<meta http-equiv="Cache-Control" content ="post-check=0, pre-check=0"/>
<meta http-equiv="Pragma" content="no-cache"/>
-
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Icon && title -->
<link rel="shortcut icon" href="images/vbox/OSE/VirtualBox_win.ico"/>
@@ -510,4 +510,4 @@
</table>
</div>
</body>
-</html> \ No newline at end of file
+</html>