summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorh6w <tudor@tudorholton.com>2018-08-14 09:54:50 +1000
committerGitHub <noreply@github.com>2018-08-14 09:54:50 +1000
commit3bf6d1b6cd7957810e925f1b0ded8474ef334ecb (patch)
tree5b8e679ccb103e61a628092d454b7b4ab93c5a31
parent962137fb9572635ecad29b908265b625d9e6d5b7 (diff)
parent2014328470a41c2cf6fb1cb18952ee6e09e94c49 (diff)
downloadphpvirtualbox-3bf6d1b6cd7957810e925f1b0ded8474ef334ecb.zip
phpvirtualbox-3bf6d1b6cd7957810e925f1b0ded8474ef334ecb.tar.gz
phpvirtualbox-3bf6d1b6cd7957810e925f1b0ded8474ef334ecb.tar.bz2
Merge pull request #133 from krzysztof113/develop
Added viewport meta
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index 67c9b47..73432a9 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"/>
@@ -509,5 +509,6 @@
</tr>
</table>
</div>
+<div onclick="javascript:window.location.href='./';" style="height:100%; cursor:pointer;">&nbsp;</div>
</body>
-</html> \ No newline at end of file
+</html>