-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
37 lines (28 loc) · 1.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE HTML>
<html lang="zh-hans">
<head>
<meta charset="UTF-8">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>选择一种语言 · go-zero document</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="description" content="">
<meta name="generator" content="GitBook 3.2.3">
<meta name="author" content="anqiansong">
<link rel="stylesheet" href="gitbook/style.css">
<meta name="HandheldFriendly" content="true"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="gitbook/images/apple-touch-icon-precomposed-152.png">
<link rel="shortcut icon" href="gitbook/images/favicon.ico" type="image/x-icon">
</head>
<body>
<script>
if (navigator.language.toLowerCase().startsWith("zh")) {
window.location.href = "cn/"
} else {
window.location.href = "en/"
}
</script>
</body>
</html>