Skip to content

Commit 2a714e6

Browse files
committed
feat: 添加重定向到 luckylillia.com
0 parents  commit 2a714e6

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"html.autoClosingTags": false
3+
}

404.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="zh-CN">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0;url=https://luckylillia.com">
6+
<link rel="canonical" href="https://luckylillia.com">
7+
<script>
8+
window.location.href = "https://luckylillia.com";
9+
</script>
10+
<title>重定向中...</title>
11+
</head>
12+
<body>
13+
<p>正在跳转到 <a href="https://luckylillia.com">luckylillia.com</a>...</p>
14+
</body>
15+
</html>

index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="zh-CN">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0;url=https://luckylillia.com">
6+
<link rel="canonical" href="https://luckylillia.com">
7+
<script>
8+
window.location.href = "https://luckylillia.com";
9+
</script>
10+
<title>重定向中...</title>
11+
</head>
12+
<body>
13+
<p>正在跳转到 <a href="https://luckylillia.com">luckylillia.com</a>...</p>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)