|
- <!DOCTYPE html>
- <html lang="">
-
- <head>
- <meta charset="utf-8">
- <!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> -->
- <!-- <meta http-equiv="pragram" content="no-cache">
- <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate"> -->
-
- <!-- <meta http-equiv="pragram" content="no-cache">
- <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
- <meta http-equiv="expires" content="0"> -->
-
-
- <!-- <meta name="viewport" content="width=device-width,initial-scale=1.0"> -->
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
-
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
-
- <link rel="stylesheet" href="https://g.alicdn.com/de/prismplayer/2.13.2/skins/default/aliplayer-min.css">
- <script src="http://g.alicdn.com/de/prismplayer/{version}/aliplayer-h5-min.js"></script>
- <script charset="utf-8" type="text/javascript" src="https://g.alicdn.com/de/prismplayer/2.13.2/aliplayer-min.js">
- </script>
- <!-- <srcipt src="//i2.wp.com/res.wx.qq.com/open/js/jweixin-1.6.0.js">
- </script> -->
-
- <title>
- <%= htmlWebpackPlugin.options.title %>
- </title>
-
-
- <!-- 引入样式 -->
- <% for(var css of htmlWebpackPlugin.options.cdn.css) { %>
- <link rel="stylesheet" href="<%=css%>">
- <% } %>
-
- <!-- 引入JS -->
- <% for(var js of htmlWebpackPlugin.options.cdn.js) { %>
- <script src="<%=js%>"></script>
- <% } %>
- </head>
-
- <body>
- <div id="app"></div>
- </body>
-
- </html>
- <!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
-
- <!-- <link rel="icon" href="/favicon.ico" type="image/x-icon" /> -->
- <!-- <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> -->
|