ICP Info
This commit is contained in:
parent
f97c6cd314
commit
14f3c5435f
@ -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 © 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>
|
@ -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 © 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>
|
@ -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" />
|
||||||
|
@ -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" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user