Skip to content

Commit fcc0afc

Browse files
authored
Update index.html
1 parent 730e9e7 commit fcc0afc

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

index.html

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
<!DOCTYPE html>
2-
<html lang="zh-cn">
3-
<head>
4-
<link rel="icon" type="image/png" sizes="32x32" href="[email protected]" />
5-
<link rel="icon" type="image/png" sizes="16x16" href="[email protected]" />
6-
<link rel="shortcut icon" type="image/png" sizes="16x16" href="[email protected]" />
7-
<link rel="alternate" hreflang="en" href="https://www.attojs.org/" />
8-
<link rel="alternate" hreflang="zh-cn" href="https://cn.attojs.org/" />
9-
<meta name="application-name" content="VueRequest" />
10-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
11-
<meta charset="UTF-8" />
12-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
13-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
14-
<title>VueRequest</title>
15-
<script>
16-
location.replace("https://www.attojs.org")
17-
</script>
18-
</head>
19-
<body>
20-
</body>
2+
<html lang="en-US">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1">
6+
<meta http-equiv="refresh" content="3; url=https://www.attojs.com" />
7+
<script>
8+
setTimeout(function() {
9+
window.location.href = "https://www.attojs.com";
10+
}, 3000);
11+
</script>
12+
</head>
13+
<body>
14+
<p>此域名已弃用,将在3秒后自动跳转到新域名,<a href="https://www.attojs.com">手动点击此处</a></p>
15+
</body>
2116
</html>

0 commit comments

Comments
 (0)