zoukankan      html  css  js  c++  java
  • Vue中的index.html文件

    <!DOCTYPE html>
    <html lang="">
      <head>
        <meta charset="utf-8">
    		<!-- 针对IE浏览器的一个特殊配置,含义是让IE浏览器以最高的渲染级别渲染页面 -->
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
    		<!-- 开启移动端的理想视口 -->
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
    		<!-- 配置页签图标 -->
        <link rel="icon" href="<%= BASE_URL %>favicon.ico">
    		<!-- 引入第三方样式 -->
    		<link rel="stylesheet" href="<%= BASE_URL %>css/bootstrap.css">
    		<!-- 配置网页标题 -->
        <title>硅谷系统</title>
      </head>
      <body>
    		<!-- 当浏览器不支持js时noscript中的元素就会被渲染 -->
        <noscript>
          <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
        </noscript>
    		<!-- 容器 -->
        <div id="app"></div>
        <!-- built files will be auto injected -->
      </body>
    </html>
    
    
  • 相关阅读:
    wifi 与 以太网 以及 修改网络查看网络
    git 与 gitHub 与 gitLab ,git常用5个命令
    花生壳
    诗词古文
    基金龙虎榜
    osm_mano安装
    db2快速删除大表数据(亲测可用)
    行列转换
    DB2表空间
    表分区,和分表区别
  • 原文地址:https://www.cnblogs.com/qingheshiguang/p/15028792.html
Copyright © 2011-2022 走看看