Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - smlxl.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 15 May 2025 05:56:23 GMT
Server: Apache
Location: https://smlxl.com/
Content-Length: 226
Content-Type: text/html; charset=iso-8859-1

HTTP Code 301 Moved Permanently

301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://smlxl.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Thu, 15 May 2025 05:56:24 GMT
Server: Apache
Upgrade: h2
Connection: Upgrade
Last-Modified: Sat, 25 Jan 2025 18:20:19 GMT
ETag: "4859-62c8be5475ec0"
Accept-Ranges: bytes
Content-Length: 18521
Cache-Control: max-age=600
Expires: Thu, 15 May 2025 06:06:24 GMT
Vary: Accept-Encoding,User-Agent
Content-Type: text/html

HTTP Code 200 OK

200 OK 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.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

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: smlxl.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html>
<head>
	<title>smlxl</title>

<!-- Cronitor RUM -->

<script async src="https://rum.cronitor.io/script.js"></script>
<script>
    window.cronitor = window.cronitor || function() { (window.cronitor.q = window.cronitor.q || []).push(arguments); };
    cronitor('config', { clientKey: '47c221b805848259f21fe5a71ce8c94b' });
</script>

	
<script type="text/javascript">
	<!--

	var allImages = new Array;

	function start() {
		document.getElementById("topLeft").style.left = window.innerWidth/2 - 309 - 42 + "px"; 
		document.getElementById("topLeft").style.top = window.innerHeight/2.5 - 57 + "px"; 
		
		randomize();
		
	}

	function randomize() {
	
		for ( var idx in document.images) {
			if (document.images[idx] instanceof HTMLImageElement) {
				allImages.push(document.images[idx]);
			}
		}

		allImages.sort(function() {return 0.5 - Math.random()});

		show(0); 
	}
	
	function show(imgNumber) {
		
		allImages[imgNumber].style.opacity = 1;
		imgNumber++;
		
		var delay = Math.random() * 65;
		
		if (imgNumber < allImages.length) {
			var t = setTimeout(function(){show(imgNumber)},delay);
		}

		test();

	}
	
	
	function test() {
		w = document.getElementById('words');
		w.attr('opacity', 0);
		w.animate({
			opacity: 1
		}, 1000);
	}
	
	
	function roll(imgId) {
		document.getElementById(imgId).src = imgId + "_on.gif"; 
	}
	
	function unroll(imgId) {
		document.getElementById(imgId).src = imgId + ".gif"; 
	}
	
	
	
	//-->
</script>
	
	
	<style type="text/css">

		.rowA { top:0px;}
		.rowB { top:42px;}
		.rowC { top:84px;}
		
		.L1 {
			position:absolute;
			padding-top:0;
		}

		.L1V {
			transform-origin:15px 15px;
			-webkit-transform-origin:15px 15px;
			-ms-transform-origin:15px 15px;
			-moz-transform-origin:15px 15px;
			-o-transform-origin:15px 15px;
		}

		.L1VR {
			transform-origin:57px 15px;
			-webkit-transform-origin:57px 15px;
			-ms-transform-origin:57px 15px;
			-moz-transform-origin:57px 15px;
			-o-transform-origin:57px 15px;
		}
		
		.L2 {
			position:absolute;
			padding-top:3px;
		}
		.L2V {
			transform-origin:12px 15px;
			-webkit-transform-origin:12px 15px;
			-ms-transform-origin:12px 15px;
			-moz-transform-origin:12px 15px;
			-o-transform-origin:12px 15px;
		}

		.L2VR {
			transform-origin:54px 15px;
			-webkit-transform-origin:54px 15px;
			-ms-transform-origin:54px 15px;
			-moz-transform-origin:54px 15px;
			-o-transform-origin:54px 15px;
		}
		
		.L3 {
			position:absolute;
			padding-top:5px;
		}
		.L3V {
			transform-origin:10px 15px;
			-webkit-transform-origin:10px 15px;
			-ms-transform-origin:10px 15px;
			-moz-transform-origin:10px 15px;
			-o-transform-origin:10px 15px;
		}
		.L3VR {
			transform-origin:52px 15px;
			-webkit-transform-origin:52px 15px;
			-ms-transform-origin:52px 15px;
			-moz-transform-origin:52px 15px;
			-o-transform-origin:52px 15px;
		}
		
		.dot {
			position:absolute;
			padding-top:7px;
		}
		
		.rotateC {
			transform: rotate(90deg);
			-webkit-transform:rotate(90deg);
			-ms-transform: rotate(90deg);
			-moz-transform:rotate(90deg);
			-o-transform:rotate(90deg);
		}

		.rotateCC {
			transform: rotate(-90deg);
			-webkit-transform:rotate(-90deg);
			-ms-transform: rotate(-90deg);
			-moz-transform:rotate(-90deg);
			-o-transform:rotate(-90deg);
		}

		.anim1 {
			opacity:0;
			
			transition:opacity 2.2s;  
			-webkit-transition:opacity 2.2s;  
			-ms-transition: opacity 2.2s;  
			-moz-transition:opacity 2.2s;
			-o-transition:opacity 1s;  
		}

		.anim2 {
			opacity:0;
			
			transition:opacity 4s;  
			-webkit-transition:opacity 4s;  
			-ms-transition: opacity 4s;  
			-moz-transition:opacity 4s;
			-o-transition:opacity 2s;  
		}

		.anim3 {
			opacity:0;
			
			transition:opacity 3s;  
			-webkit-transition:opacity 3s;  
			-ms-transition: opacity 3s;  
			-moz-transition:opacity 3s;
			-o-transition:opacity 1.5s;  
		}

