-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
28 lines (26 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="baidu-site-verification" content="3QBOM6fHQ0" />
<title>gjToolAPI</title>
<meta name="keywords" content="gjtool,gjtool.cn,www.gjtool.cn,gjTool.js" />
<meta name="description" content="高进的个人网站www.gjtool.cn、精简个人js类库gjtool.js的发布站" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
<link href="dist/github.png" type="image/x-icon" rel="shortcut icon" />
<style>
html,body {
font-family: "Microsoft YaHei";
}
.header .qq {
background:orange url(dist/qq.png) no-repeat 0.02rem 0.03rem ;
background-size: 0.48rem 0.48rem;
}
</style>
</head>
<body>
<div id="app"></div>
<script src="dist/build.js"></script>
</body>
</html>