-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (46 loc) · 1.58 KB
/
index.html
File metadata and controls
52 lines (46 loc) · 1.58 KB
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
<!-- index.html -->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4.10.2/lib/themes/vue.css">
<title>Dir</title>
<!-- Generated from favicon.io -->
<link rel="apple-touch-icon" sizes="180x180" href="_media/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="_media/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="_media/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<div id="app">OwO</div>
<script>
window.$docsify = {
name: 'Dir',
ga: 'UA-85804209-6',
loadSidebar: true,
subMaxLevel: 5,
loadNavbar: true,
coverpage: ['/', '/zh-hans/'],
// onlyCover: true,
search: {
paths: 'auto',
placeholder: {
'/zh-hans/': '搜索',
'/': 'Search',
},
noData: {
'/zh-hans/': '没有结果',
'/': 'No results',
},
depth: 3,
}
};
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@4.10.2/lib/docsify.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify@4.10.2/lib/plugins/search.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify@4.10.2/lib/plugins/ga.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify@4.10.2/lib/plugins/emoji.min.js"></script>
</body>
</html>