index.html 1.0 KB

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="zh-cmn-Hans">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>警务云统一授权管理中心</title>
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  7. <meta name="keywords" content="your keywords" />
  8. <meta name="description" content="your description" />
  9. <meta name="author" content="author,email" />
  10. <meta name="renderer" content="webkit|ie-comp|ie-stand" />
  11. <link rel="icon" type="image/x-icon" href="./static/common/image/logo.png">
  12. <link rel="stylesheet" href="./static/common/iconfont/iconfont.css" />
  13. <link rel="stylesheet" href="./static/common/new-iconfont/iconfont.css" />
  14. <link rel="stylesheet" href="./static/common/global.css" />
  15. <link rel="stylesheet" href="./static/themes/style/theme-default.css"/>
  16. <script src="./static/system-init.js"></script>
  17. </head>
  18. <body>
  19. <div id="app"></div>
  20. <!-- built files will be auto injected -->
  21. </body>
  22. </html>