index.html 490 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta
  6. name="viewport"
  7. content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
  8. />
  9. <title></title>
  10. <!--preload-links-->
  11. <!--app-context-->
  12. </head>
  13. <body>
  14. <div id="app"><!--app-html--></div>
  15. <script type="module" src="/main.js"></script>
  16. </body>
  17. <style>
  18. /* #app{
  19. font-family: '宋体',Arial;
  20. } */
  21. </style>
  22. </html>