12345678910111213141516171819202122 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <base href="<%= htmlWebpackPlugin.options.basePath %>" />
- <style type="text/css">
- </style>
- </head>
- <body>
- <noscript>
- If you're seeing this message, that means
- <strong>JavaScript has been disabled on your browser</strong>, please
- <strong>enable JS</strong> to make this app work.
- </noscript>
- <div id="ai-mdp-app"></div>
- </body>
- </html>
|