mirror of
https://github.com/WebStackPage/WebStackPage.github.io.git
synced 2026-02-07 04:13:33 +08:00
update
This commit is contained in:
13
index.html
13
index.html
@@ -1,4 +1,11 @@
|
||||
<script>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
|
||||
if (navigator.appName ==”Netscape”)
|
||||
|
||||
@@ -15,4 +22,6 @@ else if (language.indexOf(“zh”) > -1) document.location.href =”cn/index.ht
|
||||
else
|
||||
|
||||
document.location.href =”en/index.html”;
|
||||
</script>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user