</style>


</head>
<body onLoad="start()">

<!--
<img src="svg/L1.svg" alt="" width="72" height="30" />
<img src="svg/L2.svg" alt="" width="66" height="24" />
<img src="svg/L3.svg" alt="" width="62" height="20" />
<img src="svg/dot.svg" alt="" width="16" height="16" />
-->

<div id="topLeft" name="topLeft" style="position:absolute; height:10px; width:10px; border-top:0px solid red; border-left:0px solid red;">

<img id="L1A1" class="L1 anim1 rowA" src="svg/L1.svg" alt width="72" height="30" style="left:42px; top:0px;"> 
<img id="L1A2" class="L1 anim1 rowA" src="svg/L1.svg" alt width="72" height="30" style="left:84px; top:0px;"> 
<img id="L1A3" class="L1 anim1 rowA" src="svg/L1.svg" alt width="72" height="30" style="left:168px; top:0px;"> 
<img id="L1A4" class="L1 anim1 rowA" src="svg/L1.svg" alt width="72" height="30" style="left:210px; top:0px;"> 
<img id="L1A5" class="L1 anim1 rowA" src="svg/L1.svg" alt width="72" height="30" style="left:420px; top:0px;"> 
<img id="L1A6" class="L1 anim1 rowA" src="svg/L1.svg" alt width="72" height="30" style="left:462px; top:0px;"> 
<img id="L1AV1" class="L1 L1V rotateC anim1 rowA" src="svg/L1.svg" alt width="72" height="30" style="left:42px; top:0px;"> 
<img id="L1AV2" class="L1 L1V rotateC anim1 rowA" src="svg/L1.svg" alt width="72" height="30" style="left:84px; top:0px;"> 
<img id="L1AV3" class="L1 L1V rotateC anim1 rowA" src="svg/L1.svg" alt width="72" height="30" style="left:168px; top:0px;"> 
<img id="L1AV4" class="L1 L1VR rotateCC anim1 rowA" src="svg/L1.svg" alt width="72" height="30" style="left:210px; top:0px;"> 
<img id="L1AV5" class="L1 L1V rotateC anim1 rowA" src="svg/L1.svg" alt width="72" height="30" style="left:210px; top:0px;"> 
<img id="L1AV6" class="L1 L1V rotateC anim1 rowA" src="svg/L1.svg" alt width="72" height="30" style="left:294px; top:0px;"> 
<img id="L1AV7" class="L1 L1V rotateC anim1 rowA" src="svg/L1.svg" alt width="72" height="30" style="left:462px; top:0px;"> 
<img id="L1AV8" class="L1 L1VR rotateCC anim1 rowA" src="svg/L1.svg" alt width="72" height="30" style="left:462px; top:0px;"> 
<img id="L1AV9" class="L1 L1V rotateC anim1 rowA" src="svg/L1.svg" alt width="72" height="30" style="left:546px; top:0px;"> 
<img id="L1B1" class="L1 anim1 rowB" src="svg/L1.svg" alt width="72" height="30" style="left:42px;"> 
<img id="L1B2" class="L1 anim1 rowB" src="svg/L1.svg" alt width="72" height="30" style="left:84px;"> 
<img id="L1B3" class="L1 anim1 rowB" src="svg/L1.svg" alt width="72" height="30" style="left:168px;"> 
<img id="L1B4" class="L1 anim1 rowB" src="svg/L1.svg" alt width="72" height="30" style="left:210px;"> 
<img id="L1B5" class="L1 anim1 rowB" src="svg/L1.svg" alt width="72" height="30" style="left:294px;"> 
<img id="L1B6" class="L1 anim1 rowB" src="svg/L1.svg" alt width="72" height="30" style="left:420px;"> 
<img id="L1B7" class="L1 anim1 rowB" src="svg/L1.svg" alt width="72" height="30" style="left:462px;"> 
<img id="L1BV1" class="L1 L1V rotateC anim1 rowB" src="svg/L1.svg" alt width="72" height="30" style="left:84px;"> 
<img id="L1BV10" class="L1 L1VR rotateCC anim1 rowB" src="svg/L1.svg" alt width="72" height="30" style="left:462px;"> 
<img id="L1BV11" class="L1 L1V rotateC rotateC anim1 rowB" src="svg/L1.svg" alt width="72" height="30" style="left:546px;"> 
<img id="L1BV2" class="L1 L1VR rotateCC anim1 rowB" src="svg/L1.svg" alt width="72" height="30" style="left:84px;"> 
<img id="L1BV3" class="L1 L1V rotateC anim1 rowB" src="svg/L1.svg" alt width="72" height="30" style="left:168px;"> 
<img id="L1BV4" class="L1 L1V rotateC anim1 rowB" src="svg/L1.svg" alt width="72" height="30" style="left:210px;"> 
<img id="L1BV5" class="L1 L1VR rotateCC anim1 rowB" src="svg/L1.svg" alt width="72" height="30" style="left:210px;"> 
<img id="L1BV6" class="L1 L1V rotateC anim1 rowB" src="svg/L1.svg" alt width="72" height="30" style="left:294px;"> 
<img id="L1BV7" class="L1 L1VR rotateCC anim1 rowB" src="svg/L1.svg" alt width="72" height="30" style="left:294px;"> 
<img id="L1BV8" class="L1 L1V rotateC anim1 rowB" src="svg/L1.svg" alt width="72" height="30" style="left:420px;"> 
<img id="L1BV9" class="L1 L1V rotateC anim1 rowB" src="svg/L1.svg" alt width="72" height="30" style="left:462px;"> 
<img id="L1C1" class="L1 anim1 rowC" src="svg/L1.svg" alt width="72" height="30" style="left:42px; top:84px;"> 
<img id="L1C2" class="L1 anim1 rowC" src="svg/L1.svg" alt width="72" height="30" style="left:84px; top:84px;"> 
<img id="L1C3" class="L1 anim1 rowC" src="svg/L1.svg" alt width="72" height="30" style="left:294px; top:84px;"> 
<img id="L1C4" class="L1 anim1 rowC" src="svg/L1.svg" alt width="72" height="30" style="left:336px; top:84px;"> 
<img id="L1C5" class="L1 anim1 rowC" src="svg/L1.svg" alt width="72" height="30" style="left:420px; top:84px;"> 
<img id="L1C6" class="L1 anim1 rowC" src="svg/L1.svg" alt width="72" height="30" style="left:462px; top:84px;"> 
<img id="L1C7" class="L1 anim1 rowC" src="svg/L1.svg" alt width="72" height="30" style="left:546px; top:84px;"> 
<img id="L1C8" class="L1 anim1 rowC" src="svg/L1.svg" alt width="72" height="30" style="left:588px; top:84px;"> 

