index.html 440 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link
  6. rel="icon"
  7. href="https://element-plus.gitee.io/images/element-plus-logo-small.svg"
  8. />
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  10. <title>Element Plus App</title>
  11. <!-- element css cdn -->
  12. </head>
  13. <body>
  14. <div id="play"></div>
  15. <script type="module" src="/main.ts"></script>
  16. </body>
  17. </html>