index.html 520 B

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