<img id="L2A1" class="L2 anim1 rowA" src="svg/L2.svg" alt width="66" height="24" style="left:45px; top:0px;"> 
<img id="L2A2" class="L2 anim1 rowA" src="svg/L2.svg" alt width="66" height="24" style="left:87px; top:0px;"> 
<img id="L2A3" class="L2 anim1 rowA" src="svg/L2.svg" alt width="66" height="24" style="left:171px; top:0px;"> 
<img id="L2A4" class="L2 anim1 rowA" src="svg/L2.svg" alt width="66" height="24" style="left:213px; top:0px;"> 
<img id="L2A5" class="L2 anim1 rowA" src="svg/L2.svg" alt width="66" height="24" style="left:423px; top:0px;"> 
<img id="L2A6" class="L2 anim1 rowA" src="svg/L2.svg" alt width="66" height="24" style="left:465px; top:0px;"> 
<img id="L2AV1" class="L2 L2V rotateC anim1 rowA" src="svg/L2.svg" alt width="66" height="24" style="left:45px; top:0px;"> 
<img id="L2AV2" class="L2 L2V rotateC anim1 rowA" src="svg/L2.svg" alt width="66" height="24" style="left:171px; top:0px;"> 
<img id="L2AV3" class="L2 L2V rotateC anim1 rowA" src="svg/L2.svg" alt width="66" height="24" style="left:213px; top:0px;"> 
<img id="L2AV4" class="L2 L2VR rotateCC anim1 rowA" src="svg/L2.svg" alt width="66" height="24" style="left:213px; top:0px;"> 
<img id="L2AV5" class="L2 L2V rotateC anim1 rowA" src="svg/L2.svg" alt width="66" height="24" style="left:297px; top:0px;"> 
<img id="L2AV6" class="L2 L2VR rotateCC anim1 rowA" src="svg/L2.svg" alt width="66" height="24" style="left:465px; top:0px;"> 
<img id="L2AV7" class="L2 L2V rotateC anim1 rowA" src="svg/L2.svg" alt width="66" height="24" style="left:549px; top:0px;"> 
<img id="L2B1" class="L2 anim1 rowB" src="svg/L2.svg" alt width="66" height="24" style="left:45px;"> 
<img id="L2B2" class="L2 anim1 rowB" src="svg/L2.svg" alt width="66" height="24" style="left:87px;"> 
<img id="L2B3" class="L2 anim1 rowB" src="svg/L2.svg" alt width="66" height="24" style="left:171px;"> 
<img id="L2B4" class="L2 anim1 rowB" src="svg/L2.svg" alt width="66" height="24" style="left:213px;"> 
<img id="L2B5" class="L2 anim1 rowB" src="svg/L2.svg" alt width="66" height="24" style="left:465px;"> 
<img id="L2BV1" class="L2 L2VR rotateCC anim1 rowB" src="svg/L2.svg" alt width="66" height="24" style="left:87px;"> 
<img id="L2BV2" class="L2 L2VR rotateCC anim1 rowB" src="svg/L2.svg" alt width="66" height="24" style="left:213px;"> 
<img id="L2BV3" class="L2 L2V rotateC anim1 rowB" src="svg/L2.svg" alt width="66" height="24" style="left:297px;"> 
<!-- <img id="L2BV4" class="L2 L2V rotateC anim1 rowB" src="svg/L2.svg" alt width="66" height="24" style="left:423px;"> -->
<img id="L2BV5" class="L2 L2V rotateC anim1 rowB" src="svg/L2.svg" alt width="66" height="24" style="left:465px;"> 
<!-- <img id="L2BV6" class="L2 L2VR rotateCC anim1 rowB" src="svg/L2.svg" alt width="66" height="24" style="left:465px;"> -->
<img id="L2BV7" class="L2 L2V rotateC anim1 rowB" src="svg/L2.svg" alt width="66" height="24" style="left:549px;"> 
<img id="L2C1" class="L2 anim1 rowC" src="svg/L2.svg" alt width="66" height="24" style="left:45px; top:84px;"> 
<img id="L2C2" class="L2 anim1 rowC" src="svg/L2.svg" alt width="66" height="24" style="left:87px; top:84px;"> 
<img id="L2C3" class="L2 anim1 rowC" src="svg/L2.svg" alt width="66" height="24" style="left:297px; top:84px;"> 
<img id="L2C4" class="L2 anim1 rowC" src="svg/L2.svg" alt width="66" height="24" style="left:339px; top:84px;"> 
<img id="L2C5" class="L2 anim1 rowC" src="svg/L2.svg" alt width="66" height="24" style="left:423px; top:84px;"> 
<img id="L2C6" class="L2 anim1 rowC" src="svg/L2.svg" alt width="66" height="24" style="left:465px; top:84px;"> 
<img id="L2C7" class="L2 anim1 rowC" src="svg/L2.svg" alt width="66" height="24" style="left:549px; top:84px;"> 
<img id="L2C8" class="L2 anim1 rowC" src="svg/L2.svg" alt width="66" height="24" style="left:591px; top:84px;"> 

