1234567891011121314151617181920212223 |
- <!DOCTYPE html>
- <html lang="en" style='height: 100%'>
- <head>
- <meta charset="UTF-8" />
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0,user-scalable=0" />
- <title>项目管理平台</title>
- <style>
- html,
- body,
- #app{
- height: 100%;
- padding: 0;
- }
- </style>
- </head>
- <body style='height: 100%'>
- <div id="app" style='height: 100%'></div>
- <script type="module" src="/src/main.js">
- 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')
- </script>
- </body>
- </html>
|