- 在线时间
- 2490 小时
- 专家
- 0
- UID
- 353219
- 注册时间
- 2007-5-6
- 帖子
- 4312
- 精华
- 0
- 积分
- 729
- 离线
- 52 天
专长: 品牌推广,媒介合作
- 帖子
- 4312
- 体力
- 713
- 威望
- 2
|
发表于 2012-3-12 20:36:07
|显示全部楼层
- <!DOCTYPE html>
- <html lang="zh-cn">
- <head>
- <meta charset="UTF-8">
- <meta name="apple-touch-fullscreen" content="YES" />
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta name="format-detection" content="telephone=no" />
- <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, width=device-width" />
- <meta name="MobileOptimized" content="320"/>
- <meta http-equiv="x-dns-prefetch-control" content="on"/>
- <link rel="apple-touch-icon" href="static/custom_icon.png"/>
- <link rel="apple-touch-icon-precomposed" href="static/custom_icon.png"/>
- <link rel="stylesheet" type="text/css" href="{IMG_SERVER}wap.css"/>
- <meta name="description" content="{$description}"/>
- <!--{if $jump}-->
- <meta http-equiv="refresh" content="5;url={$jump}"/>
- <!--{/if}-->
- <title>{$mintit}-掌上一生缘</title>
- <!--{if $Mobile_Detect->isIphone()}-->
- <script>window.addEventListener("load", function() { setTimeout('window.scrollTo(0,1);', 1); }, false);</script>
- <!--{/if}-->
- </head>
复制代码 |
|