-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
35 lines (32 loc) · 1.15 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>
<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="shortcut icon" href="./photo/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/themes/vue.css">
</head>
<body>
<div id="app">灵音文档加载中……(若长时间停留在此处,请检查您的网络或将浏览器更新到最新版)
<!--[if IE]><br> 你用的浏览器太老啦!使用chrome浏览器吧!<![endif]-->
</div>
<script>
window.$docsify = {
loadSidebar: true,
homepage: 'README.md',
subMaxLevel: 2,
themeColor: '#1F67E4',
notFoundPage: true,
notFoundPage: 'docs/404.md',
auto2top: true,
name: 'RingRobotX 灵音'
}
</script>
<!-- 基础js -->
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<!-- 代码高亮 -->
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-php.min.js"></script>
</body>
</html>