index.html 977 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="UTF-8"/>
  5. <link rel="icon" href="/favicon.ico"/>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  7. <link rel="stylesheet" href="/plugins/element-plus-v2.3.6/index.css"/>
  8. <link rel="stylesheet" href="/plugins/element-plus-v2.3.6/theme-chalk/dark/css-vars.css"/>
  9. <link rel="stylesheet" href="/plugins/remixicon-v3.3.0/remixicon.css"/>
  10. <link rel="stylesheet" href="/plugins/fonts/index.css"/>
  11. <script type='text/javascript' src='http://47.110.251.215:6831/web-apps/apps/api/documents/api.js'></script>
  12. <style>
  13. @property --d {
  14. syntax: '<angle>';
  15. inherits: true;
  16. initial-value: 0deg;
  17. }
  18. </style>
  19. <title></title>
  20. </head>
  21. <body>
  22. <div id="app"></div>
  23. <script type="module" src="/src/main.js"></script>
  24. </body>
  25. </html>