This commit is contained in:
Viggo
2017-12-20 13:36:25 +08:00
parent bdc7401452
commit 72ca961866

View File

@@ -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>