Domain interz0n3-final.pages.dev
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:310c::ac42:2c60:443 · interz0n3-final.pages.dev

    2026-01-12 20:51

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 20:51:21 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 2286
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "6dcd0ac3830da0a5cc11ec54b4be03a6"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=LkbaBtSCUFPuBBZl1mx%2BLpiqMEWsBc2A7%2BSHmpV7J9Tu1VZ57xePuk%2FoXnLGbl9VmsQdTJFvlPExDKIc7s6SVdFS1ugjNJdNtvI7WBfRLwmGAJrL0%2FbzgBsxn3%2BoKxzR7qIOQes%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcf88083b80ac48-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Interzone
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <title>Interzone</title>
      <style>
        body {
          margin: 0;
          background-color: white;
          overflow: hidden;
        }
        .container {
          position: relative;
          width: 100vw;
          height: 100vh;
        }
        .symbol {
          position: absolute;
          transition: transform 0.3s ease, filter 0.3s ease;
        }
        .symbol:hover {
          transform: scale(1.05);
          filter: drop-shadow(0 0 10px cyan);
        }
        #toggleMode {
          position: fixed;
          top: 1rem;
          right: 1rem;
          padding: 0.5rem 1rem;
          font-family: monospace;
          background: black;
          color: lime;
          border: 2px solid lime;
          cursor: pointer;
          z-index: 100;
        }
      </style>
    </head>
    <body>
      <button id="toggleMode">TOGGLE MODE</button>
      <div class="container">
        <a href="about.html" class="symbol" style="top: 40%; left: 25%; width: 15%;">
          <img src="inter-logo-blue-big-left.svg" alt="About" style="width: 100%;">
        </a>
        <a href="contact.html" class="symbol" style="top: 55%; left: 60%; width: 12%;">
          <img src="zone-logo.svg" alt="Contact" style="width: 100%;">
        </a>
        <a href="inter.html" class="symbol" style="top: 70%; left: 35%; width: 18%;">
          <img src="inter-logo-blue-big right.svg" alt="Inter" style="width: 100%;">
        </a>
        <a href="archive.html" class="symbol" style="top: 80%; left: 70%; width: 10%;">
          <img src="glitch.svg" alt="Archive" style="width: 100%;">
        </a>
        <a href="micropub.html" class="symbol" style="top: 40%; left: 75%; width: 9%;">
          <img src="community-logo.svg" alt="MicroPublications" style="width: 100%;">
        </a>
        <a href="current.html" class="symbol" style="top: 65%; left: 10%; width: 12%;">
          <img src="big upper.svg" alt="Current" style="width: 100%;">
        </a>
      </div>
      <script>
        const button = document.getElementById("toggleMode");
        let isDark = false;
        button.addEventListener("click", () => {
          document.body.style.backgroundColor = isDark ? "white" : "black";
          button.style.color = isDark ? "lime" : "cyan";
          button.style.borderColor = isDark ? "lime" : "cyan";
          button.style.background = isDark ? "black" : "white";
          isDark = !isDark;
        });
      </script>
    </body>
    </html>
    
    Found 13 hours ago by HttpPlugin
    Create report
  • Open service 172.66.44.96:8443 · interz0n3-final.pages.dev

    2026-01-12 20:51

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 20:51:21 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 2286
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "6dcd0ac3830da0a5cc11ec54b4be03a6"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=PpaQbIHn65izYgh17lfWewzg01jCmQdUM82vQ6XlEYm8ojKrZImLD69gqtBpmE7ZsswzgM%2FTc4t6KwgPN9kjMHmjLrWrMGzjOhZTltp5VzO%2BxRmhufCZPe8%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcf88081f08cc62-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Interzone
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <title>Interzone</title>
      <style>
        body {
          margin: 0;
          background-color: white;
          overflow: hidden;
        }
        .container {
          position: relative;
          width: 100vw;
          height: 100vh;
        }
        .symbol {
          position: absolute;
          transition: transform 0.3s ease, filter 0.3s ease;
        }
        .symbol:hover {
          transform: scale(1.05);
          filter: drop-shadow(0 0 10px cyan);
        }
        #toggleMode {
          position: fixed;
          top: 1rem;
          right: 1rem;
          padding: 0.5rem 1rem;
          font-family: monospace;
          background: black;
          color: lime;
          border: 2px solid lime;
          cursor: pointer;
          z-index: 100;
        }
      </style>
    </head>
    <body>
      <button id="toggleMode">TOGGLE MODE</button>
      <div class="container">
        <a href="about.html" class="symbol" style="top: 40%; left: 25%; width: 15%;">
          <img src="inter-logo-blue-big-left.svg" alt="About" style="width: 100%;">
        </a>
        <a href="contact.html" class="symbol" style="top: 55%; left: 60%; width: 12%;">
          <img src="zone-logo.svg" alt="Contact" style="width: 100%;">
        </a>
        <a href="inter.html" class="symbol" style="top: 70%; left: 35%; width: 18%;">
          <img src="inter-logo-blue-big right.svg" alt="Inter" style="width: 100%;">
        </a>
        <a href="archive.html" class="symbol" style="top: 80%; left: 70%; width: 10%;">
          <img src="glitch.svg" alt="Archive" style="width: 100%;">
        </a>
        <a href="micropub.html" class="symbol" style="top: 40%; left: 75%; width: 9%;">
          <img src="community-logo.svg" alt="MicroPublications" style="width: 100%;">
        </a>
        <a href="current.html" class="symbol" style="top: 65%; left: 10%; width: 12%;">
          <img src="big upper.svg" alt="Current" style="width: 100%;">
        </a>
      </div>
      <script>
        const button = document.getElementById("toggleMode");
        let isDark = false;
        button.addEventListener("click", () => {
          document.body.style.backgroundColor = isDark ? "white" : "black";
          button.style.color = isDark ? "lime" : "cyan";
          button.style.borderColor = isDark ? "lime" : "cyan";
          button.style.background = isDark ? "black" : "white";
          isDark = !isDark;
        });
      </script>
    </body>
    </html>
    
    Found 13 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.160:443 · interz0n3-final.pages.dev

    2026-01-12 20:51

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 20:51:21 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 2286
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "6dcd0ac3830da0a5cc11ec54b4be03a6"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=JsVigDqW9Gh6DhWU1npi3UO7EWeLFTatKi6aNszXavzB5K6phGKIz4rYmFaXXn0dB9YLNVguauZVFQkQ7woMBBLReQXB8qk1yjh6NyJwLswI64CG1hbuKA8%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcf880819b4cef2-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Interzone
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <title>Interzone</title>
      <style>
        body {
          margin: 0;
          background-color: white;
          overflow: hidden;
        }
        .container {
          position: relative;
          width: 100vw;
          height: 100vh;
        }
        .symbol {
          position: absolute;
          transition: transform 0.3s ease, filter 0.3s ease;
        }
        .symbol:hover {
          transform: scale(1.05);
          filter: drop-shadow(0 0 10px cyan);
        }
        #toggleMode {
          position: fixed;
          top: 1rem;
          right: 1rem;
          padding: 0.5rem 1rem;
          font-family: monospace;
          background: black;
          color: lime;
          border: 2px solid lime;
          cursor: pointer;
          z-index: 100;
        }
      </style>
    </head>
    <body>
      <button id="toggleMode">TOGGLE MODE</button>
      <div class="container">
        <a href="about.html" class="symbol" style="top: 40%; left: 25%; width: 15%;">
          <img src="inter-logo-blue-big-left.svg" alt="About" style="width: 100%;">
        </a>
        <a href="contact.html" class="symbol" style="top: 55%; left: 60%; width: 12%;">
          <img src="zone-logo.svg" alt="Contact" style="width: 100%;">
        </a>
        <a href="inter.html" class="symbol" style="top: 70%; left: 35%; width: 18%;">
          <img src="inter-logo-blue-big right.svg" alt="Inter" style="width: 100%;">
        </a>
        <a href="archive.html" class="symbol" style="top: 80%; left: 70%; width: 10%;">
          <img src="glitch.svg" alt="Archive" style="width: 100%;">
        </a>
        <a href="micropub.html" class="symbol" style="top: 40%; left: 75%; width: 9%;">
          <img src="community-logo.svg" alt="MicroPublications" style="width: 100%;">
        </a>
        <a href="current.html" class="symbol" style="top: 65%; left: 10%; width: 12%;">
          <img src="big upper.svg" alt="Current" style="width: 100%;">
        </a>
      </div>
      <script>
        const button = document.getElementById("toggleMode");
        let isDark = false;
        button.addEventListener("click", () => {
          document.body.style.backgroundColor = isDark ? "white" : "black";
          button.style.color = isDark ? "lime" : "cyan";
          button.style.borderColor = isDark ? "lime" : "cyan";
          button.style.background = isDark ? "black" : "white";
          isDark = !isDark;
        });
      </script>
    </body>
    </html>
    
    Found 13 hours ago by HttpPlugin
    Create report
  • Open service 172.66.44.96:80 · interz0n3-final.pages.dev

    2026-01-12 20:51

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 20:51:20 GMT
    Content-Length: 0
    Connection: close
    Location: https://interz0n3-final.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=C5VMlb4zIi2fGi0aKs0SRgsKOhp0f8CaLxexmcqAfTjNjoQgJ%2BVR%2FTCBE3jAXZNXEjPYYNEePXGaoa4Yg4QpsEPiyqJIzAmAHt6vpBBi7jP3XEfvBYYcFaE%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcf8807ad668e3f-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 13 hours ago by HttpPlugin
    Create report
  • Open service 172.66.44.96:443 · interz0n3-final.pages.dev

    2026-01-12 20:51

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 20:51:20 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 2286
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "6dcd0ac3830da0a5cc11ec54b4be03a6"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=FC4qW1UHGQ6n4u5lBXEP8Fhy6bB4AcaiyRL8QMFVG6NPcOV6dM%2BUuaHEGkjK7pTZFkIBCGwjnr70%2BtYViQi%2FayyzkuTvADgFNrx1Ou3p3n3kIA0MMrfRRDI%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcf8807de3076f3-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Interzone
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <title>Interzone</title>
      <style>
        body {
          margin: 0;
          background-color: white;
          overflow: hidden;
        }
        .container {
          position: relative;
          width: 100vw;
          height: 100vh;
        }
        .symbol {
          position: absolute;
          transition: transform 0.3s ease, filter 0.3s ease;
        }
        .symbol:hover {
          transform: scale(1.05);
          filter: drop-shadow(0 0 10px cyan);
        }
        #toggleMode {
          position: fixed;
          top: 1rem;
          right: 1rem;
          padding: 0.5rem 1rem;
          font-family: monospace;
          background: black;
          color: lime;
          border: 2px solid lime;
          cursor: pointer;
          z-index: 100;
        }
      </style>
    </head>
    <body>
      <button id="toggleMode">TOGGLE MODE</button>
      <div class="container">
        <a href="about.html" class="symbol" style="top: 40%; left: 25%; width: 15%;">
          <img src="inter-logo-blue-big-left.svg" alt="About" style="width: 100%;">
        </a>
        <a href="contact.html" class="symbol" style="top: 55%; left: 60%; width: 12%;">
          <img src="zone-logo.svg" alt="Contact" style="width: 100%;">
        </a>
        <a href="inter.html" class="symbol" style="top: 70%; left: 35%; width: 18%;">
          <img src="inter-logo-blue-big right.svg" alt="Inter" style="width: 100%;">
        </a>
        <a href="archive.html" class="symbol" style="top: 80%; left: 70%; width: 10%;">
          <img src="glitch.svg" alt="Archive" style="width: 100%;">
        </a>
        <a href="micropub.html" class="symbol" style="top: 40%; left: 75%; width: 9%;">
          <img src="community-logo.svg" alt="MicroPublications" style="width: 100%;">
        </a>
        <a href="current.html" class="symbol" style="top: 65%; left: 10%; width: 12%;">
          <img src="big upper.svg" alt="Current" style="width: 100%;">
        </a>
      </div>
      <script>
        const button = document.getElementById("toggleMode");
        let isDark = false;
        button.addEventListener("click", () => {
          document.body.style.backgroundColor = isDark ? "white" : "black";
          button.style.color = isDark ? "lime" : "cyan";
          button.style.borderColor = isDark ? "lime" : "cyan";
          button.style.background = isDark ? "black" : "white";
          isDark = !isDark;
        });
      </script>
    </body>
    </html>
    
    Found 13 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.160:80 · interz0n3-final.pages.dev

    2026-01-12 20:51

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 20:51:20 GMT
    Content-Length: 0
    Connection: close
    Location: https://interz0n3-final.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vjclW%2Funrkh1YcGokr87Eqt%2FJU1lgHEi1PYeEV34CE07%2Ba4Oh4NvLkOaTiaUHcjhiponCj8%2FRn3swpOp%2FK0f7bpnUSc9OCVlEy6192%2Fj8MPRk6EGRB%2FDdlc%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcf88079ac679c5-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 13 hours ago by HttpPlugin
    Create report
  • Open service 172.66.47.160:8443 · interz0n3-final.pages.dev

    2026-01-12 20:51

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 20:51:20 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 2286
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "6dcd0ac3830da0a5cc11ec54b4be03a6"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=3zYsVNJAOkgjOOEUeoUepDT3XAL8EaIh5EYiLmzU%2BIZjW%2F8T3CpiaQyYEv%2FsVNNAamIrOlt%2F6Qj9svc3cLYBUXz29prIvmeo5cnI7%2FTam9p0VpjvVmzOUuc%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcf88074946f531-AMS
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Interzone
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <title>Interzone</title>
      <style>
        body {
          margin: 0;
          background-color: white;
          overflow: hidden;
        }
        .container {
          position: relative;
          width: 100vw;
          height: 100vh;
        }
        .symbol {
          position: absolute;
          transition: transform 0.3s ease, filter 0.3s ease;
        }
        .symbol:hover {
          transform: scale(1.05);
          filter: drop-shadow(0 0 10px cyan);
        }
        #toggleMode {
          position: fixed;
          top: 1rem;
          right: 1rem;
          padding: 0.5rem 1rem;
          font-family: monospace;
          background: black;
          color: lime;
          border: 2px solid lime;
          cursor: pointer;
          z-index: 100;
        }
      </style>
    </head>
    <body>
      <button id="toggleMode">TOGGLE MODE</button>
      <div class="container">
        <a href="about.html" class="symbol" style="top: 40%; left: 25%; width: 15%;">
          <img src="inter-logo-blue-big-left.svg" alt="About" style="width: 100%;">
        </a>
        <a href="contact.html" class="symbol" style="top: 55%; left: 60%; width: 12%;">
          <img src="zone-logo.svg" alt="Contact" style="width: 100%;">
        </a>
        <a href="inter.html" class="symbol" style="top: 70%; left: 35%; width: 18%;">
          <img src="inter-logo-blue-big right.svg" alt="Inter" style="width: 100%;">
        </a>
        <a href="archive.html" class="symbol" style="top: 80%; left: 70%; width: 10%;">
          <img src="glitch.svg" alt="Archive" style="width: 100%;">
        </a>
        <a href="micropub.html" class="symbol" style="top: 40%; left: 75%; width: 9%;">
          <img src="community-logo.svg" alt="MicroPublications" style="width: 100%;">
        </a>
        <a href="current.html" class="symbol" style="top: 65%; left: 10%; width: 12%;">
          <img src="big upper.svg" alt="Current" style="width: 100%;">
        </a>
      </div>
      <script>
        const button = document.getElementById("toggleMode");
        let isDark = false;
        button.addEventListener("click", () => {
          document.body.style.backgroundColor = isDark ? "white" : "black";
          button.style.color = isDark ? "lime" : "cyan";
          button.style.borderColor = isDark ? "lime" : "cyan";
          button.style.background = isDark ? "black" : "white";
          isDark = !isDark;
        });
      </script>
    </body>
    </html>
    
    Found 13 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2fa0:80 · interz0n3-final.pages.dev

    2026-01-12 20:51

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 20:51:20 GMT
    Content-Length: 0
    Connection: close
    Location: https://interz0n3-final.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=W4%2BdvvjUjtgxYaaK%2FZ9Nh6Bv%2BAhcoNNcPPusK7e1FKgc4wkqhv13vCTIrtGn7oNZ5fBi5K2GSCmABXKvY04kXvmsC3oSx6lJTksByvc%2FH4bMZL%2BL9vQK87j%2FumwZ4gdwZ%2FFCZzY%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcf8806cd76d36d-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 13 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c60:80 · interz0n3-final.pages.dev

    2026-01-12 20:51

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jan 2026 20:51:20 GMT
    Content-Length: 0
    Connection: close
    Location: https://interz0n3-final.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2F994pFEO%2Bgx%2Fo%2FeKXZHQgX4S7kcLn4RQrCERLmoOl8vUBxaZkc9r9LPPUOSHd0N9fAzE4PaXmEHwuFrrdZUyuJLrNGpqj9%2Fnul54hOx%2FDFVxXY6WLyl7WlhqMZDQBQsM%2BHgEfoU%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcf88069b3b3693-LHR
    alt-svc: h3=":443"; ma=86400
    
    Found 13 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2fa0:443 · interz0n3-final.pages.dev

    2026-01-12 20:51

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 20:51:20 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 2286
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "6dcd0ac3830da0a5cc11ec54b4be03a6"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2B5DMmvyaI0EiqAKrOzheDD6PEMNjZXLaPFTzDxp6mKNnKE4DLM%2FtGpZ1CKKG24LLtXR%2FQuURE9l07Ex2jomr4Zu31U9hbLk07%2B6vAxaJJELd7EgioAXjMyEcaTLgaqbQsKqOtqI%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcf88069f4a95b3-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Interzone
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <title>Interzone</title>
      <style>
        body {
          margin: 0;
          background-color: white;
          overflow: hidden;
        }
        .container {
          position: relative;
          width: 100vw;
          height: 100vh;
        }
        .symbol {
          position: absolute;
          transition: transform 0.3s ease, filter 0.3s ease;
        }
        .symbol:hover {
          transform: scale(1.05);
          filter: drop-shadow(0 0 10px cyan);
        }
        #toggleMode {
          position: fixed;
          top: 1rem;
          right: 1rem;
          padding: 0.5rem 1rem;
          font-family: monospace;
          background: black;
          color: lime;
          border: 2px solid lime;
          cursor: pointer;
          z-index: 100;
        }
      </style>
    </head>
    <body>
      <button id="toggleMode">TOGGLE MODE</button>
      <div class="container">
        <a href="about.html" class="symbol" style="top: 40%; left: 25%; width: 15%;">
          <img src="inter-logo-blue-big-left.svg" alt="About" style="width: 100%;">
        </a>
        <a href="contact.html" class="symbol" style="top: 55%; left: 60%; width: 12%;">
          <img src="zone-logo.svg" alt="Contact" style="width: 100%;">
        </a>
        <a href="inter.html" class="symbol" style="top: 70%; left: 35%; width: 18%;">
          <img src="inter-logo-blue-big right.svg" alt="Inter" style="width: 100%;">
        </a>
        <a href="archive.html" class="symbol" style="top: 80%; left: 70%; width: 10%;">
          <img src="glitch.svg" alt="Archive" style="width: 100%;">
        </a>
        <a href="micropub.html" class="symbol" style="top: 40%; left: 75%; width: 9%;">
          <img src="community-logo.svg" alt="MicroPublications" style="width: 100%;">
        </a>
        <a href="current.html" class="symbol" style="top: 65%; left: 10%; width: 12%;">
          <img src="big upper.svg" alt="Current" style="width: 100%;">
        </a>
      </div>
      <script>
        const button = document.getElementById("toggleMode");
        let isDark = false;
        button.addEventListener("click", () => {
          document.body.style.backgroundColor = isDark ? "white" : "black";
          button.style.color = isDark ? "lime" : "cyan";
          button.style.borderColor = isDark ? "lime" : "cyan";
          button.style.background = isDark ? "black" : "white";
          isDark = !isDark;
        });
      </script>
    </body>
    </html>
    
    Found 13 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c60:8443 · interz0n3-final.pages.dev

    2026-01-12 20:51

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 20:51:20 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 2286
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "6dcd0ac3830da0a5cc11ec54b4be03a6"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=jvngDT3yPU5xq366P61Tf9umtI5yWG3sOKbjkoJ%2FTPPg3pViEHQqrGSDTXauyxLDyZUdiz8awq4nlEx%2BS%2FrdunCraoLcvuyIhbpA5We3a82%2B1gVIHPgXzEslhHu%2FYjFNSM6iP48%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcf8806dded4428-LHR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Interzone
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <title>Interzone</title>
      <style>
        body {
          margin: 0;
          background-color: white;
          overflow: hidden;
        }
        .container {
          position: relative;
          width: 100vw;
          height: 100vh;
        }
        .symbol {
          position: absolute;
          transition: transform 0.3s ease, filter 0.3s ease;
        }
        .symbol:hover {
          transform: scale(1.05);
          filter: drop-shadow(0 0 10px cyan);
        }
        #toggleMode {
          position: fixed;
          top: 1rem;
          right: 1rem;
          padding: 0.5rem 1rem;
          font-family: monospace;
          background: black;
          color: lime;
          border: 2px solid lime;
          cursor: pointer;
          z-index: 100;
        }
      </style>
    </head>
    <body>
      <button id="toggleMode">TOGGLE MODE</button>
      <div class="container">
        <a href="about.html" class="symbol" style="top: 40%; left: 25%; width: 15%;">
          <img src="inter-logo-blue-big-left.svg" alt="About" style="width: 100%;">
        </a>
        <a href="contact.html" class="symbol" style="top: 55%; left: 60%; width: 12%;">
          <img src="zone-logo.svg" alt="Contact" style="width: 100%;">
        </a>
        <a href="inter.html" class="symbol" style="top: 70%; left: 35%; width: 18%;">
          <img src="inter-logo-blue-big right.svg" alt="Inter" style="width: 100%;">
        </a>
        <a href="archive.html" class="symbol" style="top: 80%; left: 70%; width: 10%;">
          <img src="glitch.svg" alt="Archive" style="width: 100%;">
        </a>
        <a href="micropub.html" class="symbol" style="top: 40%; left: 75%; width: 9%;">
          <img src="community-logo.svg" alt="MicroPublications" style="width: 100%;">
        </a>
        <a href="current.html" class="symbol" style="top: 65%; left: 10%; width: 12%;">
          <img src="big upper.svg" alt="Current" style="width: 100%;">
        </a>
      </div>
      <script>
        const button = document.getElementById("toggleMode");
        let isDark = false;
        button.addEventListener("click", () => {
          document.body.style.backgroundColor = isDark ? "white" : "black";
          button.style.color = isDark ? "lime" : "cyan";
          button.style.borderColor = isDark ? "lime" : "cyan";
          button.style.background = isDark ? "black" : "white";
          isDark = !isDark;
        });
      </script>
    </body>
    </html>
    
    Found 13 hours ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2fa0:8443 · interz0n3-final.pages.dev

    2026-01-12 20:51

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 20:51:20 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 2286
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "6dcd0ac3830da0a5cc11ec54b4be03a6"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=RNpJ4hlgWALRfQVeuZrhdomfC8z%2FRwZ7QsknSGfQ2YJt4n3wI96Y7h1kIxB7vgaEtaSguOsmMPGZteKHXvGNbkWmasmppzM%2Fag4MCGUEtC%2FHVCi3lPiGXxzPqBme3dRhIGdXBVA%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcf8806bb5a974d-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Interzone
    
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <title>Interzone</title>
      <style>
        body {
          margin: 0;
          background-color: white;
          overflow: hidden;
        }
        .container {
          position: relative;
          width: 100vw;
          height: 100vh;
        }
        .symbol {
          position: absolute;
          transition: transform 0.3s ease, filter 0.3s ease;
        }
        .symbol:hover {
          transform: scale(1.05);
          filter: drop-shadow(0 0 10px cyan);
        }
        #toggleMode {
          position: fixed;
          top: 1rem;
          right: 1rem;
          padding: 0.5rem 1rem;
          font-family: monospace;
          background: black;
          color: lime;
          border: 2px solid lime;
          cursor: pointer;
          z-index: 100;
        }
      </style>
    </head>
    <body>
      <button id="toggleMode">TOGGLE MODE</button>
      <div class="container">
        <a href="about.html" class="symbol" style="top: 40%; left: 25%; width: 15%;">
          <img src="inter-logo-blue-big-left.svg" alt="About" style="width: 100%;">
        </a>
        <a href="contact.html" class="symbol" style="top: 55%; left: 60%; width: 12%;">
          <img src="zone-logo.svg" alt="Contact" style="width: 100%;">
        </a>
        <a href="inter.html" class="symbol" style="top: 70%; left: 35%; width: 18%;">
          <img src="inter-logo-blue-big right.svg" alt="Inter" style="width: 100%;">
        </a>
        <a href="archive.html" class="symbol" style="top: 80%; left: 70%; width: 10%;">
          <img src="glitch.svg" alt="Archive" style="width: 100%;">
        </a>
        <a href="micropub.html" class="symbol" style="top: 40%; left: 75%; width: 9%;">
          <img src="community-logo.svg" alt="MicroPublications" style="width: 100%;">
        </a>
        <a href="current.html" class="symbol" style="top: 65%; left: 10%; width: 12%;">
          <img src="big upper.svg" alt="Current" style="width: 100%;">
        </a>
      </div>
      <script>
        const button = document.getElementById("toggleMode");
        let isDark = false;
        button.addEventListener("click", () => {
          document.body.style.backgroundColor = isDark ? "white" : "black";
          button.style.color = isDark ? "lime" : "cyan";
          button.style.borderColor = isDark ? "lime" : "cyan";
          button.style.background = isDark ? "black" : "white";
          isDark = !isDark;
        });
      </script>
    </body>
    </html>
    
    Found 13 hours ago by HttpPlugin
    Create report
interz0n3-final.pages.dev*.interz0n3-final.pages.dev
CN:
interz0n3-final.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-12 19:51
Not after:
2026-04-12 20:48