CINXE.COM
404,未找到!
<!doctype html> <html lang="zh"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <title>404,未找到!</title> <style> body{ background-color:#fff; font-size:14px; } .notfind_wrapper{position: relative;} .notfind{ margin: 150px auto 0 auto; display: block;} .notfind_wrapper span{ position: absolute; top: 36%; left: 42%; color: #999999; font-size: 18px; } .notfind_wrapper a{ position: absolute; position: absolute; top: 43%; left: 47%; border: 2px solid #94BFF3; color: #94BFF3; border-radius: 15px; padding: 2px 14px; font-size: 15px; } </style> </head> <body> <div class="container"> <div class="notfind_wrapper"> <img class="notfind" src="//expoimg.donnor.com/upload/202104/20/20210420143649097660670.png" alt=""> <span class="">很抱歉,您访问的页面去月球了~~</span> <a href="https://www.ccfsh.net/">返回首页</a> </div> </div> </body> </html>