www/index.html

22 lines
636 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Bigsk">
<meta name="description" content="Bigsk's personal website">
<meta name="keywords" content="bigsk,ianxia,xiaxinzhe,blog,photography,developer,opensource,fullstack">
<title>Ian Xia - Index</title>
<script>
if (navigator.language == "zh-CN") {
window.location.href = "./zh_CN/index.html";
} else {
window.location.href = "./en_US/index.html";
}
</script>
</head>
<body>
</body>
</html>