-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzxsj.html
37 lines (34 loc) · 1.5 KB
/
zxsj.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<meta name="format-detection" content="email=no" />
<meta name="format-detection" content="telephone=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<script src="js/change_view.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
change.action(750);
</script>
<meta name="apple-mobile-web-app-title" content="装修设计">
<link rel="stylesheet" type="text/css" href="css/normal.css" />
<link rel="apple-touch-icon-precomposed" href="http://icon.dyrs.cc/zxsj/zhuangxiusheji.png" />
<link rel="shortcut icon" href="http://icon.dyrs.cc/zxsj/zhuangxiusheji.ico" />
<title>装修设计</title>
</head>
<body>
<script src="js/fastclick.js" type="text/javascript" charset="utf-8"></script>
<script src="js/jQuery-2.1.4.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/store.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/m_layz_load.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
window.addEventListener('load', function() {
FastClick.attach(document.body);
}, false);
my.public();
</script>
</body>
</html>