Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - kpfox.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/plain; charset=utf-8
Date: Tue, 06 May 2025 00:26:39 GMT
Location: https://kpfox.com/
Server: Netlify
X-Nf-Request-Id: 01JTHFSKTNZ489Y0RD3M2QTGV8
Content-Length: 33

HTTP Code 301 Moved Permanently

301 http 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://kpfox.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Age: 1
Cache-Status: "Netlify Edge"; fwd=miss
Content-Type: text/html;charset=UTF-8
Date: Tue, 06 May 2025 00:26:40 GMT
Etag: W/"6bb0-iqdpjSTLpBKof5z+hpZIog4XORM"
Server: Netlify
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Nf-Request-Id: 01JTHFSM10F4R6ZCF38FDNP6D0
Transfer-Encoding: chunked

HTTP Code 200 OK

200 http 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: kpfox.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">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
    <meta http-equiv="ScreenOrientation" content="autoRotate:disabled">
    <meta property="og:title" content="Aurora Kp Fox">
    <meta property="og:site_name" content="kpfox.com">
    <meta property="og:url" content="https://kpfox.com">
    <meta property="og:description" content="Current geomagnetic activity and aurora simulation">
    <meta property="og:type" content="website">
    <meta property="og:image" content="https://kpfox.com/image/textures/og_thumb_fox.jpg">
    <meta name="twitter:card" content="summary">
    <meta name="twitter:site" content="@jufa">
    <meta name="twitter:title" content="Aurora Kp Fox">
    <meta name="twitter:description" content="Current geomagnetic activity and aurora simulation">
    <meta name="twitter:image" content="https://kpfox.com/image/textures/og_thumb_fox.jpg">
    <title>Aurora Kp Fox</title>
    <link rel="preconnect" href="https://fonts.gstatic.com">
    <link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed&amp;display=swap" rel="stylesheet">
    <!-- Web App Data -->
    <link rel="apple-touch-icon" sizes="192x192" href="./image/icons/icon-192x192.png">
    <link rel="icon" type="image/png" sizes="72x72" href="./image/icons/icon-72x72.png">
    <link rel="manifest" href="site.webmanifest">
    <meta name="msapplication-TileColor" content="#00aba9">
    <meta name="theme-color" content="#000000">
    <style>
      html, body {
        height: 100%; 
        width: 100%;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background-color: #333;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        /* text-shadow: 0px 2px 3px #000; */
      }
      #container, #interactive {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
      }
      #meter {
        position: absolute;
        width: 100%;
        height: 40px;
        bottom: 0;
        left: 0;
        visibility: hidden;
      }
      #bar {
        position: absolute;
        width: 0%;
        height: 100%;
        bottom: 0;
        left: 0;
        opacity: 0.8
      }
      #max {
        position: absolute;
        width: 0%;
        height: 100%;
        bottom: 0;
        left: 0;
        border-right: 10px solid white;
        opacity: 0.8
      }
      #dashboard {
        width: 230px;
        height: 90px;
        position: absolute;
        bottom: 50px;
        top: auto;
        right: 0px;
        /* border: 1px solid white; */
        background-color: rgba(0,0,0,0.5);
        padding: 6px 0 6px 16px;
      }
      #instructions {
        font-size: 1.0em;
        text-align: left;
        width: 100%;
        animation: fadein 1s linear forwards;
      }
      #description {
        font-size: 0.7em;
        text-align: left;
        width: 100%;
        animation: fadein 1s linear forwards; 
        line-height:1.2em;
        opacity: 0;
      }
      #description .arrow-down {
        color:magenta;
      }
      #description .arrow-neutral {
        color: cyan;
      }
      #description .arrow-up {
        color: greenyellow;
      }
      #description .small {
        font-size: 0.85em;
      }
      #description small--hidden {
        display: none; /* we are using the graph instead */
      }
      #kp-graph-container {
        width: 100%;
        height: 20px;
        margin-top: 8px;
        float: left;
        font-size: 9px;
        text-transform: uppercase;
        color: #ccc;
        /* text-align: center; */
      }
      #kp-graph {
        width: calc(9px * 24); /* 9px unfortunately hidden in the js for drawing thre chart */
        padding-bottom: 4px;
        height: 16px;
        /* margin: 0 auto; */
        /* text-align: center; */
        /* border-bottom: 1px solid rgba(255,255,255,0.2); */
      }
      #menu {
        position: absolute;
        bottom: 80px;
        text-align: center;
        width: 100%;
        animation: fadein 1s linear forwards; 
        line-height: 1em;
        user-select: none;
        visibility: hidden;
      }
      #menu span {
        font-size: 1.5em;
        padding: 0 6px;
        margin: 0;
        line-height: 1.5em;
        cursor: pointer;
      }
      #menu .hint {
        font-size: 0.8em;
        margin: 0 0 6px 0 ;
        padding: 0;
      }
      #menu span {
        border-bottom: 6px solid rgba(255,255,255,0.0);
        border-top: 6px solid rgba(255,255,255,0.0);
      }
      #menu .selected {
        border-bottom: 6px solid white;
      }
      #menu span:not(.selected):hover {
        border-bottom: 6px solid rgba(128,255,255,0.6);
      }
      @keyframes fadeinout {
        0%,100% { opacity: 0 }
        10%,90% { opacity: 1 }
      }
      @keyframes fadein {
        0% { opacity: 0 }
        100% { opacity: 1 }
      }
      #info {
        font-size: 0.7em;
        position: absolute;
        bottom: 10px;
        left: 10px;
        opacity: 1.0;
        color: white;
      }
      #info a {
        color: white;
      }
      #fox-container {
        position: absolute;
        bottom: 2%;
        width: 100%;
        left: -40px;
        height: 50%;
        padding: 0;
        text-align: center;
        overflow: hidden;
      }
      #fox {
        position: relative;
        float: left;
        height: 100%;
        width: auto;
        overflow: hidden;
      }
      #fox img{
        height: 100%;
        width: auto;
        filter: contrast(0.8);
      }
      #foxfact-container {
        display: none;
      }
      #foxfact {
        position: absolute;
        font-size: 0.9em;
        top: 6px;
        width: 100%;
        height: auto;
        padding: 0;
        text-align: center;
        transition: opacity 0.7s;
        text-transform: none;
      }
      #foxfact .narrator {
        font-style: italic;
      }
      #ground{
        position: absolute;
        bottom: 0;
        left: 0;
        height: 180px;
        overflow: hidden;
      }
      #ground img {
        width: 100%;
        min-width: 1024px;
        height: 100%;
      }
      @media screen and (max-width: 800px) {
        #dashboard {
          top: 50px;
          bottom: auto;
          left: 0;
          padding-left: 16px;
        }
      }
      @media screen and (max-width: 420px) {
        html, body {
          font-size: 16px;
        }
      }


    </style>
    
    
    
