-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (37 loc) · 1.77 KB
/
index.html
File metadata and controls
39 lines (37 loc) · 1.77 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes" >
<meta name="apple-mobile-web-app-status-bar-style" content="black" >
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="apple-touch-icon" href="images/icons/[email protected]">
<link rel="apple-touch-icon" href="apple-touch-icon-iphone.png" />
<link rel="apple-touch-icon" sizes="72x72" href="apple-touch-icon-ipad.png" />
<link rel="apple-touch-icon" sizes="114x114" href="apple-touch-icon-iphone4.png" />
<link rel="icon" href="images/login/favicon32.ico" type="image/x-icon" />
<link rel="shortcut icon" href="images/login/favicon32.ico" type="image/x-icon" />
<title>MINI SITE</title>
<link rel="stylesheet" href="css/base.min.css?16736">
<link rel="stylesheet" href="css/cdpcloud.min.css?16736">
<link rel="stylesheet" href="css/lib/bootstrap.min.css?16736">
<link rel="stylesheet" href="css/lib/responsive-nav.css?16736">
<link rel="stylesheet" href="css/minSite.min.css?16736">
<!--<link rel="stylesheet" href="css/user.min.css?16736">-->
</head>
<body>
</body>
<script src="js/app/lib/lib.min.js?16736"></script>
<script src="js/app/global.min.js?16736"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
location.origin.includes('beta')?hm.src = "//hm.baidu.com/hm.js?16736":hm.src = "//hm.baidu.com/hm.js?16736";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</html>