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