www/index.html
2023-08-09 15:51:27 +08:00

29 lines
1.1 KiB
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 - Home | 亦安 - 首页</title>
<script>
var userLang = navigator.language || navigator.userLanguage;
if (userLang.indexOf("zh") === 0) {
window.location.href = "zh/index.html";
} else if (userLang.indexOf("eo") === 0) {
window.location.href = "eo/index.html";
} else {
window.location.href = "en/index.html";
}
let date = new Date();
</script>
</head>
Copyright &copy; Ian Xia <script>document.write(date.getFullYear().toString());</script>. <br>
<a href="https://beian.miit.gov.cn/">浙ICP备2023010574号</a>
<body>
</body>
</html>