diff options
-rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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;"> </div> </body> -</html>
\ No newline at end of file +</html> |