-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-dev.html
More file actions
45 lines (43 loc) · 2.05 KB
/
index-dev.html
File metadata and controls
45 lines (43 loc) · 2.05 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
<!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?16439">
<link rel="stylesheet" href="css/cdpcloud.min.css?16439">
<link rel="stylesheet" href="css/lib/bootstrap.min.css?16439">
<link rel="stylesheet" href="css/lib/responsive-nav.css?16439">
<link rel="stylesheet" href="css/minSite.min.css?16439">
<!--<link rel="stylesheet" href="css/user.min.css?16439">-->
</head>
<body>
</body>
<!-- build:js js/app/lib/lib.min.js-->
<!--<script src="js/thrd_lib/jquery/jquery.js?16439"></script>-->
<script src="js/thrd_lib/requirejs/require.js?16439"></script>
<!-- endbuild -->
<!-- build:js js/app/global.min.js-->
<script src="js/js_constant.js?16439"></script>
<script src="js/common.js?16439"></script>
<!-- endbuild -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
location.origin.includes('beta')?hm.src = "//hm.baidu.com/hm.js?7b61dbada6cf3e862e0c9a5e1f9257e7":hm.src = "//hm.baidu.com/hm.js?311b53509ae6636ed60dd242ac2ad0fc";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</html>