index.html 370 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title></title>
  6. <!--preload-links-->
  7. <!--app-context-->
  8. </head>
  9. <body>
  10. <div id="app"><!--app-html--></div>
  11. <script src="https://gw.alipayobjects.com/as/g/h5-lib/alipayjsapi/3.1.1/alipayjsapi.min.js"></script>
  12. <script type="module" src="/main.js"></script>
  13. </body>
  14. </html>