index.html 691 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <title>vue-manage-system后台管理系统</title>
  8. <link rel="stylesheet" href="//at.alicdn.com/t/c/font_830376_92o68tc95je.css">
  9. </head>
  10. <body>
  11. <noscript>
  12. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  13. Please enable it to continue.</strong>
  14. </noscript>
  15. <div id="app"></div>
  16. <script type="module" src="/src/main.ts"></script>
  17. <!-- built files will be auto injected -->
  18. </body>
  19. </html>