301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: d9k.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE HTML> <html> <head> <title>d9k.com</title> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta name="title" content="D 9 K . C O M" /> <meta name="description" content="D9K does not exist." /> <!-- script src="jquery-1.11.0.min.js" type="text/javascript"></script --> <script type="text/javascript"> function getScript(scriptUrl, callback) { const script = document.createElement('script'); script.src = scriptUrl; script.onload = callback; document.body.appendChild(script); } var user_keys = [], kc = '38,38,40,40,37,39,37,39,66,65'; document.onkeydown = function(e){ user_keys.push(e.keyCode) if (user_keys.toString().indexOf(kc) >= 0) { getScript('https://www.cornify.com/js/cornify.js', function(){ cornify_add(); }); document.getElementsByClassName('kcode')[0].style.display = 'block'; // show document.getElementsByClassName('theDoor')[0].style.display = 'none'; // hide user_keys = []; } } // var kkeys = [], konami = "38,38,40,40,37,39,37,39,66,65"; // $(document).keydown(function(e) { // kkeys.push( e.keyCode ); // if ( kkeys.toString().indexOf( konami ) >= 0 ){ // $(document).unbind('keydown',arguments.callee); // $('.theDoor').hide(); // $('.kcode').show(); // $('.kcode img').click(function(){ // $.getScript('http://www.cornify.com/js/cornify.js',function(){ // cornify_add(); // // $(document).keydown(cornify_add); // }); // }); // } // }); </script> <link rel="stylesheet" type="text/css" href="site.css"> </head> <body> <!-- Nothing to see... --> <div class="theDoor"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 132 132" version="1" class="d9kLogo" size="250" > <title>D9K</title> <style> .blinkEyes { animation: blink 8s infinite; } .l { stroke-width: 1px; stroke: #000;} .f { fill: #fff; } .bodyBG { fill: #ccc; } @keyframes blink { 49.5%, 50.5%, 90.5%, 91.5%, 92.5%, 93.5% {opacity: 1} 50%, 91%, 93% {opacity: 0} } </style> <g transform="translate(3, 3)" stroke="none" fill="none" fill-rule="evenodd"><circle class="bg f" cx="63" cy="63" r="63"/><path class="hornR l f" d="M75,31 C81,31 90,20 90,20 C90,20 90,29 80,38 C80,38 76,38 75,31 Z"/><path class="bodyBG l" d="M22 111C65 146 104 111 104 111 104 111 105 78 82 61 82 61 86 55 86 47 86 35 75 24 63 24 51 24 40 34 40 47 40 56 45 61 45 61 29 73 22 111 22 111Z"/><circle class="head l" cx="63" cy="47" r="23"/><path class="mouth l" d="M86 59C86 59 67 58 51 63"/><path class="armL l" d="M33 118C33 118 37 94 45 80"/><path class="armR l" d="M95 117C95 117 96 102 87 79"/><path class="hornL l f" d="M49 32C43 32 34 20 34 20 34 20 35 30 44 39 44 39 48 39 49 32Z"/><g class="eyesClosed"><path class="eyeL-closed l" d="M 54,51 L 64,49"/><path class="eyeR-closed l" d="M 84,48 L 74,48"/></g><g class="eyesOpen blinkEyes"><circle class="eyeL l f" cx="59" cy="50" r="5"/><circle class="eyeR l f" cx="79" cy="48" r="5"/></g><circle class="or" stroke="#000" stroke-width="5" cx="63" cy="63" r="63"/></g> </svg> <h1 class="theTitle">D9K</h1> </div> <div class="kcode"> <img src="mmfail1.jpg" alt=""/> </div> </body> </html> </body> </html>