-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
87 lines (39 loc) · 1.88 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE HTML>
<html lang="" >
<head>
<meta charset="UTF-8">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>Choose a language · diff docs</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="snowdreams1006">
<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>
<div class="book-langs-index" role="navigation">
<div class="inner">
<h3>Choose a language</h3>
<ul class="languages">
<li>
<a href="en/">English</a>
</li>
<li>
<a href="zh/">中文</a>
</li>
</ul>
<div style="position: absolute;bottom: 0;left: 50%;transform: translate(-50%, -50%);">
<a href="https://beian.miit.gov.cn/" target="_blank" class="gitbook-link">
浙ICP备18042346号
</a>
</div>
</div>
</div>
</body>
</html>