index.html 968 B

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