forked from PDFE/GUIDELINE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (36 loc) · 1.32 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>PDFE GUIDELINE</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/themes/buble.min.css">
</head>
<body>
<div id="app">Loading...</div>
<script>
window.$docsify = {
name: '<b>PDFE</b><br>GUIDELINE',
repo: 'https://github.com/pdfe',
loadSidebar: '_sidebar.md',
subMaxLevel: 3,
// Search Support
search: {
maxAge: 4320000,
paths: 'auto',
placeholder: {
'/': '搜索',
},
noData: {
'/': '找不到结果',
}
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/plugins/search.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/plugins/zoom-image.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/prismjs/components/prism-bash.min.js"></script>
</body>
</html>