清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | <!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 > |