Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - mczak.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 18 May 2025 11:41:59 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Sun, 18 May 2025 12:41:59 GMT
Location: https://mczak.com/
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=hgISccJ%2Fiqg3HmpW89EM1HPXWSRrV9tAiW7HkDEsda3RSZ8swGb4X4yWKa%2FSTY%2BrA09ntq%2BP4TuRTO%2FzmiYxDVS4vtEZOQDNpgERWpr3AqLIgJXvo958gghX2aZDTkJlWBXoTx5v89w%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 941b16b0dd6c2c7d-FRA
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=29887&min_rtt=29887&rtt_var=14943&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

HTTP Code 301 Moved Permanently

301 status code 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://mczak.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 18 May 2025 11:41:59 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
X-Ws-Ratelimit-Limit: 1000
X-Ws-Ratelimit-Remaining: 999
Server: cloudflare
Vary: accept-encoding
Age: 206909
Cache-Control: max-age=691200
Cf-Cache-Status: HIT
Last-Modified: Fri, 16 May 2025 02:13:30 GMT
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=LoFsHYdp4sShUaihi%2FxsjXqZSLUU6FDIN61E4PgJyO7riwf%2BCr%2FkeF%2BYHq4lgDAbFyTUd0FImPBmH6tAmhO4jxD6m%2FbtdL1Xccolm2WO4wrDpI6P9g%3D%3D"}]}
CF-RAY: 941b16b19da62c22-FRA
alt-svc: h3=":443"; ma=86400

HTTP Code 200 OK

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.

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

