File tree Expand file tree Collapse file tree 1 file changed +14
-19
lines changed
Expand file tree Collapse file tree 1 file changed +14
-19
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments