mobile meta iphone

<!doctype html>
<html>
<head>
    <title>iOS touch test ( Multi-touch )</title>

    <link rel="apple-touch-icon" href="apphead.png"/>
    <link rel="apple-touch-startup-image" href="initanimate.png">
    <!--初始化动画-->
    <meta name="apple-mobile-web-app-capable" content="yes"/>
    <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
    <meta name="apple-mobile-web-app-status-bar-style" content="black"/>

    <link href="apphead.png" rel="bookmark" type="image/x-icon"/>
    <link href="apphead.png" rel="icon" type="image/x-icon"/>
    <link href="apphead.png" rel="shortcut icon" type="image/x-icon"/>
    <link rel="apple-touch-icon" href="apphead.png"/>

    <!--apple-touch-icon-precomposed 不加iphone的修饰-->

 

posted @ 2013-12-12 18:04  sexy_girl  阅读(179)  评论(0编辑  收藏  举报