| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <title>郑州市轨道交通全媒体客服平台</title>
- <meta name="keywords" content="郑州市轨道交通全媒体客服平台" />
- <meta name="description" content="郑州市轨道交通全媒体客服平台" />
- <meta name="renderer" content="webkit" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <meta name="Author" content="larry" />
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
- <meta name="apple-mobile-web-app-status-bar-style" content="black" />
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta name="format-detection" content="telephone=no" />
- <link rel="Shortcut Icon" href="favicon.ico" />
- <link href="~/Content/layui/css/layui.css" rel="stylesheet" />
- <link rel="stylesheet" type="text/css" href="/Content/css/gobal.css" media="all" />
- <link rel="stylesheet" type="text/css" href="/Content/css/animate.css" media="all" />
- <link rel="stylesheet" type="text/css" href="/Content/css/metrologin.css" media="all" />
- </head>
- <body style="background:#fff">
- <div style="width: 100%; padding-left: 15px;">
-
- <div style="display: flex; color: #2e73ff; line-height: 36px;border-bottom: 1px solid #2e73ff; width: 98%;">
- <div style="width: 5px; height: 20px; background: #2e73ff; margin: 8px;"></div>
- <div>提示信息</div>
- </div>
- <div style="padding-left: 20px; line-height: 36px;">发生错误</div>
- </div>
- <!-- 加载js文件-->
- <script src="~/Content/layui/layui.js"></script>
- <script src="~/Content/js/ytsoft.config.js"></script>
- <script src="~/Content/js/jquery-other.min.js"></script>
- <script src="~/Content/js/ytsoft.http.js"></script>
- </body>
- </html>
|