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

View File

@@ -1,3 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<script> <script>
if (navigator.appName ==Netscape) if (navigator.appName ==Netscape)
@@ -16,3 +23,5 @@ else
document.location.href =en/index.html; document.location.href =en/index.html;
</script> </script>
</body>
</html>