Files
NANOKVM-sipeed_wiki-MIRROR/licheelm4a.html
2026-09-10 08:01:49 +00: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>