123456789101112131415161718192021 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no,viewport-fit=cover" />
- <!-- 清除缓存标签 -->
- <meta http-equiv="Expires" content="0" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Cache-control" content="no-cache" />
- <meta http-equiv="Cache" content="no-cache" />
- <!-- <meta name="viewport" content="target-densitydpi=device-dpi,width=750,user-scalable=0" /> -->
- <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
- <!-- <link rel="stylesheet" href="//at.alicdn.com/t/font_2072883_81hqakjsv38.css" /> -->
- <title><%= htmlWebpackPlugin.options.title %></title>
- </head>
- <body>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- </html>
|