-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html
39 lines (34 loc) · 1.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="robots" content="noindex,nofollow" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="monitor-signature" content="monitor:player:html5">
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta http-equiv="X-UA-Compatible" content="chrome=1,IE=edge">
<meta name="keywords" content="" />
<meta name="description" content="" />
<title>pdfReader</title>
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/player.css" />
<link rel="stylesheet" href="./css/phoneTemplate.css" />
<link rel="stylesheet" href="./css/template.css" />
<script>
var title = "分享标题内容", // 分享标题内容
desc = "",
link = "http://book.yunzhan365.com/synv/oqzt/mobile/index.html",
imgUrl = "http://book.yunzhan365.com/synv/oqzt/files/shot.jpg";
</script>
</head>
<body>
<script src="./js/jquery.js"></script>
<script src="./js/config.js"></script>
<script src="./js/main.js"></script>
<script src="./js/bookImgData.js"></script>
<script src="./js/check.js"></script>
<script src="./js/LoadingJS.js"></script>
</body>
</html>