404 yanıt kodu, istenen sayfanın veya kaynağın sunucuda bulunmadığı anlamına gelir.
Kullanıcı bir hata mesajı görür ve arama motorları sayfayı dizinlerinden kaldırabilir.
GET / HTTP/1.1 Host: ll7.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<html> <head> <title>这个页面不存在 - 上线了</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <meta id="viewport" name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" /> <style type='text/css'> html { background: #484271; } body { display: flex; display: -ms-flexbox; align-items: center; min-height: 100vh; margin: 0; } .bg-texture { background: #f5f5f5; } .light-text { color: white; } .dark-text { color: #636972; } .wide { position: relative; padding: 10px 0; margin: 0 auto; letter-spacing: .5px; width: 100%; } .col2 { margin: 0 auto; text-align:center; line-height: 150%; } .col2 h1 { font-family: 'Montserrat', 'Segoe UI', 'Helvetica Neue', arial,'PingFang SC',"Microsoft YaHei","微软雅黑",STXihei,"华文细黑", sans-serif; font-weight: 500; font-size: 30px; text-align: center; margin-bottom: 40px; } .col2 h2 { font-family: 'Montserrat', 'Segoe UI', 'Helvetica Neue', arial,'PingFang SC',"Microsoft YaHei","微软雅黑",STXihei,"华文细黑", sans-serif; font-weight: 500; font-size: 20px; text-align: center; margin-bottom: 40px; } .col2 p { font-family: 'Open Sans', 'Segoe UI', 'Helvetica Neue', arial, sans-serif; font-weight: 100; font-size: 17px; margin: 40px auto; } .col2 a { color: #1bb0e6; text-decoration: none; } .col2 img { width: 100px; padding: 5px; display: block; margin: 0 auto; margin-top: 10px; background: transparent; box-shadow: none; } a.button { position: relative; font-family: 'Montserrat', 'Segoe UI', 'Helvetica Neue', arial,'PingFang SC',"Microsoft YaHei","微软雅黑",STXihei,"华文细黑", sans-serif; font-size: 16px; font-weight: bold; text-transform: uppercase; background: #93b719; border: 1px solid #93b719; border-radius: 4px; width: 250px; height: 40px; line-height: 40px; margin: 0px auto 20px; text-decoration: none; display: inline-block; padding: 5px 20px; box-shadow: 0 1px 1px rgba(0,0,0,0.2); } a.button:before { content: " "; width: auto; height: 10px; left: 0; right: 0; border-top: 1px solid white; opacity: .4; position: absolute; top: 0; border-radius: 5px; } a.button.dark-bg:before { top: -1px; } a.button:link, a.button:hover, a.button:visited { color: white; } a.button:hover { background: #a5cd1c; border-color: #a5cd1c; } a.button.warning { background: #fa0; border: 1px solid #fa0; } a.button.warning:hover { background: #fb0; border: 1px solid #fb0; } </style> <!-- Google Analytics --> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-25124444-13', 'auto'); ga('set', 'anonymizeIp', true); ga('send', 'pageview', { 'anonymizeIp': true }); </script> </head> <body> <div class='wide light-text'> <div class='col2'> <h1>页面不存在</h1> <p>不过如果您需要搭建自己的网站的话,<br/>您算是找对地方了。</p> <p class="buttons"> <a class='button dark-bg' href='https://www.sxl.cn/?utm_source=404&utm_medium=internal&utm_campaign=404_redirect'> 即刻创建我的网站 </a> </p> <a class='logo landing' href='https://www.sxl.cn/?utm_source=404&utm_medium=internal&utm_campaign=404_redirect'> <img src="https://s3.cn-north-1.amazonaws.com.cn/sxl-production-v1/assets/sxl-logo-white.svg" /> </a> </div> </div> <script> ga('send', 'event', 'site', '404'); var links = document.getElementsByClassName('landing'); var href = links[0].getAttribute('href'); for (var i = 0; i < links.length; ++i) { links[i].setAttribute('href', href + '&utm_content=' + encodeURIComponent(document.URL)); } // Moving background. window.addEventListener('mousemove', function(e) { var factor, x, xOffset, y, yOffset; x = e.clientX; y = e.clientY; factor = .05; xOffset = x - document.body.clientWidth / 2; yOffset = y - document.body.clientHeight / 2; x = 50 + factor * xOffset; y = 50 - factor * yOffset * 2; document.body.style = 'background-position:' + x + '% ' + y + '%;' }); </script> </body> </html>