| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta
- name="viewport"
- content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, viewport-fit=cover"
- />
- <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
- <title><%= htmlWebpackPlugin.options.title %></title>
- <meta name="description" content="" />
- <meta name="keywords" content="" />
- <!-- OG -->
- <meta property="og:locale" content="en" />
- <meta property="og:type" content="website" />
- <meta property="og:url" content="" />
- <meta property="og:site_name" content="" />
- <meta property="og:title" content="" />
- <meta property="og:description" content="" />
- <meta property="og:image" content="" />
- <meta property="og:image:alt" content="" />
- <meta property="og:image:type" content="image/png" />
- <meta property="og:image:width" content="128" />
- <meta property="og:image:height" content="128" />
- <link
- rel="stylesheet"
- href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css"
- />
- </head>
- <body>
- <noscript>
- <strong>您需要在浏览器的设置中启用 JavaScript 才能运行此页面。</strong>
- </noscript>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- </html>
|