CINXE.COM
出错了
<html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>出错了</title> <link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.css?ver=202302241417"> <link rel="stylesheet" href="/assets/css/style.css?ver=202302241417"> <script src="/assets/js/jquery.min.js"></script> <script> (function(w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-WMXJGVH'); (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; t=l.createElement(r);t.async=1;t.src='https://www.clarity.ms/tag/'+i; y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, 'clarity', 'script', 'kxehkm9xdc'); </script> </head> <body class="theme-old"> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WMXJGVH" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <div class="wrapper"> <div class="page-wrapper"> <div class="page-body"> <div class="container"> <div class="empty"> <div class="empty-header">404</div> <div class="empty-icon"> <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <circle cx="12" cy="12" r="9"></circle> <line x1="9" y1="10" x2="9.01" y2="10"></line> <line x1="15" y1="10" x2="15.01" y2="10"></line> <path d="M9.5 15.25a3.5 3.5 0 0 1 5 0"></path> </svg> </div> <p class="empty-subtitle text-muted"> 当前访问的页面不存在,请检查页面地址是否正确再试 </p> <p class="empty-subtitle text-muted"> <span id="num" style="color: red;">5</span> 秒后跳转至 <a href="#">首页</a> </p> </div> </div> </div> </div> </div> </body> <script type="text/javascript"> var href = "/"; $(document).ready(function() { $("a").attr("href", href); function jump(count) { window.setTimeout(function() { count--; if (count > 0) { $('#num').text(count); jump(count); } else { window.location.href = href; } }, 1000); } jump(parseInt($("#num").html())); }); </script> <html>