Files
NANOKVM-sipeed_wiki-MIRROR/pages/index/zh/licheelm4a.html
2024-02-01 15:26:50 +08:00

11 lines
339 B
HTML

<script>
var hash = window.location.hash
if( navigator.language.indexOf("zh") == 0 )
{
location.href = window.location.origin + "/hardware/zh/lichee/th1520/lm4a.html"
}
else
{
location.href = window.location.origin + "/hardware/en/lichee/th1520/lm4a.html"
}
</script>