<html lang="en"> 
<head>
<title>McZak</title>
<meta name="language" content="en">
<link rel="alternate" hreflang="de" href="https://mczak.com/de/">

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="McZak is a web technology website. We provide various resources for webmasters and information on how to use the latest web technology.">
<meta name="robots" content="index,follow">
<meta name="author" content="McZak">
<meta property="og:title" content="McZak">
<meta property="og:url" content="https://mczak.com/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://mczak.com/mczak.png">
<meta name="msapplication-square150x150logo" content="/ms-icon-150x150.png">
<meta name="msapplication-square310x310logo" content="/ms-icon-310x310.png">
<meta name="msapplication-TileColor" content="#31afb4">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.png">
<link rel="icon" type="image/png" sizes="64x64" href="/favicon-64x64.png">
<link rel="image_src" href="/mczak.png">
<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<style>
@font-face {
font-family: 'Open Sans';
font-display: auto;
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(/fonts/open-sans.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*,*::before,*::after { 
box-sizing: border-box;
}
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
width: device-width;
}
header,footer,nav,section {
display: block;
}
body {
font-family: "Open Sans", "Roboto", sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
padding-top: 54px;
margin: 0;
color: #212529;
text-align: left;
background-color: #fff;
}
@media (min-width: 992px){
 body {
  padding-top: 56px;
 }
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
p {
line-height: 1.8;
margin-top: 0;
margin-bottom: 1.5em;
}
ol,ul {
margin-top: 0;
margin-bottom: 1rem;
}
b,strong {
font-weight: bolder;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
a {
color: #006aef;
text-decoration: none;
}
a:hover {
color: #0046b3;
text-decoration: none;
}
a.external {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=) center right no-repeat;
padding-right: 13px;
}
img {
vertical-align: middle;
border-style: none;
}
img.pxup2 {
margin-bottom: 3px;
}
table {
border-collapse: collapse;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent;
}
td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e4;
}
th {
padding: 0.75rem;
vertical-align: bottom;
border-bottom: 2px solid #cdd1d2;
}
caption {
text-align: left;
}
label {
display: inline-block;
margin-bottom: .5rem;
}
button {
border-radius: 0;
overflow: visible;
text-transform: none;
-webkit-appearance: button;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
button,textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
textarea {
overflow: auto;
resize: vertical;
}
sup {
font-size: 0.72em;
margin-left: 2px;
}
h2,h3,h4,h5 {
margin-bottom: 0.6em;
font-family: inherit;
font-weight: 800;
line-height: 1.2;
}
h1 {
margin-top: 0;
margin-bottom: 0.2em;
font-size: 2.5em;
color: #000000;
}
h2 {
margin-top: 1.5em;
font-size: 2em;
color: #000000;
}
h3 {
margin-top: 1.4em;
font-size: 1.75em;
color: #06526a;
}
h4 {
margin-top: 1.3em;
font-size: 1.5em;
color: #de6a01;
}
h5 {
margin-top: 1.2em;
font-size: 1.25em;
color: #de6a01;
}
.bg-image-full {
height: 284px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
 .container {
  max-width: 540px;
 }
}
@media (min-width: 768px) {
 .container {
  max-width: 720px;
 }
}
@media (min-width: 992px) {
 .container {
  max-width: 960px;
 }
}
.navcontainer {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
 .navcontainer {
  max-width: 540px;
 }
}
@media (min-width: 768px) {
 .navcontainer {
  max-width: 720px;
 }
}
@media (min-width: 992px) {
 .navcontainer {
  max-width: 960px;
 }
}
.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover,.btn:focus {
text-decoration: none;
}
.btn:focus,.btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.btn-success:focus,.btn-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.jumbotron {
padding: 1rem 1rem;
margin-top: 1rem;
margin-bottom: 1rem;
background-color: #e9e9e9;
border-radius: 0.3rem;
}
@media (min-width: 576px) {
 .jumbotron {
  padding: 2rem 2rem;
 }
}
p.infobox {
border-left: 6px solid #1387f5;
background-color: #dcfefe;
padding: 12px;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:hover,.nav-link:focus {
text-decoration: none;
}
.nav-item {
margin-right: 14px;
}
.active a {
color: #eeeeee !important;
}
.navbar {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.navbar > .navcontainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-brand {
display: inline-block;
padding-top: 0.1125rem;
padding-bottom: 0.1125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand:hover,.navbar-brand:focus {
text-decoration: none;
}
.navbar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0;
}
.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 991.98px) {
 .navbar-nav {
  margin-top: 16px;
 }
 .navbar-expand-lg > .navcontainer {
  padding-right: 0;
  padding-left: 0;
 }
}
@media (min-width: 992px) {
 .navbar-expand-lg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
 }
 .navbar-expand-lg .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
 }
 .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
 }
 .navbar-expand-lg > .navcontainer {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
 }
 .navbar-expand-lg .navbar-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
 }
}
.navbar-dark .navbar-brand {
color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75);
}
.navbar-menu {
display: none;
}
.navbar-burger {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
border: 1px solid transparent;
border-radius: 0.25rem;
background-color: rgba(0, 0, 0, 0.1);
color: #464646;
cursor: pointer;
display: block;
height: 40px;
width: 3em;
position: relative;
margin-left: auto;
}
.navbar-burger span {
background-color: currentColor;
color: rgba(255, 255, 255, 0.75);
display: block;
height: 2px;
left: calc(50% - 8px);
position: absolute;
-webkit-transform-origin: center;
transform-origin: center;
transition-duration: 86ms;
transition-property: background-color, opacity, transform, -webkit-transform;
transition-timing-function: ease-out;
width: 20px;
}
.navbar-burger span:nth-child(1) {
top: calc(50% - 8px);
}
.navbar-burger span:nth-child(2) {
top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
top: calc(50% + 6px);
}
.navbar-burger:hover {
background-color: rgba(0, 0, 0, 0.2);
}
.navbar-burger.is-active span:nth-child(1) {
-webkit-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
-webkit-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
}

