-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
37 lines (37 loc) · 1.47 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta content="telephone=no" name="format-detection" />
<title>ReactVR 中文文档</title>
<link rel="dns-prefetch" href="//7xwo1c.com1.z0.glb.clouddn.com">
<meta name="title" content="ReactVR 中文文档">
<meta name="description" content="ReactVR 中文文档">
<meta name="keywords" content="ReactVR,WebVR,VR,React,WebGL,ReactVR中文,ReactVR文档,ReactVR中文文档,中文文档">
<meta name="apple-mobile-web-app-title" content="ReactVR 中文文档">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="shortcut icon" href="//7xwo1c.com1.z0.glb.clouddn.com/favicon.png">
<link rel="stylesheet" href="//7xwo1c.com1.z0.glb.clouddn.com/vue.css">
</head>
<body>
<div id="app"></div>
</body>
<script>
window.$docsify = {
auto2top: true,
loadSidebar: true,
coverpage: true,
maxLevel: 4,
name: 'ReactVR 中文文档',
repo: 'yofine/ReactVR-docs-zh-cn',
subMaxLevel: 2,
ga: 'UA-64714074-5'
}
</script>
<script src="//7xwo1c.com1.z0.glb.clouddn.com/docsify.js"></script>
<script src="//7xwo1c.com1.z0.glb.clouddn.com/ga.js"></script>
</html>