|
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta charset="utf-8">
- <title>Gitlink 500 error</title>
- <link type="text/css" rel="stylesheet" href="/stylesheets/educoder/edu-main.css" />
- <link href="//at.alicdn.com/t/font_653600_rr8l5v2aaym.css" rel="stylesheet" type="text/css"/>
- <script src="/javascripts/jquery-1.8.3-ui-1.9.2-ujs-2.0.3.js"></script>
-
- <style type="text/css">
- body {
- font-family: "微软雅黑","宋体";
- background: #fff;
- margin: 0px;
- padding: 0px;
- }
- h1 {
- font-size: 1.5em;
- }
- img{
- vertical-align: middle;
- border-style: none;
- }
- a{
- text-decoration: none;
- }
- .font-16{
- font-size: 16px !important;
- }
- .mt56{
- margin-top: 56px;
- }
- .color-blue{
- color:#466AFF !important;
- }
- .h_content{
- text-align: center;
- padding-top: 15px;
- }
- .font_h{
- font-size: 24px;
- color: #ff0077;
- }
- .verticalCenter{
- height: 100%;
- justify-content: center;
- align-items: center;
- display: -webkit-flex;
- }
- .edu-txt-center {
- text-align: center !important;
- }
- .newTable{
- background-color: #F0F5FF;
- position: relative;
- height: 100vh;
- text-align: center;
- }
- .newMargin{
- position: absolute;
- left: 0;
- bottom: 0;
- width: 100%;
- }
-
- .mainImg {
- position: absolute;
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- z-index: 10;
- }
- </style>
- <script type="text/javascript">
- $(function(){
- if(window.history.length == 1)
- {
- $("#history_back").css("color","#CCC");
- $("#history_back").css("cursor","default");
- }
- });
- </script>
- </head>
- <body>
- <!-- <h1>Internal error</h1>
- <p>An error occurred on the page you were trying to access.<br />
- If you continue to experience problems please contact your Trustie administrator for assistance.</p>
- <p>If you are the Trustie administrator, check your log files for details about the error.</p> -->
- <div class="newTable clearfix">
- <div class="mainImg">
- <img src="images/warn/pic_500.jpg" width="639px"/>
- <div class="font-16 mt56" style="text-align: center;">
- <p>服务器异常,请稍后重试</p>
- 您可尝试<a href="javascript:location.reload();" class="color-blue">刷新页面</a>或<a href="/"
- class="color-blue">返回首页</a>,也可以通过<a target="_blank"
- href="https://qm.qq.com/cgi-bin/qm/qr?k=YVGUhY7uK8ovpyd7tG_lHe2qGZ63LOij&jump_from=webapi"
- class="color-blue">QQ</a>向我们反馈
- </div>
- </div>
- <div class="newMargin">
- <img src="images/warn/pic_bg.png" width="100%" height="292px"/>
- </div>
- </div>
- </body>
- </html>
|