<img id="L3A1" class="L3 anim1 rowA" src="svg/L3.svg" alt width="62" height="20" style="left:89px; top:0px;"> 
<img id="L3A2" class="L3 anim1 rowA" src="svg/L3.svg" alt width="62" height="20" style="left:173px; top:0px;"> 
<img id="L3A3" class="L3 anim1 rowA" src="svg/L3.svg" alt width="62" height="20" style="left:215px; top:0px;"> 
<img id="L3A4" class="L3 anim1 rowA" src="svg/L3.svg" alt width="62" height="20" style="left:425px; top:0px;"> 
<img id="L3A5" class="L3 anim1 rowA" src="svg/L3.svg" alt width="62" height="20" style="left:467px; top:0px;"> 
<img id="L3AV1" class="L3 L3V rotateC anim1 rowA" src="svg/L3.svg" alt width="62" height="20" style="left:173px; top:0px;"> 
<img id="L3AV2" class="L3 L3V rotateC anim1 rowA" src="svg/L3.svg" alt width="62" height="20" style="left:215px; top:0px;"> 
<img id="L3AV3" class="L3 L3V rotateC anim1 rowA" src="svg/L3.svg" alt width="62" height="20" style="left:299px; top:0px;"> 
<img id="L3AV4" class="L3 L3VR rotateCC anim1 rowA" src="svg/L3.svg" alt width="62" height="20" style="left:467px; top:0px;"> 
<img id="L3AV5" class="L3 L3V rotateC anim1 rowA" src="svg/L3.svg" alt width="62" height="20" style="left:551px; top:0px;"> 
<img id="L3B1" class="L3 anim1 rowB" src="svg/L3.svg" alt width="62" height="20" style="left:47px;"> 
<img id="L3B2" class="L3 anim1 rowB" src="svg/L3.svg" alt width="62" height="20" style="left:89px;"> 
<img id="L3B3" class="L3 anim1 rowB" src="svg/L3.svg" alt width="62" height="20" style="left:467px;"> 
<img id="L3BV1" class="L3 L3VR rotateCC anim1 rowB" src="svg/L3.svg" alt width="62" height="20" style="left:89px;"> 
<img id="L3BV2" class="L3 L3VR rotateCC anim1 rowB" src="svg/L3.svg" alt width="62" height="20" style="left:215px;"> 
<img id="L3BV3" class="L3 L3V rotateC anim1 rowB" src="svg/L3.svg" alt width="62" height="20" style="left:299px;"> 
<img id="L3BV4" class="L3 L3V rotateC anim1 rowB" src="svg/L3.svg" alt width="62" height="20" style="left:467px;"> 
<img id="L3C1" class="L3 anim1 rowC" src="svg/L3.svg" alt width="62" height="20" style="left:47px; top:84px;"> 
<img id="L3C2" class="L3 anim1 rowC" src="svg/L3.svg" alt width="62" height="20" style="left:299px; top:84px;"> 
<img id="L3C3" class="L3 anim1 rowC" src="svg/L3.svg" alt width="62" height="20" style="left:425px; top:84px;"> 
<img id="L3C4" class="L3 anim1 rowC" src="svg/L3.svg" alt width="62" height="20" style="left:467px; top:84px;"> 
<img id="L3C5" class="L3 anim1 rowC" src="svg/L3.svg" alt width="62" height="20" style="left:593px; top:84px;"> 

