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: 1jh.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html lang="en-us"> <head> <title>Julian Haight - htdocs/1jh.shtml</title> <meta name="description" content="htdocs/1jh.shtml" /> <meta name="viewport" content="width=device-width" /> <meta charset="utf-8" /> <style type="text/css"> :root { --color-black: #000000; --color-darkgray: #555555; --color-blue: #0000aa; --color-lightblue: #5555ff; --color-green: #00aa00; --color-lightgreen: #55ff55; --color-cyan: #00aaaa; --color-lightcyan: #55ffff; --color-red: #aa0000; --color-lightred: #ff5555; --color-magenta: #aa00aa; --color-lightmagenta: #ff55ff; --color-brown: #aa5500; --color-yellow: #ffff55; --color-lightgray: #aaaaaa; --color-white: #ffffff; --font-size: 18px; --image-bg: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiCiAgICAgd2lkdGg9IjMwIiBoZWlnaHQ9IjE5IgogICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICB2aWV3Qm94PSIwIDAgMzAgMTkiPgo8ZGVmcz4KPGZpbHRlciBpZD0iZiI+CjxmZUdhdXNzaWFuQmx1ciBpbj0iU291cmNlR3JhcGhpYyIgc3RkRGV2aWF0aW9uPSIuNzUiIC8+CjwvZmlsdGVyPgo8L2RlZnM+CjxnIGZpbGw9IiMwMDE3MDAiIGZpbHRlcj0idXJsKCNmKSI+CiAgPHJlY3QgeD0iLTUiIHk9IjAiIHdpZHRoPSI0MCIgaGVpZ2h0PSIxIiAvPgogIDxyZWN0IHg9Ii01IiB5PSIzLjgiIHdpZHRoPSI0MCIgaGVpZ2h0PSIxIiAgLz4KICA8cmVjdCB4PSItNSIgeT0iNy42IiB3aWR0aD0iNDAiIGhlaWdodD0iMSIgIC8+CiAgPHJlY3QgeD0iLTUiIHk9IjExLjQiIHdpZHRoPSI0MCIgaGVpZ2h0PSIxIiAvPgogIDxyZWN0IHg9Ii01IiB5PSIxNS4yIiB3aWR0aD0iNDAiIGhlaWdodD0iMSIgLz4KICA8cmVjdCB4PSItNSIgeT0iMTkiIHdpZHRoPSI0MCIgaGVpZ2h0PSIxIiAvPgo8L2c+Cjwvc3ZnPg=="); background-color: var(--color-darkgray); height: 100%; overflow-y: scroll; } body { font-family: fixed, courier; color: var(--color-white); display: flex; align-items: center; flex-direction: column; font-size: var(--font-size); margin: 0; } h1, h2, h3, h4, h5, h6 { font-size: var(--font-size); margin: 1em 0; } h1 { font-weight: bold; } h2 { font-weight: normal; text-decoration: underline; } #frame { border: 2em solid var(--color-lightgray); background-color: var(--color-lightgray); border-radius: 4em; display: flex; margin: 2em; background-color: var(--color-black); background-image: var(--image-bg); } #content { border: 2em solid transparent; border-radius: 1em; min-height: calc(var(--font-size) * 25); /* 25 rows */ max-width: calc(var(--font-size) * 48); /* 80 columns */ } :link, :visited { text-decoration: none; background-color: var(--color-green); color: var(--color-black); } a:hover { color: var(--color-white); } a:focus { background-color: var(--color-lightgreen); outline: none; } a:active { background-color: var(--color-red); } a:link.nodecor { background-color: transparent; color: var(--color-white); } a:focus.nodecor img { outline: 2px inset var(--color-lightgray); } #printwarn { float: right; display: none; } nav { width: calc(var(--font-size) * 48); /* 80 columns */ font-weight: bold; text-transform: uppercase; text-align: top; } img { border: 0; } figure { margin-left: 0; margin-right: 0; } figure figcaption { color: var(--color-yellow); margin-left: 3em; } @media (min-width: 2048px) { :root { --font-size: 22px; } } @media (min-width: 3072px) { :root { --font-size: 34px; } } @media (max-width: 1065px) { #frame { margin: 0; } } @media (max-width: 1004px) { #frame { border: 0; border-radius: 0; } #content { border: 0; } } @media (max-width: 925px) { nav { width: auto; } nav a { display: inline-block; margin: 0.5em; } img { max-width: 100%; } } </style> <script> if (window.location != window.parent.location) { window.parent.location = window.location; } </script> </head> <body> <div id="frame"> <div id="content"> <nav> <a href="/">Home</a> <a href="/contact.shtml">Contact</a> <a href="/useful.shtml">Useful</a> <a href="/fun.shtml">Fun</a> <a href="/photos.shtml">Photography</a> <a href="/about.shtml">About</a> <a href="/links.shtml">Links & Quotes</a> </nav> <main><h1>1jh.com</h1> <p>Sorry, this domain is not for sale - except at ridiculous prices.</p> <p> <a href="/contact.shtml">Contact me</a> if you want to spend ridiculous money ($10,000+). </p> <p> I accept <a href="http://www.bitcoin.com/">bitcoin</a>. </p> <p> If you came here because you found my "wireless.1jh.com" wifi network, enjoy! All I ask is you don't use all my bandwidth or bring unwanted attention. </p> </main> </div> </div> </body> </html>