1234567891011121314151617181920212223242526272829 |
- <!DOCTYPE html>
- <html lang="">
-
- <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">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <title>
- 为岸线圆梦,摩天轮圆满大作战!
- </title>
- <script src="https://res2.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
- <!-- <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
- <script>
- // VConsole 默认会挂载到 `window.VConsole` 上
- var vConsole = new window.VConsole();
- </script> -->
- </head>
-
- <body>
- <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>
|