www/about.html

26 lines
861 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 - About</title>
<script>
var userLang = navigator.language || navigator.userLanguage;
if (userLang.indexOf("zh") === 0) {
window.location.href = "zh/about.html";
} else if (userLang.indexOf("eo") === 0) {
window.location.href = "eo/about.html";
} else {
window.location.href = "en/about.html";
}
</script>
</head>
<body>
</body>
</html>