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" />
-
- <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
-
- <title><%= htmlWebpackPlugin.options.title %></title>
- </head>
- <body>
- <div id="app"></div>
-
- </body>
- </html>
|