Domain justa.website
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:20::681a:fe0:8443 · justa.website

    2026-01-09 14:47

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 14:47:23 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Speculation-Rules: "/cdn-cgi/speculation"
    referrer-policy: same-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=yqYqnep6di2UX0XziJJNPEUSjCGrXSgnFIwtq36Z0a0OizYLrtRKRM2TFfC5SE9cfV89i4gvGzGCqftH3vgWT0EyYu%2FsBzWA5alYgQcFXZroYwsh2lFudD4%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=38
    Strict-Transport-Security: max-age=2592000; includeSubDomains
    CF-RAY: 9bb4bac2f9751ff0-SJC
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 104.26.15.224:8443 · justa.website

    2026-01-09 14:47

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 14:47:23 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Speculation-Rules: "/cdn-cgi/speculation"
    referrer-policy: same-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=QvIN4awxE9SxOVGfH04YpuuBq%2FRbAqYyW%2F%2Fzk1LWCiWt8RwFX8u5pyHvTIJ1IgnAC6%2FtpA%2BwOVKAiIMevDD%2FGIWkPnVOnNiw52bkqDU%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=45
    Strict-Transport-Security: max-age=2592000; includeSubDomains
    CF-RAY: 9bb4bac2e90267ca-SJC
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:fe0:443 · justa.website

    2026-01-09 14:47

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 14:47:23 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    referrer-policy: same-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=8NvcnaLeYd26U9lsCYjCN3F9B253991nMHic91tFJ6oDVnj399W70Bpgu0OoUg4B1fruG7YDM6mKD%2FN50Lk4NW7OjhLgIzNiHXgquA0%3D"}]}
    Strict-Transport-Security: max-age=2592000; includeSubDomains
    Speculation-Rules: "/cdn-cgi/speculation"
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Age: 13529
    cf-cache-status: HIT
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="HIT"
    Server-Timing: cfEdge;dur=11,cfOrigin;dur=0
    CF-RAY: 9bb4bac268d5d25e-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:20::ac43:4855:443 · justa.website

    2026-01-09 14:47

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 14:47:23 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    referrer-policy: same-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=8NvcnaLeYd26U9lsCYjCN3F9B253991nMHic91tFJ6oDVnj399W70Bpgu0OoUg4B1fruG7YDM6mKD%2FN50Lk4NW7OjhLgIzNiHXgquA0%3D"}]}
    Strict-Transport-Security: max-age=2592000; includeSubDomains
    Speculation-Rules: "/cdn-cgi/speculation"
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Age: 13528
    cf-cache-status: HIT
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="HIT"
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=0
    CF-RAY: 9bb4bac25f30d346-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 104.26.15.224:443 · justa.website

    2026-01-09 14:47

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 14:47:23 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    referrer-policy: same-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=8NvcnaLeYd26U9lsCYjCN3F9B253991nMHic91tFJ6oDVnj399W70Bpgu0OoUg4B1fruG7YDM6mKD%2FN50Lk4NW7OjhLgIzNiHXgquA0%3D"}]}
    Strict-Transport-Security: max-age=2592000; includeSubDomains
    Speculation-Rules: "/cdn-cgi/speculation"
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Age: 13528
    cf-cache-status: HIT
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="HIT"
    Server-Timing: cfEdge;dur=12,cfOrigin;dur=0
    CF-RAY: 9bb4bac259555d7d-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:ee0:8443 · justa.website

    2026-01-09 14:47

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 14:47:23 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Speculation-Rules: "/cdn-cgi/speculation"
    referrer-policy: same-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=3F11ZqVe4xNEkzg7HapGSpljdzRphNZFNpGeGgVjXuQWIGAes3PiCpkmn4qrX5r%2BqCbAAJXBXlCNBCc0qH0jWsLmJDLzx0boH%2BwzW6NkYqeAuKKKH%2BlT4OY%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=16,cfOrigin;dur=76
    Strict-Transport-Security: max-age=2592000; includeSubDomains
    CF-RAY: 9bb4bac27bd57d93-LHR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:fe0:80 · justa.website

    2026-01-09 14:47

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 09 Jan 2026 14:47:23 GMT
    Content-Length: 0
    Connection: close
    Location: https://justa.website/
    x-content-type-options: nosniff
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=UMo8goyV1z8gHInd%2FmrWx7g9KHZFLhxNGLwF9t8zBk5Vua6%2BVETD4nd5R7VB9dQwASmhEVjKBCjTEuufLQsAb3Ixd5HVgg4%2FQZcBzevumm8FZzEldeg%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server-Timing: cfEdge;dur=19,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bb4bac24c0857b0-EWR
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:ee0:80 · justa.website

    2026-01-09 14:47

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 09 Jan 2026 14:47:23 GMT
    Content-Length: 0
    Connection: close
    Location: https://justa.website/
    x-content-type-options: nosniff
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9Iq4yNTIazce7m%2FM53XqwySzQ7KjIBMqi%2BXJKRk0fOmWnf6EugbKGz%2FCBR%2F62MwPSsSTbNCzzbe4re%2BX01FSdXtO7NrXl%2FdRGp4A%2FO1YyiKwsdth3A%2FFuQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bb4bac21b5d086e-EWR
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:20::ac43:4855:8443 · justa.website

    2026-01-09 14:47

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 14:47:23 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Speculation-Rules: "/cdn-cgi/speculation"
    referrer-policy: same-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=RPkdSEArHsnJ0BKgyrRSB2Mi83zR7BcakO9rKOJ2KWhHWRto01HfhAknqHGzlIk%2F%2BxeL3lvuTLINk0vFcWN%2FSbuTJajDjcUj2Io4piL57iVaNOpxZ2mG98k%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=62
    Strict-Transport-Security: max-age=2592000; includeSubDomains
    CF-RAY: 9bb4bac24a0aabb1-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:ee0:443 · justa.website

    2026-01-09 14:47

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 14:47:23 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    Speculation-Rules: "/cdn-cgi/speculation"
    referrer-policy: same-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=gUUhHInrRhD05tIWgA4Az9c0fa%2BEsWcBN7IcpHURthPVViU7anOpfY8RBMieLrGF7qrBQUUR6Rr79vP8FucYxcoOuuthKrikENLISKcTSiRcQJhiC%2FmVzlY%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Accept-Ranges: bytes
    cf-cache-status: MISS
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="MISS"
    Server-Timing: cfEdge;dur=17,cfOrigin;dur=97
    Strict-Transport-Security: max-age=2592000; includeSubDomains
    CF-RAY: 9bb4bac20cf1ac39-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.67.72.85:8443 · justa.website

    2026-01-09 14:47

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 14:47:23 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Speculation-Rules: "/cdn-cgi/speculation"
    referrer-policy: same-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=MZkx0cBo29iremmdgdXRo9X2%2BVdKekRcOe8h4LdOlNEdRRTdE06gORFIZ4HeqxWARyn9P3gQrhTw8XkKvzMXOMOp%2BUlfdLg1EB1x1WQ%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=224
    Strict-Transport-Security: max-age=2592000; includeSubDomains
    CF-RAY: 9bb4bac22a157a9c-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 104.26.14.224:8443 · justa.website

    2026-01-09 14:47

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 14:47:23 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Speculation-Rules: "/cdn-cgi/speculation"
    referrer-policy: same-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=e1BAfZ4RHIdwuBtWi7kiN59e09%2FrITAptgB6YBQm1d1v6cRY6ExcvG4krQS%2BVV1P%2Fvc8zzQ6%2FQEma50GwgT9wBu%2BHHwPQ83nA1lJPhg%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=20,cfOrigin;dur=197
    Strict-Transport-Security: max-age=2592000; includeSubDomains
    CF-RAY: 9bb4bac1fb514205-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 104.26.15.224:80 · justa.website

    2026-01-09 14:47

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 09 Jan 2026 14:47:23 GMT
    Content-Length: 0
    Connection: close
    Location: https://justa.website/
    x-content-type-options: nosniff
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=fEBIxu0KAiDTQfKZN74jSuhjEYSQ%2BDA5QAkPe7ryeBp46e%2BXbH4G3bJi%2BDvM84bvK1jT9%2FmYp4vdCcbU6pKz2PQUj34HvEyXuyPNkg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bb4bac1d856c8de-SJC
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.67.72.85:80 · justa.website

    2026-01-09 14:47

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 09 Jan 2026 14:47:23 GMT
    Content-Length: 0
    Connection: close
    Location: https://justa.website/
    x-content-type-options: nosniff
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=2QGmkuNmcmdjToEHdZ8VbvbBmDrelZHpCnp2XdSvk%2F6ItOZYDqegN527W3yRGGzJUfJ%2Bmn%2BwdKN6EU6%2BhGVKTQf0VXs4sXFqODiFFg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server-Timing: cfEdge;dur=14,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bb4bac1cc568709-AMS
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:20::ac43:4855:80 · justa.website

    2026-01-09 14:47

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 09 Jan 2026 14:47:23 GMT
    Content-Length: 0
    Connection: close
    Location: https://justa.website/
    x-content-type-options: nosniff
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=YjqSgAh5PjxRzoCyVFsrdkNdFpH%2BiqADbFkTYpSH34DpZ%2FSdTbOOO9hae6n3nCn2Cq59Qm%2Bi6mxy8jjG%2FlWPyhDjuR8tiTuasoc0YGadpMj5Q0AlxtsP%2FQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server-Timing: cfEdge;dur=12,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bb4bac1bb563c7d-SJC
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.67.72.85:443 · justa.website

    2026-01-09 14:47

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 14:47:23 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    referrer-policy: same-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=GI0P0%2B4nlhWWkZ1XcVMBF4kqMf2ErDJxUaC7ZrX4aast7UEUa3Mb5O9WYnUxj%2FX%2ByIfw%2F3n0bcxICW443yjDSfnHjIGNqQrAi4smkHo%3D"}]}
    Strict-Transport-Security: max-age=2592000; includeSubDomains
    Speculation-Rules: "/cdn-cgi/speculation"
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Age: 243771
    cf-cache-status: HIT
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="HIT"
    Server-Timing: cfEdge;dur=17,cfOrigin;dur=0
    CF-RAY: 9bb4bac1be2c33d5-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 104.26.14.224:443 · justa.website

    2026-01-09 14:47

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 14:47:23 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    referrer-policy: same-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=GI0P0%2B4nlhWWkZ1XcVMBF4kqMf2ErDJxUaC7ZrX4aast7UEUa3Mb5O9WYnUxj%2FX%2ByIfw%2F3n0bcxICW443yjDSfnHjIGNqQrAi4smkHo%3D"}]}
    Strict-Transport-Security: max-age=2592000; includeSubDomains
    Speculation-Rules: "/cdn-cgi/speculation"
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Age: 243771
    cf-cache-status: HIT
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="HIT"
    Server-Timing: cfEdge;dur=16,cfOrigin;dur=0
    CF-RAY: 9bb4bac1af1ec698-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 104.26.14.224:80 · justa.website

    2026-01-09 14:47

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 09 Jan 2026 14:47:23 GMT
    Content-Length: 0
    Connection: close
    Location: https://justa.website/
    x-content-type-options: nosniff
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=PZeYMwHBqv1qJF3gYiPEKWwgYAUw00y3ILh9okFh6QLQMGh9dYti6Lh3N%2FAbXz8Kg8IdhgP%2BTCoy178YsyPabPQuh9VzkjyM3uSkLQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server-Timing: cfEdge;dur=16,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9bb4bac19fa8ac9a-YYZ
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:ee0:8443 · cd.justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-Cache-Status: HIT
    Cache-Control: public, max-age=0, must-revalidate
    x-xss-protection: 1; mode=block
    Speculation-Rules: "/cdn-cgi/speculation"
    Vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="HIT"
    Server-Timing: cfEdge;dur=14,cfOrigin;dur=0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KBh5flto1EIw1pNmGoFQffRwrij4qtJq8ube2Mual0a9oPQq%2Bi3IagwiJrlmOC8ectVRQpmY5EWVuHE2FQuZaTQ3WlemC4e1TN2hho%2BWNgig7kYlD6%2BpPXs93g%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b6b0f08cfd7ebb8-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Vite + React + TS
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Vite + React + TS</title>
        <script type="module" crossorigin src="/assets/index-CIQyycsM.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-B0_8hrbD.css">
      </head>
      <body>
        <div id="root"></div>
        <script>
            window.addEventListener('error', (event) => {
              const isOurAppError = event.filename && event.filename.startsWith(window.location.origin);
              if (isOurAppError) {
                navigator.sendBeacon('/api/client-errors', JSON.stringify({
                  message: event.message,
                  url: window.location.href,
                  userAgent: navigator.userAgent,
                  source: event.filename,
                  lineno: event.lineno,
                  colno: event.colno,
                  stack: event.error ? event.error.stack : null,
                  timestamp: new Date().toISOString()
                }));
              }
            }, true);
        </script>
      <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"459a2565ef444d41a0da948976d75e41","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:fe0:443 · cd.justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-Cache-Status: MISS
    Cache-Control: public, max-age=0, must-revalidate
    x-xss-protection: 1; mode=block
    Speculation-Rules: "/cdn-cgi/speculation"
    Vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="MISS"
    Server-Timing: cfEdge;dur=184,cfOrigin;dur=0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XQRT26qgA2FIdYCS1dG0SMp%2BY2jD2D8QJdzycD7lhmj%2FR8nYi%2B4hB3fBgKrVgWOiM659QaKXtnhaHsTDdmAh1AYTxxo%2FjZ%2FZzBWLlrZPcxtNEmiFQnAA8tOHmw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b6b0f080e6cce4d-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Vite + React + TS
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Vite + React + TS</title>
        <script type="module" crossorigin src="/assets/index-CIQyycsM.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-B0_8hrbD.css">
      </head>
      <body>
        <div id="root"></div>
        <script>
            window.addEventListener('error', (event) => {
              const isOurAppError = event.filename && event.filename.startsWith(window.location.origin);
              if (isOurAppError) {
                navigator.sendBeacon('/api/client-errors', JSON.stringify({
                  message: event.message,
                  url: window.location.href,
                  userAgent: navigator.userAgent,
                  source: event.filename,
                  lineno: event.lineno,
                  colno: event.colno,
                  stack: event.error ? event.error.stack : null,
                  timestamp: new Date().toISOString()
                }));
              }
            }, true);
        </script>
      <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"459a2565ef444d41a0da948976d75e41","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 104.26.15.224:80 · cd.justa.website

    2025-12-31 16:12

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://cd.justa.website/
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Zyf3vVEOSHL%2FgMrQWFpMU3jopis2kG6wv8MOJt701xrWOUx0YhtCfZgSqIMxP44wzgDY%2BBAwK2ZxHoWvJEpHmzfEmla%2BRJMLHaSiqHzRxw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b6b0f07aac60c69-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:fe0:80 · cd.justa.website

    2025-12-31 16:12

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://cd.justa.website/
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QfUa7ZEdgElT3KZAUFiz6eISNeK7xO%2Fl9uR00XhaazMBPiR%2BwcHu4BGkSIaL687EsH628RyPwtpJ69aZAPVCd%2FO98ZkzZztLMWOUSbGoB6%2Fzrvk80vTa2VhpiQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b6b0f079fe19cdb-SIN
    alt-svc: h3=":443"; ma=86400
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:fe0:8443 · cd.justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-Cache-Status: HIT
    Cache-Control: public, max-age=0, must-revalidate
    x-xss-protection: 1; mode=block
    Speculation-Rules: "/cdn-cgi/speculation"
    Vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="HIT"
    Server-Timing: cfEdge;dur=104,cfOrigin;dur=0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=OwISDjtT91KcrERKyB32Ex%2BSHUCcOiqySW0v4xl9RiGRXFmpBrBnWJQsGCijqfR959U4coa4qJ7T6u6UR4EJ5V16kx7oN4lNaGUuUrUxhXXBjGj5Au6PoExYrA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b6b0f075e98efa7-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Vite + React + TS
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Vite + React + TS</title>
        <script type="module" crossorigin src="/assets/index-CIQyycsM.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-B0_8hrbD.css">
      </head>
      <body>
        <div id="root"></div>
        <script>
            window.addEventListener('error', (event) => {
              const isOurAppError = event.filename && event.filename.startsWith(window.location.origin);
              if (isOurAppError) {
                navigator.sendBeacon('/api/client-errors', JSON.stringify({
                  message: event.message,
                  url: window.location.href,
                  userAgent: navigator.userAgent,
                  source: event.filename,
                  lineno: event.lineno,
                  colno: event.colno,
                  stack: event.error ? event.error.stack : null,
                  timestamp: new Date().toISOString()
                }));
              }
            }, true);
        </script>
      <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"459a2565ef444d41a0da948976d75e41","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 172.67.72.85:80 · cd.justa.website

    2025-12-31 16:12

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://cd.justa.website/
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QGOfSv0yDaeSd%2BMmkbGYHGoQzBCMCRgM2aCySppHjUJwVvqapeyKdnpHn19x%2BijwDeoZL0ojn%2BggrfCoxxuqO5Vzs4BXGNDZDwN%2FLAQCcQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server-Timing: cfEdge;dur=11,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b6b0f075db5af27-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:4700:20::ac43:4855:443 · cd.justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-Cache-Status: HIT
    Cache-Control: public, max-age=0, must-revalidate
    x-xss-protection: 1; mode=block
    Speculation-Rules: "/cdn-cgi/speculation"
    Vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="HIT"
    Server-Timing: cfEdge;dur=26,cfOrigin;dur=0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=iWgdncDdfpBW8GhtNgwAbtb3yYHqedaeVqyAvagxrBFTEkqGl1Ee%2FNy8jedvuKR4Mq6iHkzh7r6cz10fL0svRU30snVm1MV91ksNXf%2BGX%2FrO9O1qFiAzW2mL6w%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b6b0f077eb59076-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Vite + React + TS
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Vite + React + TS</title>
        <script type="module" crossorigin src="/assets/index-CIQyycsM.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-B0_8hrbD.css">
      </head>
      <body>
        <div id="root"></div>
        <script>
            window.addEventListener('error', (event) => {
              const isOurAppError = event.filename && event.filename.startsWith(window.location.origin);
              if (isOurAppError) {
                navigator.sendBeacon('/api/client-errors', JSON.stringify({
                  message: event.message,
                  url: window.location.href,
                  userAgent: navigator.userAgent,
                  source: event.filename,
                  lineno: event.lineno,
                  colno: event.colno,
                  stack: event.error ? event.error.stack : null,
                  timestamp: new Date().toISOString()
                }));
              }
            }, true);
        </script>
      <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"459a2565ef444d41a0da948976d75e41","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:4700:20::ac43:4855:80 · justa.website

    2025-12-31 16:12

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://justa.website/
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=eV3Pv%2FEI5ymXbmmpOQCEQtEiJqrwbKEDsrmLjI1UkUlt1sANYqFDnM0YzSLfL9Il%2FEOKvEoDsG%2FklcBVd1vkpew35aQqRzsrSlpawhU8x9t4hStJ5bod3A%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server-Timing: cfEdge;dur=19,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b6b0f076c381e5b-FRA
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 172.67.72.85:443 · justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    Speculation-Rules: "/cdn-cgi/speculation"
    referrer-policy: same-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=0v%2FRrK560e%2FhEm1vIipGCwiCXARcR%2BnUjEpTLXfNAz15Np7JGmJaHhhIeWtGhox5vlxFCx03DDQQ0nmYa98ARuOaKw%2BCYZPXEK8Z670%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Accept-Ranges: bytes
    cf-cache-status: MISS
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="MISS"
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=179
    CF-RAY: 9b6b0f06ffc5c1f7-BLR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 104.26.14.224:80 · justa.website

    2025-12-31 16:12

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://justa.website/
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=uhTYS8zIejRcEhXtf9AqO8JSW2JQMpBHAL3Ma4oadA7Z%2FsriVfKtpcCobY1l7GiUqFgz5oNKvlVUeuYd0NI%2FadtVGdboX8TITdJ1TA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server-Timing: cfEdge;dur=16,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b6b0f072c3c0e37-AMS
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 172.67.72.85:8443 · justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Speculation-Rules: "/cdn-cgi/speculation"
    referrer-policy: same-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=NnzPvz1J8WsPcyHZogYL4WyCT%2FpicUUA2tFFMk9q3XvUaLYVAKXPjCqJXK3nFH8JZtsAeLDWJUQHVpt3zDMlyBrXPslrQ%2FiHC%2BYFPrY%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=56
    CF-RAY: 9b6b0f073a531707-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 172.67.72.85:443 · cd.justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-Cache-Status: HIT
    Cache-Control: public, max-age=0, must-revalidate
    x-xss-protection: 1; mode=block
    Speculation-Rules: "/cdn-cgi/speculation"
    Vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="HIT"
    Server-Timing: cfEdge;dur=99,cfOrigin;dur=0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=as8aq%2BIOKpoLl82RsMVnFDsv6Y5Op3dGA4pNsKwgOLUAB%2F6oV0EuPn7Ea6D8FaFrRSks4SFHjT9VBVdUNL5tsigzsKLfxBr1Zz1CUPj7xQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b6b0f073e96076d-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Vite + React + TS
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Vite + React + TS</title>
        <script type="module" crossorigin src="/assets/index-CIQyycsM.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-B0_8hrbD.css">
      </head>
      <body>
        <div id="root"></div>
        <script>
            window.addEventListener('error', (event) => {
              const isOurAppError = event.filename && event.filename.startsWith(window.location.origin);
              if (isOurAppError) {
                navigator.sendBeacon('/api/client-errors', JSON.stringify({
                  message: event.message,
                  url: window.location.href,
                  userAgent: navigator.userAgent,
                  source: event.filename,
                  lineno: event.lineno,
                  colno: event.colno,
                  stack: event.error ? event.error.stack : null,
                  timestamp: new Date().toISOString()
                }));
              }
            }, true);
        </script>
      <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"459a2565ef444d41a0da948976d75e41","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 104.26.14.224:8443 · cd.justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-Cache-Status: HIT
    Cache-Control: public, max-age=0, must-revalidate
    x-xss-protection: 1; mode=block
    Speculation-Rules: "/cdn-cgi/speculation"
    Vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="HIT"
    Server-Timing: cfEdge;dur=19,cfOrigin;dur=0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=15XAIAhPJmCIvNO%2Bbe8MPPSu%2FMssMn7v4rZ7SgTpbbNNq8ByL4IwZf0wE34wDQnUNo%2BdG%2FsRThNOjyBjtXj%2BTX%2FB8nUuc7NIdayFAn7ftA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b6b0f071d82c73c-AMS
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Vite + React + TS
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Vite + React + TS</title>
        <script type="module" crossorigin src="/assets/index-CIQyycsM.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-B0_8hrbD.css">
      </head>
      <body>
        <div id="root"></div>
        <script>
            window.addEventListener('error', (event) => {
              const isOurAppError = event.filename && event.filename.startsWith(window.location.origin);
              if (isOurAppError) {
                navigator.sendBeacon('/api/client-errors', JSON.stringify({
                  message: event.message,
                  url: window.location.href,
                  userAgent: navigator.userAgent,
                  source: event.filename,
                  lineno: event.lineno,
                  colno: event.colno,
                  stack: event.error ? event.error.stack : null,
                  timestamp: new Date().toISOString()
                }));
              }
            }, true);
        </script>
      <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"459a2565ef444d41a0da948976d75e41","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:ee0:443 · cd.justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-Cache-Status: MISS
    Cache-Control: public, max-age=0, must-revalidate
    x-xss-protection: 1; mode=block
    Speculation-Rules: "/cdn-cgi/speculation"
    Vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="MISS"
    Server-Timing: cfEdge;dur=204,cfOrigin;dur=0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=MRhqI%2FWW7fz2NAxGPkI2MwgcoeZBOR74aMLTDPqv5owtr2hndBAMtFWXu3o1thkSseZNz7wSHZO9HtCvN07QbhJ4tSuOBKKinHwnGRSrk%2BFo8rxc%2FO%2BfyHk79w%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b6b0f06df930bc9-BLR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Vite + React + TS
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Vite + React + TS</title>
        <script type="module" crossorigin src="/assets/index-CIQyycsM.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-B0_8hrbD.css">
      </head>
      <body>
        <div id="root"></div>
        <script>
            window.addEventListener('error', (event) => {
              const isOurAppError = event.filename && event.filename.startsWith(window.location.origin);
              if (isOurAppError) {
                navigator.sendBeacon('/api/client-errors', JSON.stringify({
                  message: event.message,
                  url: window.location.href,
                  userAgent: navigator.userAgent,
                  source: event.filename,
                  lineno: event.lineno,
                  colno: event.colno,
                  stack: event.error ? event.error.stack : null,
                  timestamp: new Date().toISOString()
                }));
              }
            }, true);
        </script>
      <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"459a2565ef444d41a0da948976d75e41","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:4700:20::ac43:4855:80 · cd.justa.website

    2025-12-31 16:12

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://cd.justa.website/
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=60us1v7IM%2B%2B15A1ZyxHsMpncBd%2BBhDybJx7y6KTc1v11wBKxeyPMZEmasswLmH4DMVnMlt7zgTAExMdXgfyrcigt4p40fNNQRuhBGCBHxgkrWSr0nkzgR9M37A%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server-Timing: cfEdge;dur=11,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b6b0f06e9b5ed35-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:4700:20::ac43:4855:8443 · justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Speculation-Rules: "/cdn-cgi/speculation"
    referrer-policy: same-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=ahMFIhpYvwy%2Fh6SLSpL0eurN1ltFAazjzgNYsfVRqNQnjc4QkM1OR7tYGJLbskEtqE%2B4vQ2R5RPHrwC5F%2BEL9EIjn9iscDh%2FkhHE6FfBc%2F8xg83Z0ajietQ%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=42
    CF-RAY: 9b6b0f07af703864-LHR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 104.26.15.224:443 · cd.justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-Cache-Status: HIT
    Cache-Control: public, max-age=0, must-revalidate
    x-xss-protection: 1; mode=block
    Speculation-Rules: "/cdn-cgi/speculation"
    Vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="HIT"
    Server-Timing: cfEdge;dur=17,cfOrigin;dur=0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=moQ2AQyKJbY63B36tzgI2lWrrZYnZrn%2F72By1UTx77Q4CYLkuw2Zi04vILrO%2B49kgHiYiW5OTsp3W7QB4Gjfto%2BtIJmOfaHR8b4bZBiJSQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b6b0f076d58a41e-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Vite + React + TS
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Vite + React + TS</title>
        <script type="module" crossorigin src="/assets/index-CIQyycsM.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-B0_8hrbD.css">
      </head>
      <body>
        <div id="root"></div>
        <script>
            window.addEventListener('error', (event) => {
              const isOurAppError = event.filename && event.filename.startsWith(window.location.origin);
              if (isOurAppError) {
                navigator.sendBeacon('/api/client-errors', JSON.stringify({
                  message: event.message,
                  url: window.location.href,
                  userAgent: navigator.userAgent,
                  source: event.filename,
                  lineno: event.lineno,
                  colno: event.colno,
                  stack: event.error ? event.error.stack : null,
                  timestamp: new Date().toISOString()
                }));
              }
            }, true);
        </script>
      <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"459a2565ef444d41a0da948976d75e41","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 104.26.15.224:443 · justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    Speculation-Rules: "/cdn-cgi/speculation"
    referrer-policy: same-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=C2h2pBrnp7GrQtFHfAObXHo2C5gRPAmqeGLLuetBSijWuQfXZRV4Z%2FgbzRUDQZRZ6tW1uThGGKyi%2BxLT6YBlO1Dbhfs5TnQ4CKg4QsE%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Accept-Ranges: bytes
    cf-cache-status: MISS
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="MISS"
    Server-Timing: cfEdge;dur=22,cfOrigin;dur=46
    CF-RAY: 9b6b0f06fbab729f-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 104.26.14.224:8443 · justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Speculation-Rules: "/cdn-cgi/speculation"
    referrer-policy: same-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=rj3LboFTg77KPwDlI%2Ba3mnDip%2F9fpbAh2R%2B43YCeTUeNUakgQNr1pTWe8GzvmMtkHTwCVeUfPmgsxPT4mgy%2Bceyzo79VtoXvTFtnAwc%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=12,cfOrigin;dur=18
    CF-RAY: 9b6b0f070b461c6f-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:ee0:80 · justa.website

    2025-12-31 16:12

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://justa.website/
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NL4rx%2BsdOi4UQDx9h00LyDCYAxLLhKf77korzfFwwwjCAKhU40IsBwe96R4HnBJdPkzZEMdl5sgVv52dTsdCPWH01RT3Cf8lca4z8Ivkj57r20%2BeGd%2FaIw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b6b0f06d9e91986-SJC
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 172.67.72.85:8443 · cd.justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-Cache-Status: HIT
    Cache-Control: public, max-age=0, must-revalidate
    x-xss-protection: 1; mode=block
    Speculation-Rules: "/cdn-cgi/speculation"
    Vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="HIT"
    Server-Timing: cfEdge;dur=58,cfOrigin;dur=0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=mEBndOTNsV0G%2ByY0ZwlXrtsyAhcyjniyNVdaPs255FvugGpZBqvgTaEtpWeUdHPe6tlAxYtVOqgn%2FlCRsHz100anLmnXXOG55nsnfiLqjQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b6b0f06dd8c1fad-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Vite + React + TS
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Vite + React + TS</title>
        <script type="module" crossorigin src="/assets/index-CIQyycsM.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-B0_8hrbD.css">
      </head>
      <body>
        <div id="root"></div>
        <script>
            window.addEventListener('error', (event) => {
              const isOurAppError = event.filename && event.filename.startsWith(window.location.origin);
              if (isOurAppError) {
                navigator.sendBeacon('/api/client-errors', JSON.stringify({
                  message: event.message,
                  url: window.location.href,
                  userAgent: navigator.userAgent,
                  source: event.filename,
                  lineno: event.lineno,
                  colno: event.colno,
                  stack: event.error ? event.error.stack : null,
                  timestamp: new Date().toISOString()
                }));
              }
            }, true);
        </script>
      <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"459a2565ef444d41a0da948976d75e41","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 172.67.72.85:80 · justa.website

    2025-12-31 16:12

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://justa.website/
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=2dJ%2BjVPzmDKIAGmzCbjCuw3wd%2FFcfcrZ4gxKlBFvJ58vyYxVKqDb40qN3r7F8BqXRqU0NuUEYGqviLEi8Uv8h1V8zpZ%2BnoGYyL6OhQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server-Timing: cfEdge;dur=23,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b6b0f06dc6d37c4-FRA
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 104.26.15.224:80 · justa.website

    2025-12-31 16:12

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://justa.website/
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=7zLYO15iH4FoRTo1NlaJs3iVutWcrORO0LzSCUjvs%2BPSGltldTlUDOwtgnDz7thOS%2FSuwHtowhzlZhwzHkonEIB6l9YujJOEnYwI5Q%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server-Timing: cfEdge;dur=14,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b6b0f075ca3d3ad-FRA
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 104.26.14.224:443 · cd.justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-Cache-Status: HIT
    Cache-Control: public, max-age=0, must-revalidate
    x-xss-protection: 1; mode=block
    Speculation-Rules: "/cdn-cgi/speculation"
    Vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="HIT"
    Server-Timing: cfEdge;dur=48,cfOrigin;dur=0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GrpmrwbGpdYXcKYgzD8H1Yhk4hDSeEcrguEDJrSPcWuR0xlkrdwOfEWQUqf06sRuSbmyl9c%2B4Iq11RXyZvTUO2o%2FUMKvkkA86X9NW3wXDw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b6b0f074b0b2bad-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Vite + React + TS
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Vite + React + TS</title>
        <script type="module" crossorigin src="/assets/index-CIQyycsM.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-B0_8hrbD.css">
      </head>
      <body>
        <div id="root"></div>
        <script>
            window.addEventListener('error', (event) => {
              const isOurAppError = event.filename && event.filename.startsWith(window.location.origin);
              if (isOurAppError) {
                navigator.sendBeacon('/api/client-errors', JSON.stringify({
                  message: event.message,
                  url: window.location.href,
                  userAgent: navigator.userAgent,
                  source: event.filename,
                  lineno: event.lineno,
                  colno: event.colno,
                  stack: event.error ? event.error.stack : null,
                  timestamp: new Date().toISOString()
                }));
              }
            }, true);
        </script>
      <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"459a2565ef444d41a0da948976d75e41","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:ee0:80 · cd.justa.website

    2025-12-31 16:12

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://cd.justa.website/
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=W%2FuSnszWUHCRgF0L1h5W7NSsmuK84GEp1sBc4X87ap2w2WDT6bzb9smcQvpI4flDJyNJeyyqxVfcx4ATnuIFd3H%2BEYW6bWBSAqp5Rl0D5j0FFyEJV38L10M%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server-Timing: cfEdge;dur=16,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b6b0f06cb250f36-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 104.26.15.224:8443 · justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Speculation-Rules: "/cdn-cgi/speculation"
    referrer-policy: same-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=VXs9F6uYwPjN4Mmqs%2FHonos2esEaNXdJqffL2f9NuZPwHxLYjnitjcL583daB4TM8iE1n61Cpi7KAkejvq0SJPx50lP53uk35%2BZyjag%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=18,cfOrigin;dur=50
    CF-RAY: 9b6b0f06cf9ed3a0-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 104.26.15.224:8443 · cd.justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-Cache-Status: HIT
    Cache-Control: public, max-age=0, must-revalidate
    x-xss-protection: 1; mode=block
    Speculation-Rules: "/cdn-cgi/speculation"
    Vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="HIT"
    Server-Timing: cfEdge;dur=35,cfOrigin;dur=0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=RIBifgxWOBSVx2HDHYK71iULXu%2FzoODK1726i28oUcmQU5s%2B64T3sxA8ERCE8y%2FVXBfyZxCZ1mJGgeEm9knmd%2FVjycak3T9qI2SbcsKHGw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b6b0f06bc5d14bd-AMS
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Vite + React + TS
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Vite + React + TS</title>
        <script type="module" crossorigin src="/assets/index-CIQyycsM.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-B0_8hrbD.css">
      </head>
      <body>
        <div id="root"></div>
        <script>
            window.addEventListener('error', (event) => {
              const isOurAppError = event.filename && event.filename.startsWith(window.location.origin);
              if (isOurAppError) {
                navigator.sendBeacon('/api/client-errors', JSON.stringify({
                  message: event.message,
                  url: window.location.href,
                  userAgent: navigator.userAgent,
                  source: event.filename,
                  lineno: event.lineno,
                  colno: event.colno,
                  stack: event.error ? event.error.stack : null,
                  timestamp: new Date().toISOString()
                }));
              }
            }, true);
        </script>
      <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"459a2565ef444d41a0da948976d75e41","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:fe0:443 · justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    referrer-policy: same-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=7b%2ByCDCT3Ndd%2BgtokCvZu10D7QwJKee98Z%2B0p1kcd%2FbCPuLH%2BfH%2FTuMgacdTUMq731HaHrFaRGj3eVomz4LIofRnH5OGlXWZeJT3Dmw%3D"}]}
    Server-Timing: cfCacheStatus;desc="HIT"
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=0
    Speculation-Rules: "/cdn-cgi/speculation"
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Age: 62666
    cf-cache-status: HIT
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    CF-RAY: 9b6b0f06bef44b78-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:4700:20::ac43:4855:8443 · cd.justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-Cache-Status: HIT
    Cache-Control: public, max-age=0, must-revalidate
    x-xss-protection: 1; mode=block
    Speculation-Rules: "/cdn-cgi/speculation"
    Vary: accept-encoding
    Server-Timing: cfCacheStatus;desc="HIT"
    Server-Timing: cfEdge;dur=25,cfOrigin;dur=0
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=EZ3gmRY4Ik%2FuPvzjzCW484n43Jc2uA0MJH8yAfZ16Shd5bcsvX%2FFjD6LmfSOG%2FZv0x%2FArLDUwTomD1wOzkOyz%2FTGajjYe05EJVC6SeBeHEPPzbpncAuvuWBTug%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b6b0f069e566616-AMS
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Vite + React + TS
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Vite + React + TS</title>
        <script type="module" crossorigin src="/assets/index-CIQyycsM.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-B0_8hrbD.css">
      </head>
      <body>
        <div id="root"></div>
        <script>
            window.addEventListener('error', (event) => {
              const isOurAppError = event.filename && event.filename.startsWith(window.location.origin);
              if (isOurAppError) {
                navigator.sendBeacon('/api/client-errors', JSON.stringify({
                  message: event.message,
                  url: window.location.href,
                  userAgent: navigator.userAgent,
                  source: event.filename,
                  lineno: event.lineno,
                  colno: event.colno,
                  stack: event.error ? event.error.stack : null,
                  timestamp: new Date().toISOString()
                }));
              }
            }, true);
        </script>
      <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"459a2565ef444d41a0da948976d75e41","server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
    </body>
    </html>
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 104.26.14.224:443 · justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    referrer-policy: same-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=b%2FvzySDlTM7lgFaN8MqeX9VkEEoWXaxkZqEN0uSz%2FL9AbtTPshB2guJ8447LKKNloTyeedSplIia9xBqOv6zXnGPV5EwggBmFYItdw4%3D"}]}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Age: 72175
    cf-cache-status: HIT
    last-modified: Tue, 30 Dec 2025 20:09:33 GMT
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="HIT"
    Server-Timing: cfEdge;dur=12,cfOrigin;dur=0
    Speculation-Rules: "/cdn-cgi/speculation"
    CF-RAY: 9b6b0f082c683a07-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:ee0:8443 · justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Speculation-Rules: "/cdn-cgi/speculation"
    referrer-policy: same-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=9s87BMckkIegyIYlPEgwaSqOzMgX4J39eN%2Bs8dtuUpxwZieyonKXt%2B3V6jRDFxTRSZZly8ljIsOz51n9kl5qECDu%2BTEJ17T9mAK%2Bf1WLbSNma%2FT00SEirUc%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=18,cfOrigin;dur=216
    CF-RAY: 9b6b0f0698cfef51-LHR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 104.26.14.224:80 · cd.justa.website

    2025-12-31 16:12

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://cd.justa.website/
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=RXtsH9A9Mhy0F%2FIC98ZjY4HZXgfAjqaatf1b4HH7KNc8lw0va1doI4m7lWgBEAzXw%2Fj%2B2DlJMBWOEFooNAkejZudC3ZuEAiN3m8ypEJvaw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server-Timing: cfEdge;dur=18,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b6b0f066a6ad34d-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:fe0:8443 · justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    Speculation-Rules: "/cdn-cgi/speculation"
    referrer-policy: same-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=6mF9NzfhCdRTiYgRnNtnC5dRZgEVnx7GNmIDyo%2Fg568b8NsDoDli0bD1JL7l7fva4QLNSliG3vD2%2FWSP%2FA3ltx8brVoEgOfmJdY9Nd7VAK0GlN04ZUKe6Z0%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=17,cfOrigin;dur=73
    CF-RAY: 9b6b0f066d1aa3fe-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:ee0:443 · justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    referrer-policy: same-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=7b%2ByCDCT3Ndd%2BgtokCvZu10D7QwJKee98Z%2B0p1kcd%2FbCPuLH%2BfH%2FTuMgacdTUMq731HaHrFaRGj3eVomz4LIofRnH5OGlXWZeJT3Dmw%3D"}]}
    Server-Timing: cfCacheStatus;desc="HIT"
    Server-Timing: cfEdge;dur=12,cfOrigin;dur=0
    Speculation-Rules: "/cdn-cgi/speculation"
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Age: 62666
    cf-cache-status: HIT
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    CF-RAY: 9b6b0f064c2f8069-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:4700:20::ac43:4855:443 · justa.website

    2025-12-31 16:12

    HTTP/1.1 200 OK
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    Speculation-Rules: "/cdn-cgi/speculation"
    referrer-policy: same-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=WnIlCuGJu%2Bc4aJouLfknTFuVnf1cN%2BEJmTq137%2BgCiPQCu7BLeUryUnZ71KuMElhTjxEXxwGGALRSECaUllwQy3so1YM1PnQDiP2DZ0E7j2ifpDPD%2FHi%2BGM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Accept-Ranges: bytes
    cf-cache-status: MISS
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server-Timing: cfCacheStatus;desc="MISS"
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=45
    CF-RAY: 9b6b0f0659a0ac6b-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:fe0:80 · justa.website

    2025-12-31 16:12

    HTTP/1.1 301 Moved Permanently
    Date: Wed, 31 Dec 2025 16:12:28 GMT
    Content-Length: 0
    Connection: close
    Location: https://justa.website/
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=TryLKfYfP%2F3%2BKKnK8yWfIo%2Bq%2BpBZRLA6MAgTiODMA%2FB7%2BLZ6i4LHkBZmpTwbu5RxYk%2BaYfBcn0p6Gwcq648eZgflPsJPROYwCbIhqn03w04xDQmoe6AiHg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b6b0f060ac44af5-LHR
    
    Found 2025-12-31 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:fe0:8443 · tst.justa.website

    2025-12-23 16:31

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 16:31:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=wQ%2BCgCpMJYv7neWw9ZHt2%2FOpUxjOMLzfuzbS5fIodcFwKUXw4iN4NddinHNNhl6mHrJRzuwGrs5Em1BMNvjrj4%2Fj1UCpcb70pSF8pkTzKjgO8kYl8ArLQcWflMji"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    CF-RAY: 9b293fc8b83c9c9e-SIN
    alt-svc: h3=":8443"; ma=86400
    
    Page title: the-second-truth
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>the-second-truth</title>
        <script type="module" crossorigin src="/assets/index-Cxi6qg6g.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-CJ8GsX-Q.css">
      </head>
      <body>
        <div id="root"></div>
      <!-- Cloudflare Pages Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "869217f195ae4102ab162bcb3ee4f9c7"}'></script><!-- Cloudflare Pages Analytics --><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9b293fc8b83c9c9e',t:'MTc2NjUwNzQ4NQ=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:ee0:80 · tst.justa.website

    2025-12-23 16:31

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 16:31:25 GMT
    Content-Length: 0
    Connection: close
    Location: https://tst.justa.website/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=OaVG41kCSSMUpFW0Tyy9oMGEVQ%2Ban5Cyp1pUnvVjl%2FlIslkId%2Bg9bUr2F%2FnYj0b2UP6eON55gIoHW2irCU3ORc6WpP9hCq9aFQTPL8PpP3%2BTqOzv39XCCfQdg8c%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server: cloudflare
    CF-RAY: 9b293fc668ee433a-EWR
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 172.67.72.85:80 · tst.justa.website

    2025-12-23 16:31

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 16:31:25 GMT
    Content-Length: 0
    Connection: close
    Location: https://tst.justa.website/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=I4I%2ByJpeHia1TYxTyZPwlbVbHMwfsy8o%2BLVPyX%2By61%2BshSlk19XVd6%2F%2FrV9iOMf6XF%2BkFLLI9lf%2FZ5ZcnYua1AwMsddC8w7iSxdgpGYbjO0%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server: cloudflare
    CF-RAY: 9b293fc558ec42fc-EWR
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 104.26.15.224:443 · tst.justa.website

    2025-12-23 16:31

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 16:31:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=CKBRA924Yqe4QAEodYiaywFoH2oeagWczZYJ7KT6Vp70VZAPsRKNy1%2FVM8Iqk6oEJMgCMrOoWOBW%2FMmDPinDTZdxdkMPOv2AOQVZjhmc1CqZyLkpBl%2F14lrh6D%2Bs"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Age: 0
    cf-cache-status: HIT
    x-xss-protection: 1; mode=block
    CF-RAY: 9b293fc55bcceb36-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: the-second-truth
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>the-second-truth</title>
        <script type="module" crossorigin src="/assets/index-Cxi6qg6g.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-CJ8GsX-Q.css">
      </head>
      <body>
        <div id="root"></div>
      <!-- Cloudflare Pages Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "869217f195ae4102ab162bcb3ee4f9c7"}'></script><!-- Cloudflare Pages Analytics --><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9b293fc55bcceb36',t:'MTc2NjUwNzQ4NQ=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 172.67.72.85:8443 · tst.justa.website

    2025-12-23 16:31

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 16:31:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=tz0C5MtBFGyFumFOfCbRuiMbhq%2BdspAOQKhIGP9%2B7Q1%2FT8hxANobirdW%2FA9bln%2FWBx9SdIdfiS1s0NPoU3Uc6EBbv2HAIVxNipZWNFKU3Xbo"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    CF-RAY: 9b293fc52d7c3d8d-SIN
    alt-svc: h3=":8443"; ma=86400
    
    Page title: the-second-truth
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>the-second-truth</title>
        <script type="module" crossorigin src="/assets/index-Cxi6qg6g.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-CJ8GsX-Q.css">
      </head>
      <body>
        <div id="root"></div>
      <!-- Cloudflare Pages Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "869217f195ae4102ab162bcb3ee4f9c7"}'></script><!-- Cloudflare Pages Analytics --><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9b293fc52d7c3d8d',t:'MTc2NjUwNzQ4NA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:ee0:443 · tst.justa.website

    2025-12-23 16:31

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 16:31:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    referrer-policy: same-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=lIikNm%2Bz%2FuyljAGWRpqvOfaalXT4a1%2FXKG%2BXOlnGr6paFcx57jAJ72WD1zS0z1nHg%2FM8sHAc4Y9%2Br0fQ1fTzEVhxwMMAKco6tTmRo9TbxVCB"}]}
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Age: 82
    cf-cache-status: HIT
    CF-RAY: 9b293fc54c46dbc8-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: the-second-truth
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>the-second-truth</title>
        <script type="module" crossorigin src="/assets/index-Cxi6qg6g.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-CJ8GsX-Q.css">
      </head>
      <body>
        <div id="root"></div>
      <!-- Cloudflare Pages Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "869217f195ae4102ab162bcb3ee4f9c7"}'></script><!-- Cloudflare Pages Analytics --><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9b293fc54c46dbc8',t:'MTc2NjUwNzQ4NQ=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2606:4700:20::ac43:4855:80 · tst.justa.website

    2025-12-23 16:31

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 16:31:24 GMT
    Content-Length: 0
    Connection: close
    Location: https://tst.justa.website/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=OACIy4NrIZ89SRdVnvztGGIFOsuoRdfTaELNv8KlaNJotrp61BGoRiApsRXTcRHyucc4g0u0zbOmR2iM9qYNXtRm71RWeTtowmR7je5q6l0Wa6hXrtv3OLjBZAc%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server: cloudflare
    CF-RAY: 9b293fc51a467dcd-LHR
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:ee0:8443 · tst.justa.website

    2025-12-23 16:31

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 16:31:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=BQPlPVnNR2UonVkqNiJEbFcALA0%2F3fhUJ529W1Jzem%2BnmlbJU4lpP23xsm%2FQvHp0SdUGCdRtiPeTqVarquKDjeCu3FaRD0i%2FKmPHfEo0GiWqahvNqXJYBH2GeaTw"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    CF-RAY: 9b293fc4cb47aa0f-SIN
    alt-svc: h3=":8443"; ma=86400
    
    Page title: the-second-truth
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>the-second-truth</title>
        <script type="module" crossorigin src="/assets/index-Cxi6qg6g.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-CJ8GsX-Q.css">
      </head>
      <body>
        <div id="root"></div>
      <!-- Cloudflare Pages Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "869217f195ae4102ab162bcb3ee4f9c7"}'></script><!-- Cloudflare Pages Analytics --><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9b293fc4cb47aa0f',t:'MTc2NjUwNzQ4NA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:fe0:443 · tst.justa.website

    2025-12-23 16:31

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 16:31:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=CKBRA924Yqe4QAEodYiaywFoH2oeagWczZYJ7KT6Vp70VZAPsRKNy1%2FVM8Iqk6oEJMgCMrOoWOBW%2FMmDPinDTZdxdkMPOv2AOQVZjhmc1CqZyLkpBl%2F14lrh6D%2Bs"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: MISS
    x-xss-protection: 1; mode=block
    CF-RAY: 9b293fc49b4a234f-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: the-second-truth
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>the-second-truth</title>
        <script type="module" crossorigin src="/assets/index-Cxi6qg6g.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-CJ8GsX-Q.css">
      </head>
      <body>
        <div id="root"></div>
      <!-- Cloudflare Pages Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "869217f195ae4102ab162bcb3ee4f9c7"}'></script><!-- Cloudflare Pages Analytics --><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9b293fc49b4a234f',t:'MTc2NjUwNzQ4NA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2606:4700:20::ac43:4855:443 · tst.justa.website

    2025-12-23 16:31

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 16:31:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    referrer-policy: same-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=lIikNm%2Bz%2FuyljAGWRpqvOfaalXT4a1%2FXKG%2BXOlnGr6paFcx57jAJ72WD1zS0z1nHg%2FM8sHAc4Y9%2Br0fQ1fTzEVhxwMMAKco6tTmRo9TbxVCB"}]}
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Age: 82
    cf-cache-status: HIT
    CF-RAY: 9b293fc4bdc21d9a-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: the-second-truth
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>the-second-truth</title>
        <script type="module" crossorigin src="/assets/index-Cxi6qg6g.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-CJ8GsX-Q.css">
      </head>
      <body>
        <div id="root"></div>
      <!-- Cloudflare Pages Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "869217f195ae4102ab162bcb3ee4f9c7"}'></script><!-- Cloudflare Pages Analytics --><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9b293fc4bdc21d9a',t:'MTc2NjUwNzQ4NA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:fe0:80 · tst.justa.website

    2025-12-23 16:31

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 16:31:24 GMT
    Content-Length: 0
    Connection: close
    Location: https://tst.justa.website/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=11YVZ%2Fqi4UkfO2pWUxjbRtiT3l6zEU5n%2FWgfi%2F1Ewu34yftzMnpjH1WOkAw9uQzW4Qg4Diu3hDVkQYF%2B0T%2F7PsK9RVy%2BiTrsGhdMep6BabfKeoiIP89S4oPClS8%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server: cloudflare
    CF-RAY: 9b293fc49a2638a1-LHR
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 104.26.14.224:443 · tst.justa.website

    2025-12-23 16:31

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 16:31:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=ctBJxOppmLjzdAPbtV7isxY1P1o20R0lmlYBPTyErfcFGZpsflRBJ7oJsVmLx2DcQk%2BXSt8LNm8t1EKUGNM86DLvZdeTFqM%2FufjP%2BXljb9pk"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: MISS
    x-xss-protection: 1; mode=block
    CF-RAY: 9b293fc48f98e4ed-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: the-second-truth
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>the-second-truth</title>
        <script type="module" crossorigin src="/assets/index-Cxi6qg6g.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-CJ8GsX-Q.css">
      </head>
      <body>
        <div id="root"></div>
      <!-- Cloudflare Pages Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "869217f195ae4102ab162bcb3ee4f9c7"}'></script><!-- Cloudflare Pages Analytics --><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9b293fc48f98e4ed',t:'MTc2NjUwNzQ4NA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 172.67.72.85:443 · tst.justa.website

    2025-12-23 16:31

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 16:31:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=ctBJxOppmLjzdAPbtV7isxY1P1o20R0lmlYBPTyErfcFGZpsflRBJ7oJsVmLx2DcQk%2BXSt8LNm8t1EKUGNM86DLvZdeTFqM%2FufjP%2BXljb9pk"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Age: 0
    cf-cache-status: HIT
    x-xss-protection: 1; mode=block
    CF-RAY: 9b293fc47e40bd8b-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: the-second-truth
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>the-second-truth</title>
        <script type="module" crossorigin src="/assets/index-Cxi6qg6g.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-CJ8GsX-Q.css">
      </head>
      <body>
        <div id="root"></div>
      <!-- Cloudflare Pages Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "869217f195ae4102ab162bcb3ee4f9c7"}'></script><!-- Cloudflare Pages Analytics --><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9b293fc47e40bd8b',t:'MTc2NjUwNzQ4NA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 104.26.15.224:80 · tst.justa.website

    2025-12-23 16:31

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 16:31:24 GMT
    Content-Length: 0
    Connection: close
    Location: https://tst.justa.website/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=wT8ayekRj0TcPspsQXBMcClR2BHOPrVuTO7XUBK1%2FOJ6EgT7geRgv6vim9l4h0bRaxBajNhwyIurs0%2FC6OJ9ePeVtKepXaXBCqQmK%2B2BIoI%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server: cloudflare
    CF-RAY: 9b293fc449e149b9-AMS
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 104.26.15.224:8443 · tst.justa.website

    2025-12-23 16:31

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 16:31:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=2BBi2yS4w7s%2BqTffblMI%2FweDtUILA18otn70WSNUvD9sgTaCZ15e6R9kpmkyBvrGRhwW0%2Bq353ZgUWFwmaZhv2w16QIj9aAixRvKGdcCrCH6"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    CF-RAY: 9b293fc40cef7310-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: the-second-truth
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>the-second-truth</title>
        <script type="module" crossorigin src="/assets/index-Cxi6qg6g.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-CJ8GsX-Q.css">
      </head>
      <body>
        <div id="root"></div>
      <!-- Cloudflare Pages Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "869217f195ae4102ab162bcb3ee4f9c7"}'></script><!-- Cloudflare Pages Analytics --><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9b293fc40cef7310',t:'MTc2NjUwNzQ4NA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 104.26.14.224:80 · tst.justa.website

    2025-12-23 16:31

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 23 Dec 2025 16:31:24 GMT
    Content-Length: 0
    Connection: close
    Location: https://tst.justa.website/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=RT0EOf5tz0ysEaUA%2FGufuJBsHl6H4jzMyvBeyt3xV8OLRb8iTynvt0os1HqXk50lG2Mq6qPcil4wZdYnl6oVjX8wIB18LoO5%2B5Zsi0QEGmw%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server: cloudflare
    CF-RAY: 9b293fc409d91c9a-AMS
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 2606:4700:20::ac43:4855:8443 · tst.justa.website

    2025-12-23 16:31

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 16:31:24 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=63gmkZbrpHR%2FTxLcaOnJnY29lKx%2BYHj5ZuX0zbUABm9Z0k5PXHWuZ2%2BRlvFaRG3rcGH3OacLK6cWXU1Zk8uTmxAoZqDLHrdpN93u4%2BKbyyMY9%2BaExC9t8ahr4Gfi"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    CF-RAY: 9b293fc43b12fead-AMS
    alt-svc: h3=":8443"; ma=86400
    
    Page title: the-second-truth
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>the-second-truth</title>
        <script type="module" crossorigin src="/assets/index-Cxi6qg6g.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-CJ8GsX-Q.css">
      </head>
      <body>
        <div id="root"></div>
      <!-- Cloudflare Pages Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "869217f195ae4102ab162bcb3ee4f9c7"}'></script><!-- Cloudflare Pages Analytics --><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9b293fc43b12fead',t:'MTc2NjUwNzQ4NA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 104.26.14.224:8443 · tst.justa.website

    2025-12-23 16:31

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 16:31:25 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=GdfDN2jrsx1L9GS%2BaLNE%2FJzaPuCWK1O0Kvhq3ws9zQWh5iHrCIKBHqPlzvpqdYlhOy4X7wijf2f6wKPKCEdXyAl4HuIS1NSSvnGMcgCnn%2FfV"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    CF-RAY: 9b293fc40e360ee7-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: the-second-truth
    
    <!doctype html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/vite.svg" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>the-second-truth</title>
        <script type="module" crossorigin src="/assets/index-Cxi6qg6g.js"></script>
        <link rel="stylesheet" crossorigin href="/assets/index-CJ8GsX-Q.css">
      </head>
      <body>
        <div id="root"></div>
      <!-- Cloudflare Pages Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "869217f195ae4102ab162bcb3ee4f9c7"}'></script><!-- Cloudflare Pages Analytics --><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9b293fc40e360ee7',t:'MTc2NjUwNzQ4NA=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
    </html>
    
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 172.67.72.85:8443 · justa.website

    2025-12-21 18:02

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 18:02:04 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=kUUe2YRt5BhsXm7dIhk51XZMbyabt045GlCX%2B4MdkMR8f5xZVTf7MExGg5LRH%2FsmFNzuzeD33NZJTMr1%2FXWlw8YHxkdfXk3zhyJ%2FNUo%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    CF-RAY: 9b1949d1af359ba2-SIN
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 104.26.15.224:8443 · justa.website

    2025-12-21 18:02

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 18:02:04 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=PER7Q5WMHJmtyDNbWQUBvNkRh824XG10vfJaoZwOba28fmGiTibZvHakkjtL2W9KqGg3GHm4bLUACSYZoKuRmq8cBOTxMP%2FuWXVasbo%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    CF-RAY: 9b1949d0ed511eef-BLR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:fe0:80 · justa.website

    2025-12-21 18:02

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 21 Dec 2025 18:02:04 GMT
    Content-Length: 0
    Connection: close
    Location: https://justa.website/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=um%2BKRVzeTMb7kbPxH8K3fbGDtPNZ8arDXPpL54IOKL4qrMg7s7LN0Be520D5tux4JE52C9j7GAKtJKVjKSZ4gu%2B51hDmNMaFIt30BaQXNSYemfKwbwvBPQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server: cloudflare
    CF-RAY: 9b1949d0e95aac87-YYZ
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2606:4700:20::ac43:4855:443 · justa.website

    2025-12-21 18:02

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 18:02:04 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=c%2Bo%2FqCpzYCLsMqwc1XzLPIN3%2BH1VGgQKaCV3W2gl0uAijXREuFUhZK0V%2FarNN4jITuG2l%2BY7XkGqIEO8otInFacJPeUJ30lsFFMXqFw%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Age: 0
    Accept-Ranges: bytes
    cf-cache-status: HIT
    x-xss-protection: 1; mode=block
    CF-RAY: 9b1949d0ff34880c-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2606:4700:20::ac43:4855:80 · justa.website

    2025-12-21 18:02

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 21 Dec 2025 18:02:04 GMT
    Content-Length: 0
    Connection: close
    Location: https://justa.website/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=5H5Itw%2BfWbFAb4vDQKZg9e8c24AZlvgaChQM98KeHXmS%2FAje%2FYQcpw96vs51n7UGRb7qM9NklYKSRIR3Y7wGmgm9prcPmXlb5tEGLE5xaCvrVNTAZNzN7Q%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server: cloudflare
    CF-RAY: 9b1949d0bfdfdbce-FRA
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 172.67.72.85:443 · justa.website

    2025-12-21 18:02

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 18:02:04 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=trKsrc%2Fkb9eR1ugf%2FHCZzsdcPuzNMPHkyDXqIHwX04lYQhqJ9mLXltURb03B82FKkIsAfi1KkigrmfTVDIQb08%2FTT%2FJCJ3n5OiU7CdY%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Accept-Ranges: bytes
    cf-cache-status: MISS
    x-xss-protection: 1; mode=block
    CF-RAY: 9b1949d0ae950a51-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 104.26.14.224:8443 · justa.website

    2025-12-21 18:02

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 18:02:04 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=N2SHB04jpSo2Gw9UdCNydC6unnk%2B8MULQ1adZcgFB8%2Fr%2F%2BeYT6OGUpYqBjFP7%2FZVv47hRavDFNpH8hMA4rn1t8jDM3O8DhnlmO445JM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    CF-RAY: 9b1949d09d0766c9-AMS
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 104.26.15.224:80 · justa.website

    2025-12-21 18:02

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 21 Dec 2025 18:02:04 GMT
    Content-Length: 0
    Connection: close
    Location: https://justa.website/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=7q%2BaBRqFJnVl2j%2FUczcBzg%2BXW%2FIgrY12skbLYlP6aaywvpy9U%2FkEtKndxfoBHw8rxyHRpZ7Y12AvZl92aSxAFAM21KZFuFK7JB5%2Fmg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server: cloudflare
    CF-RAY: 9b1949d07a5cebb8-YYZ
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:ee0:443 · justa.website

    2025-12-21 18:02

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 18:02:04 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=c%2Bo%2FqCpzYCLsMqwc1XzLPIN3%2BH1VGgQKaCV3W2gl0uAijXREuFUhZK0V%2FarNN4jITuG2l%2BY7XkGqIEO8otInFacJPeUJ30lsFFMXqFw%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Age: 0
    Accept-Ranges: bytes
    cf-cache-status: HIT
    x-xss-protection: 1; mode=block
    CF-RAY: 9b1949d07a8874a7-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 104.26.15.224:443 · justa.website

    2025-12-21 18:02

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 18:02:04 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    referrer-policy: same-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=ltoRQRSbqP2HQfc2b%2FwtuUPjEYM7AYL0UdWK3zXO1tDglcRIoLyenKV%2FY4mbCPgNrsqRxin8bjPtjSkxgX%2FQOuLQoLlyhpNQdZVLPMQ%3D"}]}
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Age: 191305
    cf-cache-status: HIT
    CF-RAY: 9b1949d059d49564-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 172.67.72.85:80 · justa.website

    2025-12-21 18:02

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 21 Dec 2025 18:02:04 GMT
    Content-Length: 0
    Connection: close
    Location: https://justa.website/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QX1bfX%2FKZ38KkNouj4xcCxaqSr1otVCsAd06gkAFK3n7ghibvg6JUISuDaEEY9xTAQbqZ3rGbvwlVepc6i032ewGhl3TYvKnCLa%2F7A%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server: cloudflare
    CF-RAY: 9b1949d028b41c6f-EWR
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2606:4700:20::ac43:4855:8443 · justa.website

    2025-12-21 18:02

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 18:02:04 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=BkvhLUqx8Mk4ic8hdKKaHC%2FkIEgmNvMQeXj0gKM8qRm%2FH3vYfBqXA%2BV%2Btxv7Fz0bkICloPziXF9tw%2BVU%2F5Ph0%2F0BfTQwUBdgFx7DieH1GhfWqxJIlL5QYT8%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    CF-RAY: 9b1949d03b810519-SIN
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 104.26.14.224:80 · justa.website

    2025-12-21 18:02

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 21 Dec 2025 18:02:04 GMT
    Content-Length: 0
    Connection: close
    Location: https://justa.website/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1lnECcj3a%2B5un3mN1dtiUni4kvEpv3jKI3%2BqXWtBdz%2BxkgFhtWeoDQ9WMwCJsdh1DLcVmWSC6PMs1znSxixwNPJ%2BUNybig3GJQnz3A%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server: cloudflare
    CF-RAY: 9b1949cfaf5ce563-EWR
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 104.26.14.224:443 · justa.website

    2025-12-21 18:02

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 18:02:04 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=c%2Bo%2FqCpzYCLsMqwc1XzLPIN3%2BH1VGgQKaCV3W2gl0uAijXREuFUhZK0V%2FarNN4jITuG2l%2BY7XkGqIEO8otInFacJPeUJ30lsFFMXqFw%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Accept-Ranges: bytes
    cf-cache-status: MISS
    x-xss-protection: 1; mode=block
    CF-RAY: 9b1949cf9ce9aabc-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:fe0:8443 · justa.website

    2025-12-21 18:02

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 18:02:04 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=R0YEkg7tJHG3z%2F8rp01VGxZYC5F5KmEWJv%2BHWtrGPPPKtK4ud%2F838JgSaLQjjpi0GvUl2UWiPBOQqiRUlsh4R9YiUcVuAxd%2B3Bgcgllk%2BHshT%2FKpez3YN8E%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    CF-RAY: 9b1949cfa9c7d9d2-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:ee0:8443 · justa.website

    2025-12-21 18:02

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 18:02:04 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    x-frame-options: SAMEORIGIN
    referrer-policy: same-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=A6IXDrOnFZ%2FEMkDKB1xlvf7G3KwBCT9RME%2Fc6YQSm6ULjL9A%2F6ZD4DIOYybJpVYa9s67ShsbC8o9cTDvW9vIIXMl4bhs8%2BhSU15GfGZK78TzVvtB3sr%2B75w%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    cf-cache-status: DYNAMIC
    x-xss-protection: 1; mode=block
    CF-RAY: 9b1949cfad044308-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:ee0:80 · justa.website

    2025-12-21 18:02

    HTTP/1.1 301 Moved Permanently
    Date: Sun, 21 Dec 2025 18:02:04 GMT
    Content-Length: 0
    Connection: close
    Location: https://justa.website/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=by0SaBwpIGZWGpZwWxSA02wheXrvnbLq8vSWvBu2fhca1k4%2FljD13SWKzqFUpnZOCdDqSBpNK9lpjeaqV9WyotK%2BL3twQ1VmFv55%2BoonTL%2BTut0w9onPQg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expect-ct: max-age=86400, enforce
    referrer-policy: same-origin
    x-content-type-options: nosniff
    x-frame-options: SAMEORIGIN
    x-xss-protection: 1; mode=block
    Server: cloudflare
    CF-RAY: 9b1949cf5b1fbb8f-FRA
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:fe0:443 · justa.website

    2025-12-21 18:02

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 18:02:04 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=86400, must-revalidate
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    referrer-policy: same-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=oV3FYcTV6pmEdeVCzc%2BK9ZxJ6FOiSBoGOyxQU0uOOMCOyR9QSpznp9wtSNyvOSG23gNEZz4INRoHp0Pm8V%2B2U0aUNs06Tm5c%2BSVnJTM%3D"}]}
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    Server: cloudflare
    expect-ct: max-age=86400, enforce
    Age: 1086765
    cf-cache-status: HIT
    CF-RAY: 9b1949cf5ab92be0-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Cloudflare CDN Test
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <!-- Open Graph Meta Tags -->
      <meta property="og:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta property="og:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta property="og:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <meta property="og:url" content="https://justa.website/" />
      <meta property="og:type" content="website" />
    
      <!-- Twitter Card Meta Tags -->
      <meta name="twitter:card" content="summary_large_image" />
      <meta name="twitter:title" content="justa.website – Cloudflare CDN Test Page" />
      <meta name="twitter:description" content="A responsive test page with video background and parallax sections, designed to evaluate Cloudflare CDN performance." />
      <meta name="twitter:image" content="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp" />
      <title>Cloudflare CDN Test</title>
      <style>
        *, *::before, *::after {
          box-sizing: border-box;
        }
    
        html, body {
          margin: 0;
          padding: 0;
          font-family: 'Segoe UI', sans-serif;
          height: 100%;
          color: #fff;
          background: #000;
          position: relative;
          z-index: 0;
          max-width: 100%;
        }
    
        .video-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          z-index: -1;
        }
    
        .video-container video {
          width: 100%;
          height: 100%;
          object-fit: cover;
          pointer-events: none;
        }
    
        .overlay,
        .parallax,
        .section {
          width: 100%;
          max-width: 100%;
        }
    
        .overlay {
          position: relative;
          min-height: 100vh;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;
          background: rgba(0, 0, 0, 0.6);
          padding: 2rem;
        }
    
        h1 {
          font-size: 3rem;
          margin-bottom: 1rem;
        }
    
        p {
          font-size: 1.2rem;
          max-width: 700px;
        }
    
        .parallax {
          background-attachment: fixed;
          background-size: cover;
          background-position: center;
          height: 60vh;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .parallax h2 {
          font-size: 2.5rem;
          background: rgba(0,0,0,0.6);
          padding: 1rem 2rem;
          border-radius: 8px;
        }
    
        .section {
          background: #111;
          padding: 4rem 2rem;
          text-align: center;
        }
    
        .section h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
        }
    
        .section p {
          font-size: 1.1rem;
          max-width: 600px;
          margin: 0 auto;
        }
    
        @media (max-width: 768px) {
          h1 { font-size: 2rem; }
          .parallax h2 { font-size: 1.5rem; }
          .section h3 { font-size: 1.5rem; }
        }
      </style>
    </head>
    <body>
      <div class="video-container">
        <video autoplay muted loop poster="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webp">
          <source src="https://justa.website/media/14401982_1080p_crf40_deadlinebest.webm" type="video/webm" />
          Your browser does not support the video tag.
        </video>
      </div>
    
      <div class="overlay">
        <h1>Welcome to justa.website</h1>
        <p>This page is designed to test Cloudflare's CDN capabilities using a self-hosted WebM video and multiple parallax sections. Scroll down to explore.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=1');">
        <h2>Parallax One</h2>
      </div>
      <div class="section">
        <h3>CDN Test Section</h3>
        <p>By hosting our own video and images, we can observe how Cloudflare caches and serves content globally. Try accessing this page from different regions or devices.</p>
      </div>
    
      <div class="parallax" style="background-image: url('https://picsum.photos/1920/1080.webp?random=2');">
        <h2>Parallax Two</h2>
      </div>
    Found 2025-12-21 by HttpPlugin
    Create report
justa.website
CN:
justa.website
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-21 17:06
Not after:
2026-03-21 18:06
justa.websitecd.justa.website
CN:
justa.website
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-31 15:11
Not after:
2026-03-31 16:11
tst.justa.website
CN:
tst.justa.website
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-23 15:30
Not after:
2026-03-23 16:30
justa.website
CN:
justa.website
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-10-23 14:03
Not after:
2026-01-21 15:03