29 lines
1.1 KiB
HTML
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 - 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";
|
|
}
|
|
let date = new Date();
|
|
</script>
|
|
</head>
|
|
Copyright © Ian Xia <script>document.write(date.getFullYear().toString());</script>. <br>
|
|
<a href="https://beian.miit.gov.cn/">浙ICP备2023010574号</a>
|
|
<body>
|
|
|
|
</body>
|
|
</html> |