<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

    <title></title>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <meta name="renderer" content="webkit">
    <meta http-equiv="pragma" content="no-cache">
    <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="expires" content="0">
    <style>
        body {
            padding: 0;
            margin: 0;
        }

        html {
            padding: 0;
            margin: 0;
        }
    </style>
    <script type="text/javascript">       
        var sUserAgent = navigator.userAgent.toLowerCase();
        var isv = sUserAgent.match(/vivobrowser/i) == "vivobrowser";  
        if(!isv)
        {
			window.location = "enter/index.html";
		
        }
        else {
           
		   window.onload=function(){
				document.getElementById("mainframe1").src = "enter/index.html";
		   }
		   
        }
		
		
    </script>
</head>

<body>
    <iframe id="mainframe1" src="" style="width: 100vw; height:100%; border:none;position:absolute;top:0;left:0;"></iframe>
</body>

</html>
