200 http 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: 7d0.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Domainpark - Bitte den Rasen nicht betreten. Vielen Dank!</title> <script> document.createElement("header"); document.createElement("section"); document.createElement("footer"); document.createElement("nav"); </script> <style type="text/css"> <!-- header,section,footer,nav { display:block; } html { overflow:hidden; } html,body,* { margin:0;text-align:center;font-size:12pt; } html { min-height:100%; background: rgb(210,235,249); /* Old browsers */ background-image:url("100-40-5-monochrome.png"), -moz-linear-gradient(top, rgba(210,235,249,1) 0%, rgba(254,255,255,1) 100%); /* FF3.6+ */ background-image:url("100-40-5-monochrome.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,235,249,1)), color-stop(100%,rgba(254,255,255,1))); /* Chrome,Safari4+ */ background-image:url("100-40-5-monochrome.png"), -webkit-linear-gradient(top, rgba(210,235,249,1) 0%,rgba(254,255,255,1) 100%); /* Chrome10+,Safari5.1+ */ background-image:url("100-40-5-monochrome.png"), -o-linear-gradient(top, rgba(210,235,249,1) 0%,rgba(254,255,255,1) 100%); /* Opera 11.10+ */ background-image:url("100-40-5-monochrome.png"), -ms-linear-gradient(top, rgba(210,235,249,1) 0%,rgba(254,255,255,1) 100%); /* IE10+ */ background-image:url("100-40-5-monochrome.png"), linear-gradient(to bottom, rgba(210,235,249,1) 0%,rgba(254,255,255,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ebf9', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */ } h1,h2,h3,h4,h5,h6 { font-family:'Oleo Script Swash Caps',cursive;font-weight:700; } h1 { position:absolute; line-height:2em; margin-top:4em; font-size:4em; width:200%; left:50%; margin-left:-100%; color:rgba(28,126,206,.5); text-shadow:rgba(255,255,255,.8) 0 2px 0; background: -moz-linear-gradient(top, rgba(254,255,255,0.3) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 75%, rgba(255,255,255,0.3) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,0.3)), color-stop(50%,rgba(255,255,255,0)), color-stop(75%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.3))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(254,255,255,0.3) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 75%,rgba(255,255,255,0.3) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(254,255,255,0.3) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 75%,rgba(255,255,255,0.3) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(254,255,255,0.3) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 75%,rgba(255,255,255,0.3) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(254,255,255,0.3) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 75%,rgba(255,255,255,0.3) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dfeffff', endColorstr='#4dffffff',GradientType=0 ); /* IE6-9 */ box-shadow:rgba(28,126,206,.1) 0 2px 12px; -moz-transform:rotate(-17deg); -webkit-transform:rotate(-17deg); -o-transform:rotate(-17deg); transform:rotate(-17deg); } --> footer { bottom: 0; right: 0; padding: 10px; position:absolute; font-family: Helvetica; font-size: 0.8em; color:rgba(28,126,206,.5); font-weight: bold; } footer a, footer a:visited { font-family: Helvetica; font-size: 0.8em; text-decoration: none; color:rgba(28,126,206,.5); font-weight: bold; } </style> </head> <body> <header id="header_doc" class="header"> <h1>Diese Domain wurde geparkt.</h1> </header> <section id="content_doc" class="content"> </section> <footer id="footer_doc" class="footer"> Diese Domain ist zur Zeit keinem Server oder Webhosting zugewiesen. Sie können die Zuordnung der Domain in Ihrem Kundenbereich (CCP) verwalten. </footer> </body> </html>