@media screen and (max-width: 1087px) {
 .navbar-menu.is-active {
  display: block;
 }
}
@media (min-width: 992px) {
 .navbar-burger {
  display: none;
 }
}
ul.bottomnav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-bottom: 0;
list-style: none;
background-color: #105571;
}
a.bottomnavlink {
display: block;
padding: 0.5rem 1rem;
color: #dddddd;
text-decoration: none;
}
a.bottomnavlink:hover,
a.bottomnavlink:focus {
color: #fefefe;
text-decoration: none;
}
.bg-dark {
background-color: #333a49;
}
.topbar {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.ml-auto {
margin-left: auto;
}
.py-5 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.text-center {
text-align: center;
}
.widgeticon {
display: inline-block;
text-align: center;
margin: 16px 24px;
}
.linktitle {
font-size: 22px;
font-weight: bold;
}
p.footstyle {
margin: 0;
text-align: center;
line-height: 2em;
color: rgba(255, 255, 255, 0.5);
}
a.footlink {
color: rgba(255, 255, 255, 0.5);
}
a.footlink:hover,
a.footlink:focus {
color: rgba(255, 255, 255, 0.75);
}
.clearit:after {
content: "";
display: table;
clear: both;
}

.contacticon {
width: 112px;
height: 112px;
margin-right: 16px;
}
#contents {
background: #f5f5f5 none repeat scroll 0 0;
border: 1px solid #ababab;
display: table;
font-size: 95%;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
padding: 12px 40px 10px 0px;
width: auto;
line-height: 1.6;
}
#contents ol {
list-style-type: none;
margin-left: 0;
margin-bottom: 0;
padding-left: 2em;
}
.contentshead {
font-weight: 800;
text-align: center;
}
.contentslist a {
margin-left: 2px;
}
.next {
margin-top: 16px;
}
.byclass {
font-size: 0.8em;
}
.imgmainframe {
margin-top: 2em;
margin-bottom: 2em;
text-align: center;
}
.imgfig {
max-width: 100%;
height: auto;
border: 0;
border-radius: 6px;
text-align: center;
}
.imgfigcaption {
margin-left: 1em;
margin-right: 1em;
font-style: italic;
text-align: center;
}
.magnifier {
width: 30px;
height: 19px;
margin-left: 2px;
}
.referencearrow {
margin-bottom: 3px;
margin-right: 2px;
}
.italictext {
font-style: italic;
}
.references {
font-size: 0.95em;
margin-left: 4px;
}
.referencebox {
padding: 1px 36px 36px 36px;
margin-top: 3em;
border: 6px solid #06526a;
background-color: #dcfefe;
border-radius: 0.3em;
line-height: 1.8;
}
:target { 
background: #d8fef7;
}
.referencebox :target { 
padding: 4px 6px 4px 6px;
background: #ffffbb;
transition: all .79s; 
}
.referencebox ol {
list-style-type: decimal;
padding: 0 0 0 28px;
}
.referencebox ul {
padding: 0 0 0 28px;
}
ul.mtop {
margin-top: 0.8em;
list-style-type: disc;
}
.examplebox {
border-left: 6px solid #4fb900;
background-color: #dcfefe;
padding: 12px;
margin-top: 8px;
margin-bottom: 8px;
font-size: 16px;
}
.examplebox ul {
margin: 0;
padding-left: 16px;
list-style-type: disc;
}
.languagedrop {
position: relative;
display: inline-block;
}
.languagedrop-content {
display: none;
position: absolute;
background-color: #c3fef7;
color: #010101;
min-width: 160px;
padding: 2px 2px;
z-index: 1;
border: 3px solid #010101;
}
.languagedrop:hover .languagedrop-content {
display: block;
}
</style>
<style>
.hidden {
opacity:0;
}
.console-container {
font-size: 4em;
font-weight: bold;
}
.console-underscore {
display: inline-block;
position: relative;
top: -0.14em;
left: 10px;
}
</style>

</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark topbar">
<div class="navcontainer">


<a class="navbar-brand" href="/"><img height="32" width="145" src="data:image/png;base64,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" alt="McZak"></a>
<div class="navbar-burger burger" data-target="navbarMenu">
<span></span><span></span><span></span>
</div>
<div id="navbarMenu" class="navbar-menu navbar-collapse">
<ul class="navbar-nav ml-auto">

<li class="nav-item active">
<a class="nav-link" href="/">Home</a>
</li>   
<li class="nav-item">
<a class="nav-link" href="/code/">Website Widgets</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/cloudflare/">Cloudflare</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/about/">About</a>
</li>


</ul>
</div>
</div>
</nav>

<header class="py-5 bg-image-full" style="background-image: url('/images/homepagebg-284h.jpg');"></header>

<section class="py-5">
<div class="container">
<h1>Web Technology & Webmaster Resources</h1>
<div class='console-container'><span id='text'></span><div class='console-underscore' id='console'>&#95;</div></div>
<br>

<div class="jumbotron">
<h2>Free HTML, CSS and JavaScript Code</h2>
<br>
<svg width="96" height="96" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M278.9 511.5l-61-17.7c-6.4-1.8-10-8.5-8.2-14.9L346.2 8.7c1.8-6.4 8.5-10 14.9-8.2l61 17.7c6.4 1.8 10 8.5 8.2 14.9L293.8 503.3c-1.9 6.4-8.5 10.1-14.9 8.2zm-114-112.2l43.5-46.4c4.6-4.9 4.3-12.7-.8-17.2L117 256l90.6-79.7c5.1-4.5 5.5-12.3.8-17.2l-43.5-46.4c-4.5-4.8-12.1-5.1-17-.5L3.8 247.2c-5.1 4.7-5.1 12.8 0 17.5l144.1 135.1c4.9 4.6 12.5 4.4 17-.5zm327.2.6l144.1-135.1c5.1-4.7 5.1-12.8 0-17.5L492.1 112.1c-4.8-4.5-12.4-4.3-17 .5L431.6 159c-4.6 4.9-4.3 12.7.8 17.2L523 256l-90.6 79.7c-5.1 4.5-5.5 12.3-.8 17.2l43.5 46.4c4.5 4.9 12.1 5.1 17 .6z"/></svg>
<br><br>
<p>The McZak project provides you with open source <a href="/code/">HTML and JavaScript widgets</a>
 for your website. You can either embed the code directly in your website or download the related files.</p>
