200 response 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: ldp.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE HTML> <head> <style> #sb-player img.pressbox { max-width: auto !important; } </style> <link href='http://fonts.googleapis.com/css?family=Raleway:100,300,400,700' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="templates/luckyduck/css/bootstrap.css" type="text/css" media="screen" /> <script type="text/javascript" src="templates/luckyduck/js/template.js.php"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.0/jquery.min.js"></script> <base href="" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="generator" content="Joomla! - Open Source Content Management" /> <title>Home - Lucky Duck Productions</title> <link href="index.php%3Fformat=feed&type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" /> <link href="index.php%3Fformat=feed&type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" /> <link href="templates/luckyduck/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /> <link rel="stylesheet" href="plugins/system/shadowbox/shadowbox/examples/build/shadowbox.css" type="text/css" /> <link rel="stylesheet" href="templates/luckyduck/css/bootstrap.css" type="text/css" /> <link rel="stylesheet" href="templates/luckyduck/css/bootstrap-responsive.css" type="text/css" /> <link rel="stylesheet" href="templates/luckyduck/css/template.css.php%3Fv=1.0.0.css" type="text/css" /> <link rel="stylesheet" href="modules/mod_camera/tmpl/css/camera.css" type="text/css" /> <script src="plugins/system/shadowbox/shadowbox/examples/build/shadowbox.js" type="text/javascript"></script> <script src="templates/luckyduck/js/bootstrap.js" type="text/javascript"></script> <script src="modules/mod_camera/tmpl/js/jquery.min.js" type="text/javascript"></script> <script src="modules/mod_camera/tmpl/js/jquery.mobile.customized.min.js" type="text/javascript"></script> <script src="modules/mod_camera/tmpl/js/jquery.easing.1.3.js" type="text/javascript"></script> <script src="modules/mod_camera/tmpl/js/camera.min.js" type="text/javascript"></script> <script type="text/javascript"> window.addEvent('load', function() { new JCaption('img.caption'); }); </script> <link rel="stylesheet" href="plugins/system/videobox/css/videobox.css" type="text/css" media="screen" /> <script src="http://api.html5media.info/1.1.5/html5media.min.js"></script><script type="text/javascript" src="plugins/system/videobox/videobox.js"></script><script type="text/javascript"> var displayvideo; var vb_site_base = "/misc/earth/www/LDP/www.ldp.com/"; var vb_site_root = "http://www.ldp.com/"; jQuery(document).ready(function($) { displayvideo = function (vid, src, vwidth, vheight, twidth, theight){ var frame = document.getElementById('video_'+vid); var image = document.getElementById('thumb_'+vid); var close = document.getElementById('close_'+vid); var title = document.getElementById('title_'+vid); if((frame.getAttribute('style').indexOf('block')==-1)){ image.style.display = 'none'; frame.style.display = 'block'; frame.parentNode.style.display = 'block'; close.style.display = 'block'; frame.src = src; $(frame).animate({height: vheight, width: vwidth}, { duration: 400, easing: 'swing', queue: false }); $(title).animate({width: vwidth}, { duration: 400, easing: 'swing', queue: false }); } else { close.style.display = 'none'; $(frame).animate({height: theight, width: twidth}, { duration: 0, easing: 'swing', queue: false }); title.style.width = twidth+'px'; frame.src = ''; if (document.cancelFullScreen) { document.cancelFullScreen(); } else if (document.mozCancelFullScreen) { document.mozCancelFullScreen(); } else if (document.webkitCancelFullScreen) { document.webkitCancelFullScreen(); } else if (document.oCancelFullScreen) { document.oCancelFullScreen(); } else if (document.msCancelFullScreen) { document.msCancelFullScreen(); } frame.style.display = 'none'; frame.parentNode.style.display = 'none'; image.style.display = 'block'; } } }); </script> <script type="text/javascript">Shadowbox.init({ initialHeight: 500, initialWidth: 1000 });</script> <meta content="True" name="HandheldFriendly"> <meta content="320" name="MobileOptimized"> <meta content="width=device-width, target-densitydpi=160, initial-scale=1" name="viewport"> <!--<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <!-- mobile viewport --> <link rel="apple-touch-icon-precomposed" href="templates/luckyduck/apple-touch-icon-57x57.png"> <!-- iphone, ipod, android --> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="templates/luckyduck/apple-touch-icon-72x72.png"> <!-- ipad --> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="templates/luckyduck/apple-touch-icon-114x114.png"> <!-- iphone retina --> </head> <body class="home"> <div class="container gk-message"> <div id="system-message-container"> </div> </div> <header class="container"> <div class="ldp-logo" onclick="location.href='/';" style="cursor: pointer;"> </div> <!--<div class="gk-mainmenu-toggle"> <a href="#" data-toggle="collapse" data-target=".nav-collapse"> </a> </div>--> </header> <!-- Home Page Layout --> <section id="main"> <div class="container main"> <div class='row-fluid'> <div class='span12'> <div class="blog-featuredhome"> <h1> Home </h1> <div class="items-leading"> <div class="leading-0"> <div class="row fluid"> <div class="span10"> <p class="p1">With the retirement of its principals (Linda Ellerbee and Rolfe Tessem), Lucky Duck Productions has closed its doors after 28 years. Linda and Rolfe would like to thank the scores of talented people — on our staff, and at the various networks with which we’ve worked.</p> <p>You did us proud.</p> </div> </div> <div class="item-separator"></div> </div> </div> </div> </div> </div> </div> <!-- Nick News Layout --> </section> <!--<script src="/templates/luckyduck/js/jquery.js"></script>--> <script src="templates/luckyduck/js/bootstrap.min.js"></script> <script type="text/javascript"> jQuery.noConflict(); </script> </body> </html>