-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (47 loc) · 1.85 KB
/
Copy pathindex.html
File metadata and controls
51 lines (47 loc) · 1.85 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
<!DOCTYPE html>
<html>
<head>
<!--强制制使用chrome 内核浏览或者IE最高版本浏览 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="X-UA-Compatible" content="edge" />
<!-- 强制使用webkit内核浏览 chrome Safari等浏览器 -->
<meta name="renderer" content="webkit">
<!-- 兼容主流浏览器 -->
<!-- <meta name="renderer" content="webkit|ie-comp|ie-stand"> -->
<!-- 禁止百毒转码 -->
<meta http-equiv="Cache-Control" content="no-transform " />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta charset="UTF-8">
<title>Air的工作坊</title>
<!-- 核心框架 -->
<link rel="stylesheet" href="https://cdnjs.loli.net/ajax/libs/docsify/4.8.6/themes/vue.css">
<!-- 评论系统 -->
<link rel="stylesheet" href="https://cdnjs.loli.net/ajax/libs/gitalk/1.5.0/gitalk.css">
<link rel="stylesheet" href="./data/main.css">
</head>
<body>
<!-- 自定义右上角顶部导航栏 -->
<!-- <nav>
<a href="#/">EN</a>
<a href="#/zh-cn/">中文</a>
</nav> -->
<div data-app id="main">加载中</div>
<div id="gitalkon"></div>
<div id="gitalk-container"></div>
<!-- 音乐控制器 -->
<div id="mp3">
<div id="mp3butt"></div>
</div>
<!-- 来点音乐 -->
<!-- <audio id="playmp3" src="http://music.163.com/song/media/outer/url?id=29027465.mp3" autoplay loop></audio> -->
<!-- 核心框架 -->
<script src="https://cdnjs.loli.net/ajax/libs/docsify/4.8.6/docsify.min.js"></script>
<!-- git评论系统 -->
<script src="https://cdnjs.loli.net/ajax/libs/gitalk/1.5.0/gitalk.min.js"></script>
<!-- 代码高亮 -->
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
<script src="./data/Main.js"></script>
<!-- 谷歌统计 Google Analytics -->
<script src="//unpkg.com/docsify/lib/plugins/ga.js"></script>
</body>
</html>