Update short link for NanoKVM-PCIe

This commit is contained in:
BuGu
2024-12-09 18:44:50 +08:00
parent 50ae4f5b35
commit 2dc155e7b2

View File

@@ -0,0 +1,14 @@
<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_PCIe/introduction.html"
}
</script>