</div>

<script>
consoleText(['Hello.', 'This is the McZak website.', 'Welcome!', 'I am the McZak bot.', 'No, I\'m joking, I\'m just a piece of simple JavaScript code. :)'], 'text',['#105571','#105571','#105571','#105571','#105571']);
function consoleText(words, id, colors) {
  if (colors === undefined) colors = ['#fff'];
  var visible = true;
  var con = document.getElementById('console');
  var letterCount = 1;
  var x = 1;
  var waiting = false;
  var target = document.getElementById(id)
  target.setAttribute('style', 'color:' + colors[0])
  window.setInterval(function() {

    if (letterCount === 0 && waiting === false) {
      waiting = true;
      target.innerHTML = words[0].substring(0, letterCount)
      window.setTimeout(function() {
        var usedColor = colors.shift();
        colors.push(usedColor);
        var usedWord = words.shift();
        words.push(usedWord);
        x = 1;
        target.setAttribute('style', 'color:' + colors[0])
        letterCount += x;
        waiting = false;
      }, 1000)
    } else if (letterCount === words[0].length + 1 && waiting === false) {
      waiting = true;
      window.setTimeout(function() {
        x = -1;
        letterCount += x;
        waiting = false;
      }, 1000)
    } else if (waiting === false) {
      target.innerHTML = words[0].substring(0, letterCount)
      letterCount += x;
    }
  }, 120)
  window.setInterval(function() {
    if (visible === true) {
      con.className = 'console-underscore hidden'
      visible = false;

    } else {
      con.className = 'console-underscore'

      visible = true;
    }
  }, 400)
}
</script>

</div>
</section>

<ul class="bottomnav">
 <li class="nav-item">
  <a class="bottomnavlink" href="/code/clock/">Clock</a>
 </li>
 <li class="nav-item">
  <a class="bottomnavlink" href="/code/calculator/">Calculator</a>
 </li>
 <li class="nav-item">
  <a class="bottomnavlink" href="/code/ip/">IP</a>
 </li>
 <li class="nav-item">
  <a class="bottomnavlink" href="/code/colorpicker/">Color Picker</a>
 </li>
 <li class="nav-item">
  <a class="bottomnavlink" href="/code/piano/">Piano</a>
 </li>
 <li class="nav-item">
   <a class="bottomnavlink" href="/code/sudoku/">Sudoku</a>
 </li>
</ul>



