You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
2.1 KiB
65 lines
2.1 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>系统通知</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<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;
|
|
}
|
|
h1 {
|
|
font-size: 1.5em;
|
|
}
|
|
p {
|
|
font-size: 0.8em;
|
|
}
|
|
.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;
|
|
}
|
|
</style>
|
|
<script type="text/javascript">
|
|
$(function(){
|
|
if(window.history.length == 1)
|
|
{
|
|
$("#history_back").css("color","#CCC");
|
|
$("#history_back").css("cursor","default");
|
|
}
|
|
});
|
|
</script>
|
|
</head>
|
|
<body style="background: #fff!important">
|
|
<!-- <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="verticalCenter">
|
|
<div class="edu-txt-center">
|
|
<img src="/images/warn/update.jpeg" >
|
|
<p class="font-18 mt20">
|
|
温馨提示:为了给大家提供更优质的服务
|
|
</p>
|
|
<p class="font-18">
|
|
平台拟于<span style="color: red">2019年3月8日00:00--8:00</span>进行全面升级,带来不便,敬请谅解!
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|