<img id="dotA1" class="dot anim1 rowA" src="svg/dot.svg" alt="*" width="16" height="16" style="left:133px; top:0px;"> 
<img id="dotA2" class="dot anim1 rowA" src="svg/dot.svg" alt="*" width="16" height="16" style="left:175px; top:0px;"> 
<img id="dotA3" class="dot anim1 rowA" src="svg/dot.svg" alt="*" width="16" height="16" style="left:217px; top:0px;"> 
<img id="dotA4" class="dot anim1 rowA" src="svg/dot.svg" alt="*" width="16" height="16" style="left:259px; top:0px;"> 
<img id="dotA5" class="dot anim1 rowA" src="svg/dot.svg" alt="*" width="16" height="16" style="left:301px; top:0px;"> 
<img id="dotA6" class="dot anim1 rowA" src="svg/dot.svg" alt="*" width="16" height="16" style="left:427px; top:0px;"> 
<img id="dotA7" class="dot anim1 rowA" src="svg/dot.svg" alt="*" width="16" height="16" style="left:511px; top:0px;"> 
<img id="dotA8" class="dot anim1 rowA" src="svg/dot.svg" alt="*" width="16" height="16" style="left:553px; top:0px;"> 
<img id="dotB1" class="dot anim1 rowB" src="svg/dot.svg" alt="*" width="16" height="16" style="left:133px;"> 
<img id="dotB2" class="dot anim1 rowB" src="svg/dot.svg" alt="*" width="16" height="16" style="left:217px;"> 
<img id="dotB3" class="dot anim1 rowB" src="svg/dot.svg" alt="*" width="16" height="16" style="left:301px;"> 
<img id="dotB4" class="dot anim1 rowB" src="svg/dot.svg" alt="*" width="16" height="16" style="left:469px;"> 
<img id="dotB5" class="dot anim1 rowB" src="svg/dot.svg" alt="*" width="16" height="16" style="left:553px;"> 
<img id="dotC1" class="dot anim1 rowC" src="svg/dot.svg" alt="*" width="16" height="16" style="left:49px; top:84px;"> 
<img id="dotC2" class="dot anim1 rowC" src="svg/dot.svg" alt="*" width="16" height="16" style="left:259px; top:84px;"> 
<img id="dotC3" class="dot anim1 rowC" src="svg/dot.svg" alt="*" width="16" height="16" style="left:343px; top:84px;"> 
<img id="dotC4" class="dot anim1 rowC" src="svg/dot.svg" alt="*" width="16" height="16" style="left:427px; top:84px;"> 
<img id="dotC5" class="dot anim1 rowC" src="svg/dot.svg" alt="*" width="16" height="16" style="left:511px; top:84px;"> 
<img id="dotC6" class="dot anim1 rowC" src="svg/dot.svg" alt="*" width="16" height="16" style="left:595px; top:84px;"> 

