BootStrap环境网页以移动设备为优先

---恢复内容开始---

<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">

 

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <!--以移动设备为优先-->
    <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
    <title>Document</title>
    <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
    <script src="bootstrap/js/jquery.min.js"</script>
    <script src="bootstrap/js/bootstrap.min.js"</script>
</head>
<body>
</body>
</html>

 

 

---恢复内容结束---

posted on 2017-03-11 15:53  心如止水微笑人生  阅读(1193)  评论(0)    收藏  举报

导航