You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
443 B

<!DOCTYPE html>
<html>
<script type="text/javascript" language="javascript">
var url=window.location.search;
url=url.substring(1);
if(url=='')window.location.href="guide.php";
else{
var JsSrc =(navigator.language || navigator.browserLanguage).toLowerCase(); if(JsSrc.indexOf('zh')>=0) { location.href="https://cn.yimian.xyz"+url; } else { location.href="https://uk.yimian.xyz"+url; }
}
</script>
</html>