前端之家收集整理的这篇文章主要介绍了
Git@OSC 502页面,收藏备份,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Service Unavailable</title>
<Meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<script language="javascript">
function reload() {document.location.reload();}
function showtime(){
var d = new Date();
document.write((d.getMonth()+1)+"月"+d.getDate()+"日 " + d.getHours()+"点"+d.getMinutes()+"分");
}
setTimeout("reload()",10000);
</script>
<style>
body {margin-top:100px;background:#fff;font-family: Verdana,Tahoma;}
a {color:#CE4614;}
#msg-Box {color: #CE4614; font-size:0.9em;text-align:center;}
#msg-Box .logo {border-bottom:5px solid #ECE5D9;margin-bottom:20px;padding-bottom:10px;}
#msg-Box .title {font-size:1.4em;font-weight:bold;margin:0 0 30px 0;}
#msg-Box .nav {margin-top:20px;}
</style>
</head>
<body>
<div id='msg-Box'>
<div class='logo'><a href="/"><img src="/assets/logo-white.png" border="0"></a></div>
<div class='title'>欢迎浏览我们的网站,系统可能正在更新中,请稍候片刻。</div>
<div class='msg'>现在是:<script>showtime();</script>,正在重新连接中...</div>
</div>
</body>
</html>
原文链接:/html/456923.html