<img id="words" class="anim2" src="svg/words.svg" alt="" width="243" height="13" style="left:47px; top:125px; position:absolute;" />
<!--
<a href="https://www.linkedin.com/in/nbayless/" onMouseOver="roll('svg/resume')" onMouseOut="unroll('svg/resume')"><img id="svg/resume" class="anim3" src="svg/resume.gif" alt="resume" width="74" height="17"  style="left:290px; top:124px; position:absolute;" /></a>
<a href="http://www.krop.com/nbayless/" onMouseOver="roll('svg/portfolio')" onMouseOut="unroll('svg/portfolio')"><img id="svg/portfolio" class="anim3" src="svg/portfolio.gif" alt="portfolio" width="73" height="17" style="left:364px; top:124px; position:absolute;" /></a>
<a href="mailto:[email protected]" target="_new" onMouseOver="roll('svg/contact')" onMouseOut="unroll('svg/contact')"><img id="svg/contact" class="anim3" src="svg/contact.gif" alt="contact" width="65" height="17" style="left:437px; top:124px; position:absolute;" /></a>
-->
</div>

</body>
</html>
                               

Whois info of domain

Domain Name: SMLXL.COM
Registry Domain ID: 1108572_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.dreamhost.com
Registrar URL: http://www.DreamHost.com
Updated Date: 2025-01-25T18:21:17Z
Creation Date: 1996-02-28T05:00:00Z
Registry Expiry Date: 2027-03-01T05:00:00Z
Registrar: DreamHost, LLC
Registrar IANA ID: 431
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.7148729370
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.DREAMHOST.COM
Name Server: NS2.DREAMHOST.COM
Name Server: NS3.DREAMHOST.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-15T05:56:16Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass