BootStrap环境网页以移动设备为优先 - 心如止水微笑人生

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

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

<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<!DOCTYPE html>
<html >
<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>

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