ebrowser v1.0.44
[uweb.git] / redirect.html
blobd3616239f4ab30bdf5eb0bb2dde64ec98e5be479
1 <head>
2 <script type="text/javascript">
3 (function(){
4 var ls = navigator.languages;
5 for(var i in ls){
6 if(ls[i].startsWith("en")) {location.href="en/index.html#";return;}
7 if(ls[i].startsWith("zh")) {location.href="zh/index.html#";return;}
9 location.href="en/index.html#";
10 })();
11 </script>
12 </head>