index.html 450 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html lang="zh_CN">
  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. <meta name="keywords" content="zoho crm extend">
  8. <title>crm_extend</title>
  9. </head>
  10. <body>
  11. <div id="app"></div>
  12. <script type="module" src="/src/main.ts"></script>
  13. <!-- built files will be auto injected -->
  14. </body>
  15. </html>