Files
NANOKVM-sipeed_wiki-MIRROR/pages/index/zh/nanokvmusb.html
2024-12-25 18:51:43 +08:00

14 lines
370 B
HTML

<script>
var hash = window.location.hash
var url_language = "zh"
if (navigator.language.indexOf("zh") == -1) {
url_language = "en"
}
switch (window.location.hash) {
case "#shell":
default:
location.href = window.location.origin + "/hardware/" + url_language + "/kvm/NanoKVM_USB/introduction.html"
}
</script>