-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (33 loc) · 1.52 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no,minimal-ui">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<meta content="telephone=no" name="format-detection">
<script type="text/javascript">var mobileAgent = new Array("iphone", "ipod", "ipad", "android", "mobile", "blackberry", "webos", "incognito", "webmate", "bada", "nokia", "lg", "ucweb", "skyfire");var browser = navigator.userAgent.toLowerCase();var isMobile = false;for (var i=0; i<mobileAgent.length; i++){ if (browser.indexOf(mobileAgent[i])!=-1){ isMobile = true;location.href = 'http://find_wisdom.coding.me/webapp/index_m.html';break; } }</script>
<title>webapp组件</title>
<!-- 载入所有的组件资源 -->
<style>
iframe{
background: #515151;
position: absolute;
left: 50%;
top:50%;
margin-left: -180px;
margin-top: -320px;
}
.text{
text-align: center;
font-size: 20px;
margin-top: 40px;
}
</style>
<body>
<div class="text">请在可视窗口区域滑动滚轮,或点击向下按钮</div>
<iframe src="index_m.html" frameBorder="0" width="360" scrolling="no" height="640"></iframe>
<script>
</script>
</body>
</html>