</head>
<!-- Global site tag (gtag.js) - Google Analytics -->


<body>
  <div id="interactive">
    <div id="container"><canvas width="720" height="359" style="width: 1440px; height: 718px;"></canvas></div>
    <div id="ground" style="top: 574px; height: 144px; width: 1440px;">
      <img src="./image/textures/ground.png">
    </div>
    <div id="fox-container" style="top: 359px;">
      <div id="fox">
        <img src="./image/textures/fox.png">
      </div>
    </div>
    
    <div id="menu" style="visibility: visible; top: 578px;">
      <p class="hint">Kp is a measure of geomagnetic activity<br>Try another Kp below:</p>
      <span role="button" data-kp="0">0</span>
      <span role="button" data-kp="1">1</span>
      <span role="button" data-kp="2">2</span>
      <span role="button" data-kp="3">3</span>
      <span role="button" data-kp="4">4</span>
      <span role="button" data-kp="5">5</span>
      <span role="button" data-kp="6">6</span>
      <span role="button" data-kp="7">7</span>
      <span role="button" data-kp="8">8</span>
      <span role="button" data-kp="9">9</span>
    </div>
    <div id="dashboard">
      <div id="instructions">Checking conditions...</div>
      <ul id="foxfact-container">
        <li>🦊 Psst! KpFox here, watching the Aurora with you 🦊</li>
        <li>🦊 Try changing the aurora activity level...<br>Touch one of the numbers below, 0 to 9</li>
        <li><span class="narrator">🎤 Narrator: KpFox also has a degree in Space Physics, and is sharing what she knows with her youngest kit. Let's listen in</span></li>
        <li>🦊 Kp Level 0 is a very quiet night of aurora</li>
        <li>🦊 The main colour is <span style="color: greenyellow">green</span>, and the motion is slow and muted</li>
        <li>🦊 Kp Level 4 is Unsettled Conditions</li>
        <li>🦊 Purples and even <span style="color: crimson">red</span> may be visible above the green, and the aurora move more actively</li>
        <li><span class="narrator">🎤 Narrator: KpFox is always impressed at how humans need to label nature to understand it. The aurora know nothing about their Kp number!</span></li>
        <li>🦊 Kp Level 5 is is considered a minor geomagnetic storm.</li>
        <li>🦊 Below the <span style="color: greenyellow">green</span> curtain, a <span style="color: magenta">magenta</span> fringe might appear, moving rapidly</li>
        <li>🦊 ...the curtains twist up along their length, forming bright rays and folds</li>
        <li>🦊 Kp Level 6 and above are less common, and the aurora can appear further and further south and even overhead</li>
        <li><span class="narrator">🎤 Narrator: KpFox lives in Northern Canada, and can see them on most clear nights. Jealous!</span></li>
        <li>🦊 DYK: You can see the aurora from an airliner. They would still be 70km above you, but at least you are above the clouds</li>
        <li><span class="narrator">🎤 Narrator: KpFox has attended international conferences, hence her experience with air travel. She packs light</span></li>
        <li>🦊 The aurora aren't the same all night, the activity changes in cycles called <em>"substorms"</em>, often several a night</li>
        <li>🦊 We are looking at the most active part of a substorm, with the most colour and activity, it might last just minutes</li>
        <li>🦊 Quiz: Does the International Space Station fly through the aurora?</li>
        <li>🦊 Yes and No - most aurora is below, but the uppermost reaches can be over 350km up, where the ISS orbits</li>
        <li><span class="narrator">🎤 Narrator: KpFox applied to be an astronaut with the Canadian Space Agency. Space suit tail-oring is in progress 🤣</span></li>
        <li>🦊 Green aurora are most commonly seen. They are from excited <span style="color: greenyellow"> oxygen atoms</span>, and human eyes are most sensitive to green</li>
        <li>🦊 Oxygen higher up can also emit <span style="color: crimson">deep reds</span>, and nitrogen can emit <span style="color: magenta">magenta</span>, <span style="color: cyan">blues</span>, and <span style="color: orangered">reds</span></li>
        <li>🦊 ...with a colour palette of <span style="color: crimson">red</span>, <span style="color: greenyellow">green</span>, and <span style="color: cyan">blue</span>, almost any colour can show up because of mixing!</li>
        <li>🦊 How high does this Kp scale go? how crazy can the aurora get?</li>
        <li>🦊 Although it would be awesome if they went all the way to 11, the scale goes to Kp9, and Extreme Storm.</li>
        <li>🦊 There has not been Kp9 conditions since 2003!</li>
        <li><span class="narrator">🎤 Narrator: KpFox's great-grandmother remembers the Kp9 aurora of 2003. "Those were the days," she'd say...</span></li>
        <li>🦊 The sun is just now coming out of a period of minimum activity. This is called the Solar Cycle, and activity will peak in about 2024-2025. So will aurora!</li>
        <li>🦊 Ok, that's it for for me, I have to get this little kit off to den. Visit any time to see current Kp levels and just relax with the aurora.</li>
        <li><span class="narrator">🎤 Narrator: Thanks, KpFox, and thanks for the Thermos of coffee.</span></li>
        <li>🦊 Stay foxy 🖖 💙 💜 💚 </li>
        <li><span class="narrator">🎤 😊</span></li>
      </ul>
      <div id="description"></div>
      <div id="kp-graph-container">
        <div id="kp-graph">
      <div role="button" title="2025-05-05T04:14:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 47%, 
            #c140fa 47%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T04:19:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 47%, 
            #c140fa 47%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T04:24:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 47%, 
            #c140fa 47%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T04:29:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 47%, 
            #c140fa 47%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T04:34:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 47%, 
            #c140fa 47%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T04:39:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 47%, 
            #c140fa 47%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T04:44:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 47%, 
            #c140fa 47%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T04:49:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 44%, 
            #f131f2 44%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T04:54:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 44%, 
            #f131f2 44%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T04:59:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 44%, 
            #f131f2 44%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T05:04:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 44%, 
            #f131f2 44%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T05:09:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 44%, 
            #f131f2 44%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T05:14:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 44%, 
            #f131f2 44%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T05:19:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 44%, 
            #f131f2 44%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T05:24:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 44%, 
            #f131f2 44%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T05:29:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 44%, 
            #f131f2 44%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T05:34:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 44%, 
            #f131f2 44%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T05:39:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 44%, 
            #f131f2 44%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T05:44:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 44%, 
            #f131f2 44%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T05:49:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 44%, 
            #f131f2 44%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T05:54:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 44%, 
            #f131f2 44%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T05:59:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 44%, 
            #f131f2 44%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T06:04:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 90%, 
            #1c5687 90%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T06:09:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 84%, 
            #3483aa 84%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T06:14:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 67%, 
            #3fabd2 67%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T06:19:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 60%, 
            #a282f5 60%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T06:24:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 57%, 
            #a282f5 57%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T06:29:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 57%, 
            #a282f5 57%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T06:34:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 57%, 
            #a282f5 57%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T06:39:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 57%, 
            #a282f5 57%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T06:44:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 57%, 
            #a282f5 57%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T06:49:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 57%, 
            #a282f5 57%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T06:54:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 57%, 
            #a282f5 57%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T06:59:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 57%, 
            #a282f5 57%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T07:04:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 57%, 
            #a282f5 57%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T07:09:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 57%, 
            #a282f5 57%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T07:14:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 57%, 
            #a282f5 57%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T07:19:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 57%, 
            #a282f5 57%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T07:24:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 57%, 
            #a282f5 57%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T07:29:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 57%, 
            #a282f5 57%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T07:34:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 57%, 
            #a282f5 57%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T07:39:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 57%, 
            #a282f5 57%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T07:44:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 50%, 
            #c140fa 50%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T07:49:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 50%, 
            #c140fa 50%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T07:54:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 50%, 
            #c140fa 50%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T07:59:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 50%, 
            #c140fa 50%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T08:04:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 50%, 
            #c140fa 50%
          );
          
        "></div>
    
      <div role="button" title="2025-05-05T08:09:00" style="
          float: left;
          width: 3.5px;
          height: 100%;
          margin-left: 1px;
          background: linear-gradient(
            rgba(255,255,255,0.1) 60%, 
            #a282f5 60%
          );
          border-bottom: 1px solid #ccc
        "></div>
    </div>
        <div id="kp-graph-legend">Last 4 hours in 5 minute intervals</div>
      </div>
    </div> <!--dashboard-->
    <div id="meter">
      <div id="bar"></div>
      <div id="max"></div>
    </div>
    <div id="foxfact"></div>
    <div id="info" style="top: 698px;">KpFox 0.4.0 | JUFA Intermedia | Open Kp data from <a href="https://services.swpc.noaa.gov/json/" target="swpc">SWPC</a></div>
  </div>


</body></html>                               

Whois info of domain

Domain Name: KPFOX.COM
Registry Domain ID: 2585401160_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2024-12-18T07:27:17Z
Creation Date: 2021-01-17T22:33:16Z
Registry Expiry Date: 2026-01-17T22:33:16Z
Registrar: NameCheap, Inc.
Registrar IANA ID: 1068
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6613102107
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DNS1.P01.NSONE.NET
Name Server: DNS2.P01.NSONE.NET
Name Server: DNS3.P01.NSONE.NET
Name Server: DNS4.P01.NSONE.NET
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-06T00:26:30Z <<<
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