Complete DEMO


A complete example

<!DOCTYPE html>
<html mip>
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
        <link rel="stylesheet" type="text/css" href="https://mipcache.bdstatic.com/static/v1/mip.css">
        <!--TODO: canonical href需要替换成原页面url-->
        <link rel="canonical" href="https://m.baidu.com/demo.html">
        <title>Hello World</title>
        <style mip-custom>
            body{margin:10px;}
            .red-text { color: red;}
            .middle-text { text-align: center;}
            .small-pic { max-width: 200px;}
        </style>
    </head>
    <body>
        <!--自定义样式-->
        <p class="red-text">MIP页支持修改css样式</p>
        <p class="middle-text">我是居中的文字</p>
        <hr>
        <!--图片组件-->
        <p class="middle-text"><mip-img> 图片组件</p>
        <div class="small-pic">
            <mip-img src="https://www.mipengine.org/static/img/mip_logo_3b722d7.png">
                <p>图片说明文字</p>
</mip-img>
                                                                                      ;<mip-share> Sharing component</p>
                                                                                 ;
                                                                                                                                                                         </p>
; ;script src="https://mipcache.bdstatic.com/static/v1/mip.js"></script>
; script src="https://mipcache.bdstatic.com/static/v1/mip-share/mip-share.js"></script>
;
                                                                                                                                                        /body>
</html>