Commit 1ba861e8 by libai

测试

parent 2652b9de
Showing with 2 additions and 2 deletions
......@@ -12,9 +12,9 @@
<script>
var ua = window.navigator.userAgent.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) {
window.location.href='phone.html';
window.location.href='phone1.html';
}else if (/android/.test(ua)) {
window.location.href='phone.html';
window.location.href='phone1.html';
}
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment