This commit is contained in:
Bigsk 2023-05-19 00:16:01 +08:00
parent f97c6cd314
commit 14f3c5435f
4 changed files with 11 additions and 6 deletions

View File

@ -7,7 +7,7 @@
<meta name="author" content="Bigsk"> <meta name="author" content="Bigsk">
<meta name="description" content="Bigsk's personal website"> <meta name="description" content="Bigsk's personal website">
<meta name="keywords" content="bigsk,ianxia,xiaxinzhe,blog,photography,developer,opensource,fullstack"> <meta name="keywords" content="bigsk,ianxia,xiaxinzhe,blog,photography,developer,opensource,fullstack">
<title>Ian Xia - About</title> <title>Ian Xia - About | 亦安 - 关于</title>
<script> <script>
var userLang = navigator.language || navigator.userLanguage; var userLang = navigator.language || navigator.userLanguage;
@ -18,9 +18,12 @@
} else { } else {
window.location.href = "en/about.html"; window.location.href = "en/about.html";
} }
let date = new Date();
</script> </script>
</head> </head>
<body> Copyright &copy; Ian Xia <script>document.write(date.getFullYear().toString());</script>. <br>
<a href="https://beian.miit.gov.cn/">浙ICP备2023010574号</a> <a href="https://beian.miit.gov.cn/">浙ICP备2023010574号</a>
<body>
</body> </body>
</html> </html>

View File

@ -7,7 +7,7 @@
<meta name="author" content="Bigsk"> <meta name="author" content="Bigsk">
<meta name="description" content="Bigsk's personal website"> <meta name="description" content="Bigsk's personal website">
<meta name="keywords" content="bigsk,ianxia,xiaxinzhe,blog,photography,developer,opensource,fullstack"> <meta name="keywords" content="bigsk,ianxia,xiaxinzhe,blog,photography,developer,opensource,fullstack">
<title>Ian Xia - Home</title> <title>Ian Xia - Home | 亦安 - 首页</title>
<script> <script>
var userLang = navigator.language || navigator.userLanguage; var userLang = navigator.language || navigator.userLanguage;
@ -18,10 +18,12 @@
} else { } else {
window.location.href = "en/index.html"; window.location.href = "en/index.html";
} }
let date = new Date();
</script> </script>
</head> </head>
Copyright &copy; Ian Xia <script>document.write(date.getFullYear().toString());</script>. <br>
<a href="https://beian.miit.gov.cn/">浙ICP备2023010574号</a> <a href="https://beian.miit.gov.cn/">浙ICP备2023010574号</a>
<body> <body>
</body> </body>
</html> </html>

View File

@ -6,7 +6,7 @@
--> -->
<html lang="zh"> <html lang="zh">
<head> <head>
<title>Ian Xia - 关于</title> <title>亦安 - 关于</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="../static/css/main.css" /> <link rel="stylesheet" href="../static/css/main.css" />

View File

@ -6,7 +6,7 @@
--> -->
<html lang="zh"> <html lang="zh">
<head> <head>
<title>Ian Xia - 首页</title> <title>亦安 - 首页</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="../static/css/main.css" /> <link rel="stylesheet" href="../static/css/main.css" />