<footer class="py-5 bg-dark">
 <div class="container">
  <p class="footstyle">Copyright &copy; <img class="pxup2" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAAASCAMAAAD/qnnFAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAEXUExURQAAABFWchFVcRFXchBVcRBUcRFWchBUcBBUcBBVcRFYcxFWcxBVcRFYcxBVchBVchBWchFWchBVcRBVcRFVcRFYcxBVcRBVcSJ0hxBVcRBVchNeeDF9jRltghdnfhFVchNddhhpfjGvtBBVcTCus7jd3xFYcxpwgxNddieTnhZlfB12iC6jqyWNmSKBkLbb3TewtSB6iy6nrS+qsBVierDZ26vV2Cyepyqao4/KzqfO0qDJzU61uaXT1oK2vYDEyD6xthhqf165vSOHlVO3u0WzuJvQ0x99jcPi5JfMz0WOmmi8wL3g4pfDx3OrsjGEk3C/w2aiqz6orz6Jl1ufqY7AxWeyuFavtaDR03bAxEWUn1SYozKTnaT3DvMAAABcdFJOUwCN/MUcEOwDCSTNpVG6mT6D21x497AtRv1qNOL88uPj9Pz////////////////////////////////////////////////////////////////////////////+HN8bPwAABCBJREFUOMuNVNWW6zgQtB1DmHkyJMkyUwxxmJkzPHf//ztWmdw9u297+0E6brXqqMrVTVGUUM+mYxTF0XeppEDdgsvks+lSJJ6q/E4k/3P4vxGLNAZSgqLo17bCJH9S0cT98TzYd4LOMRe9VaUGB7n2p5DZgzVUeI57sHpITf+k6pooBu2v7awXMrFbVdzaSqk/hSx1tkDHmcyLD4BU+kmxT21wixa8MRdy4kiL/yFzIW71APKy9IDAXB/ClVmhZLZCZfrRBgrMC7FylIreibYWj8Ziv1F/kpTAxqL/wHD/QkYfxBEAWiRuza6bkH9wnrKxHISwsZo05RybqD7Hy9wDgXxMVJ8KN/1TznOE40rV50hGiKULMbZ0R3P5wk0l9n5HCBpM47pp8drGWodMkssk7/0h0oqVxMCaLXP5ewto1cFaKV5vxR66fk9NlAZBz3gupb9fn+7e3r27Xy98/gpZbogEK4TnPgLA4RurLZpPeTaa2n+iKaQrm9UIfZw9SQTLYDjXMfGEkOp+AluXX1Z28+OiMvvAPPfB9Jc1CosZAlnZBOh96Mrdk74ADu620fLzgmn6YIEWjkRTnSFy/LYhiej1bfOpQ+Kk5K8VUM5rad9G0mFtwO6X0p+MjP520sQFInb+tQ++LbAUbYWs1Z1tVHchlF5W86bKl4ksI0W1bEcT0bzx6iuQL3Gl7pcu74eqNW/J1kSH3a096G4v+/0whHyKpQqHNdJ29sVyTcJtY7ne+1qVXeuENCZPOPhI0iwkOSJoyp2hJOtylvwq0wyOqogM2bKbuDMBZmfS+w4mBgxJ19BvQ+QFE7vXcixgboIQqh6ctvtEyATLFs59Fxs+Uk0LhOe+AZ0mTt/5riePoWShJexOmmZ/htTODEjWyPTccYRKdE8uvnpyeoWsLhRin/F8ZYeyd38v4cOiBS8B8lo+as7JWSuU+OLbhwwhDn2kyVfr9Wc67vR0dWdrUx3TVKpD1Nj4AI0JNxMO3sfeMVic5l1LFHeBRp49bq9nyshHDlocTdAfGvBlsZSlAUk7LzukmJ2egjtzRe6PFHfKZKj4uteC6sLWseYjE1ZPqO1/GW7vazaySTt5i9Hbm9QE7gKpymklXkSkQ/ndPgWLvxpb/XPbwrDbM+BhbsIjInpHolTC0Q3mcTyVGPnVNfnIsol0DWoIIOTqCi5W9YsGZcdTWrKsuK3xh+4wabWFXAMXVaMZenzkqE8hVnEup5rjqzHZOMZ8Of3IZ7OMjHOxuKziYjY3lsYehpBPRjBm6EI8XoRMqijjIoOZdJRmVBmm6jSPIV+pP0L4mE8n6iydy/20T7RSq5OVo4RyIVunuFo6W6bKiVSCLuTrHBVNZsnsFQQ2kyEFhXKlliGfFTqdJBODrdXY67xOln8PjOsU+Ruu27zDi2ZyLQAAAABJRU5ErkJggg==" title="McZak" alt="McZak"> |

 <a class="footlink" href="/legal/">Legal Disclosure</a> | <a class="footlink" href="/privacy/">Privacy Policy</a> | <a class="footlink" href="/about/">About McZak</a>
 | <span class="languagedrop">Language ⮟
<span class="languagedrop-content">
<a href="https://mczak.com/">English</a> | <a href="https://mczak.com/de/">German</a>
</span>
</span>
</p>

 </div>
</footer>
<script>(function() {
var burger = document.querySelector('.burger');
var menu = document.querySelector('#'+burger.dataset.target);
burger.addEventListener('click', function() {
burger.classList.toggle('is-active');
menu.classList.toggle('is-active');
});
})();</script>
</body>
</html>                               

Whois info of domain

Domain Name: MCZAK.COM
Registry Domain ID: 2143029623_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.ionos.com
Registrar URL: http://www.ionos.com
Updated Date: 2024-07-14T07:49:16Z
Creation Date: 2017-07-14T02:49:33Z
Registry Expiry Date: 2025-07-14T02:49:33Z
Registrar: IONOS SE
Registrar IANA ID: 83
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6105601459
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: ELMO.NS.CLOUDFLARE.COM
Name Server: WANDA.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-18T11:41:45Z <<<
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