剛纔訪問OS發現連接錯誤,而後出現了一個每過5S就從新鏈接的頁面,代碼以下

<?xml version="1.0" encoding="utf-8"?>
<!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()", 5000);
    </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="/img/logo.gif" border="0"></a></div>
    <!--div class='title'>歡迎瀏覽咱們的網站,系統可能正在更新中,請稍候片刻。</div-->
	<div class='title'>服務器網絡故障,咱們正在解決....</div>
    <div class='msg'>如今是:<script>showtime();</script>,正在從新鏈接中...</div>
  </div>
</body>
</html>
相關文章
相關標籤/搜索