tools/lat_lon_conv/index.html
2024-11-02 21:33:08 +08:00

7 lines
130 B
HTML

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