-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (38 loc) · 1.23 KB
/
Copy pathindex.html
File metadata and controls
42 lines (38 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="zh-Hans">
<head>
<meta charset="UTF-8">
<title>本站已迁移 - 请访问新地址</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://bidaka.com">
<!-- SEO 设置 -->
<meta name="robots" content="noindex, follow">
<meta name="description" content="本网站已迁移至 https://bidaka.com,请前往新网址获取最新内容。">
<link rel="canonical" href="https://bidaka.com">
<!-- 自动跳转 -->
<meta http-equiv="refresh" content="5;url=https://bidaka.com">
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
background-color: #fafafa;
color: #222;
text-align: center;
padding: 100px 20px;
}
a {
color: #0066cc;
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>本站已迁移</h1>
<p>我们已经将网站迁移至新地址:</p>
<p><a href="https://www.navzh.com" target="_blank">https://www.navzh.com</a></p>
<p>页面将在 <strong>5 秒后</strong>自动跳转。请更新您的书签。</p>
</body>
</html>