tools/base64/index.html

7 lines
136 B
HTML
Raw Normal View History

2022-12-28 10:30:18 +00:00
<script>
if(navigator.language=="zh-CN"){
window.location.href="./zh_CN.html";
}else{
window.location.href="./en_US.html";
}
</script>