地铁二期项目正式开始

Error.cshtml 1.7KB

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