index.html 498 B

123456789101112131415
  1. <!doctype html>
  2. <html >
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
  6. <link rel="stylesheet" href="//at.alicdn.com/t/c/font_4939100_i0i4t6ghfug.css">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  8. <meta name="robots" content="noindex, nofollow" />
  9. <title>后台管理系统</title>
  10. </head>
  11. <body>
  12. <div id="app"></div>
  13. <script type="module" src="/src/main.ts"></script>
  14. </body>
  15. </html>