www/about.html

29 lines
1.0 KiB
HTML
Raw Normal View History

<!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">
2023-05-18 16:16:01 +00:00
<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";
}
2023-05-18 16:16:01 +00:00
let date = new Date();
</script>
</head>
2023-05-18 16:16:01 +00:00
Copyright &copy; Ian Xia <script>document.write(date.getFullYear().toString());</script>. <br>
2023-04-23 14:06:28 +00:00
<a href="https://beian.miit.gov.cn/">浙ICP备2023010574号</a>
2023-05-18 16:16:01 +00:00
<body>
</body>
</html>