www/index.html
2022-12-28 17:56:27 +08:00

7 lines
148 B
HTML

<script>
if(navigator.language=="zh-CN"){
window.location.href="./zh_CN/index.html";
}else{
window.location.href="./en_US/index.html";
}
</script>