index.html 959 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html lang="en" style='height: 100%'>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" type="image/svg+xml" href="/vite.svg" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0,user-scalable=0" />
  7. <title>项目管理平台</title>
  8. <style>
  9. html,
  10. body,
  11. #app{
  12. height: 100%;
  13. padding: 0;
  14. }
  15. </style>
  16. </head>
  17. <body style='height: 100%'>
  18. <div id="app" style='height: 100%'></div>
  19. <script type="module" src="/src/main.js">
  20. console.info('%c由%cFantastic-admin%c提供支持', 'font-size: 14px; margin-bottom: 2px; padding: 6px 8px; color: #fff; background: #707070;', 'font-size: 14px; margin-bottom: 2px; padding: 6px 8px; color: #fff; background: #e24329;', 'font-size: 14px; margin-bottom: 2px; padding: 6px 8px; color: #fff; background: #707070;', '\nhttps://gitee.com/hooray/fantastic-admin')
  21. </script>
  22. </body>
  23. </html>