CINXE.COM
404
<!doctype html> <html> <head> <meta charset="utf-8"> <title>404</title> <style> .errorcont{ width:600px; margin:50px auto;} .errorcont .p2{ background:#ee4605; height:32px; line-height:32px; text-align:center;} .errorcont .p2 a{ color:#fff; font-size:14px; text-decoration:none; letter-spacing:1px;} .errorcont .p2 a:hover{ text-decoration:underline;} </style> </head> <body> <div class="errorcont"> <p><img src="http://i1.chexun.net/images/site/404/404.jpg" alt="404"></p> <p class="p2"><a href="http://www.chexun.com" target="_self">点击返回车讯网首页</a></p> </div> </body> </html>