Skip to content

Commit e8797c0

Browse files
author
zhangxinxu
committed
add a nice example by mobilebone.js
add a nice example by mobilebone.js
1 parent d11b7eb commit e8797c0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
6+
<title>即将前往仿QQ webapp页面...</title>
7+
</head>
8+
9+
<body>
10+
<div id="pageHome" class="page">
11+
<p>此示例作者:<a href="https://github.com/iancj">iancj</a></p>
12+
<p>即将前往仿QQ webapp页面...或直接<a href="http://iancj.github.io/qq/">点击这里</a></p>
13+
</div>
14+
<script>
15+
setTimeout(function() {
16+
location.replace("http://iancj.github.io/qq/");
17+
}, 3000);
18+
</script>
19+
</body>
20+
</html>

0 commit comments

Comments
 (0)