Domain static-content.pro
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80

  • Open service 2606:4700::6812:f44:80 · static-content.pro

    2026-01-10 08:46

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 10 Jan 2026 08:46:27 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Sat, 10 Jan 2026 09:46:27 GMT
    Location: https://static-content.pro/
    speculation-rules: "/cdn-cgi/speculation"
    Server: cloudflare
    CF-RAY: 9bbae76c0b398acf-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 104.18.15.68:8443 · static-content.pro

    2026-01-10 08:46

    
                                
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 104.18.14.68:8443 · static-content.pro

    2026-01-10 08:46

    
                                
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 104.18.14.68:443 · static-content.pro

    2026-01-10 08:46

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 08:46:27 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-RAY: 9bbae76c4b5ef9b3-SIN
    Vary: Accept-Encoding
    Cache-Control: public, max-age=31536000
    Cache-Control: no-cache, no-store, must-revalidate
    Last-Modified: Wed, 10 Sep 2025 07:11:21 GMT
    X-Powered-By: ASP.NET
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=63072000; preload
    X-Served-By: static-content.pro
    cf-cache-status: DYNAMIC
    Set-Cookie: __cflb=02DiuEVCcEpaUXKZFEYExfLiX7sL2FHPGyjKMhNqX6Lwv; SameSite=None; Secure; path=/; expires=Sun, 11-Jan-26 07:46:27 GMT; HttpOnly
    speculation-rules: "/cdn-cgi/speculation"
    Server: cloudflare
    alt-svc: h3=":443"; ma=86400
    
    Page title: CDN Origin · OK
    
    <!doctype html>
    <html lang="en">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width,initial-scale=1" />
      <meta name="theme-color" content="#0ea5e9" />
      <title>CDN Origin · OK</title>
      <style>
        :root{
          --bg1:#0b1220; --bg2:#0f172a; --card:#0b1220cc; --ok:#22c55e; --fg:#e5e7eb; --muted:#94a3b8; --ring:#22c55e33;
        }
        @media (prefers-color-scheme: light){
          :root{ --bg1:#e8f3ff; --bg2:#f8fafc; --card:#ffffffcc; --ok:#16a34a; --fg:#0f172a; --muted:#475569; --ring:#16a34a26; }
        }
        *{ box-sizing:border-box }
        html,body{ height:100% }
        body{
          margin:0; font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Apple Color Emoji","Segoe UI Emoji";
          color:var(--fg);
          background: radial-gradient(1200px 800px at 20% 10%, #0ea5e955, transparent 50%),
                      radial-gradient(900px 600px at 80% 90%, #22d3ee44, transparent 50%),
                      linear-gradient(120deg, var(--bg1), var(--bg2));
          display:grid; place-items:center; padding:24px;
        }
        .card{
          width:min(720px, 92vw);
          background:var(--card);
          backdrop-filter: blur(8px);
          border:1px solid #ffffff15;
          border-radius:24px;
          box-shadow: 0 20px 70px #00000050;
          padding:28px 28px 24px;
          position:relative;
          overflow:hidden;
        }
        .badge{
          position:absolute; top:16px; right:16px; font-size:12px; color:var(--muted);
          border:1px solid #ffffff22; padding:6px 10px; border-radius:999px; background:#ffffff10;
        }
        .hero{
          display:flex; gap:18px; align-items:center; margin:6px 0 8px;
        }
        .ok{
          width:56px; height:56px; border-radius:50%;
          background: conic-gradient(from 0deg, var(--ok), #10b981);
          display:grid; place-items:center;
          box-shadow: 0 0 0 10px var(--ring);
          animation: pulse 2.2s ease-in-out infinite;
        }
        @keyframes pulse { 0%,100%{ box-shadow:0 0 0 10px var(--ring) } 50%{ box-shadow:0 0 0 18px var(--ring) } }
        .ok svg{ width:34px; height:34px; fill:none; stroke:#fff; stroke-width:3; stroke-linecap:round; stroke-linejoin:round;
          stroke-dasharray: 48; stroke-dashoffset: 48; animation: draw 1.2s ease forwards .2s; }
        @keyframes draw { to { stroke-dashoffset: 0 } }
        h1{ margin:0; font-size: clamp(22px, 3.5vw, 28px); letter-spacing:.3px }
        p.sub{ margin:6px 0 0; color:var(--muted); font-size:14px }
        .grid{
          margin:18px 0 8px; display:grid; grid-template-columns: 1fr 1fr;
          gap:12px;
        }
        .kv{
          border:1px solid #ffffff1f; border-radius:14px; padding:12px 14px; background:#00000015;
        }
        .k{ color:var(--muted); font-size:12px; letter-spacing:.2px; text-transform:uppercase }
        .v{ font-variant-numeric: tabular-nums; margin-top:4px }
        .actions{ display:flex; gap:10px; margin-top:14px; flex-wrap:wrap }
        .btn{
          appearance:none; border:none; border-radius:12px; padding:10px 14px; font-weight:600; cursor:pointer;
          background:#0ea5e9; color:white; box-shadow: 0 8px 24px #0ea5e980;
        }
        .btn.secondary{ background:#0f172a; color:var(--fg); border:1px solid #ffffff22; box-shadow:none }
        code{ background:#00000020; padding:2px 6px; border-radius:8px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace; }
        footer{ margin-top:14px; color:var(--muted); font-size:12px }
        @media (max-width:640px){ .grid{ grid-template-columns: 1fr } }
      </style>
    </head>
    <body>
      <main class="card" role="main" aria-label="CDN status">
        <div class="badge">CDN · Origin</div>
    
        <div class="hero">
          <div class="ok" aria-hidden="true">
            <svg viewBox="0 0 24 24"><path d="M20 6L9 17l-5-5"/></svg>
          </div>
          <div>
            <h1>CDN origin is up</h1>
            <p class="sub">Served for <span id="host">…</span> · <span id="time">…</span></p>
          </div>
        </div>
    
        <section class="grid" aria-label="diagnostics">
          <div class="kv">
            <div class="
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2606:4700::6812:e44:8443 · static-content.pro

    2026-01-10 08:46

    
                                
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2606:4700::6812:f44:8443 · static-content.pro

    2026-01-10 08:46

    
                                
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2606:4700::6812:e44:443 · static-content.pro

    2026-01-10 08:46

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 08:46:27 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-RAY: 9bbae76cd937c47d-EWR
    Vary: Accept-Encoding
    Cache-Control: public, max-age=31536000
    Cache-Control: no-cache, no-store, must-revalidate
    Last-Modified: Wed, 10 Sep 2025 07:11:21 GMT
    X-Powered-By: ASP.NET
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=63072000; preload
    X-Served-By: static-content.pro
    cf-cache-status: DYNAMIC
    Set-Cookie: __cflb=02DiuEVCcEpaUXKZFEYExfLiX7sL2FHPGyjKMhNqX6Lwv; SameSite=None; Secure; path=/; expires=Sun, 11-Jan-26 07:46:27 GMT; HttpOnly
    speculation-rules: "/cdn-cgi/speculation"
    Server: cloudflare
    alt-svc: h3=":443"; ma=86400
    
    Page title: CDN Origin · OK
    
    <!doctype html>
    <html lang="en">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width,initial-scale=1" />
      <meta name="theme-color" content="#0ea5e9" />
      <title>CDN Origin · OK</title>
      <style>
        :root{
          --bg1:#0b1220; --bg2:#0f172a; --card:#0b1220cc; --ok:#22c55e; --fg:#e5e7eb; --muted:#94a3b8; --ring:#22c55e33;
        }
        @media (prefers-color-scheme: light){
          :root{ --bg1:#e8f3ff; --bg2:#f8fafc; --card:#ffffffcc; --ok:#16a34a; --fg:#0f172a; --muted:#475569; --ring:#16a34a26; }
        }
        *{ box-sizing:border-box }
        html,body{ height:100% }
        body{
          margin:0; font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Apple Color Emoji","Segoe UI Emoji";
          color:var(--fg);
          background: radial-gradient(1200px 800px at 20% 10%, #0ea5e955, transparent 50%),
                      radial-gradient(900px 600px at 80% 90%, #22d3ee44, transparent 50%),
                      linear-gradient(120deg, var(--bg1), var(--bg2));
          display:grid; place-items:center; padding:24px;
        }
        .card{
          width:min(720px, 92vw);
          background:var(--card);
          backdrop-filter: blur(8px);
          border:1px solid #ffffff15;
          border-radius:24px;
          box-shadow: 0 20px 70px #00000050;
          padding:28px 28px 24px;
          position:relative;
          overflow:hidden;
        }
        .badge{
          position:absolute; top:16px; right:16px; font-size:12px; color:var(--muted);
          border:1px solid #ffffff22; padding:6px 10px; border-radius:999px; background:#ffffff10;
        }
        .hero{
          display:flex; gap:18px; align-items:center; margin:6px 0 8px;
        }
        .ok{
          width:56px; height:56px; border-radius:50%;
          background: conic-gradient(from 0deg, var(--ok), #10b981);
          display:grid; place-items:center;
          box-shadow: 0 0 0 10px var(--ring);
          animation: pulse 2.2s ease-in-out infinite;
        }
        @keyframes pulse { 0%,100%{ box-shadow:0 0 0 10px var(--ring) } 50%{ box-shadow:0 0 0 18px var(--ring) } }
        .ok svg{ width:34px; height:34px; fill:none; stroke:#fff; stroke-width:3; stroke-linecap:round; stroke-linejoin:round;
          stroke-dasharray: 48; stroke-dashoffset: 48; animation: draw 1.2s ease forwards .2s; }
        @keyframes draw { to { stroke-dashoffset: 0 } }
        h1{ margin:0; font-size: clamp(22px, 3.5vw, 28px); letter-spacing:.3px }
        p.sub{ margin:6px 0 0; color:var(--muted); font-size:14px }
        .grid{
          margin:18px 0 8px; display:grid; grid-template-columns: 1fr 1fr;
          gap:12px;
        }
        .kv{
          border:1px solid #ffffff1f; border-radius:14px; padding:12px 14px; background:#00000015;
        }
        .k{ color:var(--muted); font-size:12px; letter-spacing:.2px; text-transform:uppercase }
        .v{ font-variant-numeric: tabular-nums; margin-top:4px }
        .actions{ display:flex; gap:10px; margin-top:14px; flex-wrap:wrap }
        .btn{
          appearance:none; border:none; border-radius:12px; padding:10px 14px; font-weight:600; cursor:pointer;
          background:#0ea5e9; color:white; box-shadow: 0 8px 24px #0ea5e980;
        }
        .btn.secondary{ background:#0f172a; color:var(--fg); border:1px solid #ffffff22; box-shadow:none }
        code{ background:#00000020; padding:2px 6px; border-radius:8px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace; }
        footer{ margin-top:14px; color:var(--muted); font-size:12px }
        @media (max-width:640px){ .grid{ grid-template-columns: 1fr } }
      </style>
    </head>
    <body>
      <main class="card" role="main" aria-label="CDN status">
        <div class="badge">CDN · Origin</div>
    
        <div class="hero">
          <div class="ok" aria-hidden="true">
            <svg viewBox="0 0 24 24"><path d="M20 6L9 17l-5-5"/></svg>
          </div>
          <div>
            <h1>CDN origin is up</h1>
            <p class="sub">Served for <span id="host">…</span> · <span id="time">…</span></p>
          </div>
        </div>
    
        <section class="grid" aria-label="diagnostics">
          <div class="kv">
            <div class="
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2606:4700::6812:e44:80 · static-content.pro

    2026-01-10 08:46

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 10 Jan 2026 08:46:27 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Sat, 10 Jan 2026 09:46:27 GMT
    Location: https://static-content.pro/
    speculation-rules: "/cdn-cgi/speculation"
    Server: cloudflare
    CF-RAY: 9bbae76b783d39dd-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2606:4700::6812:f44:443 · static-content.pro

    2026-01-10 08:46

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 08:46:28 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-RAY: 9bbae7719a379b7c-FRA
    Vary: Accept-Encoding
    Cache-Control: public, max-age=31536000
    Cache-Control: no-cache, no-store, must-revalidate
    Last-Modified: Wed, 10 Sep 2025 07:11:21 GMT
    X-Powered-By: ASP.NET
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=63072000; preload
    X-Served-By: static-content.pro
    cf-cache-status: DYNAMIC
    Set-Cookie: __cflb=02DiuEVCcEpaUXKZFEXSeKVsd4S3mZNxtSJh19bBLU3ME; SameSite=None; Secure; path=/; expires=Sun, 11-Jan-26 07:46:28 GMT; HttpOnly
    speculation-rules: "/cdn-cgi/speculation"
    Server: cloudflare
    alt-svc: h3=":443"; ma=86400
    
    Page title: CDN Origin · OK
    
    <!doctype html>
    <html lang="en">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width,initial-scale=1" />
      <meta name="theme-color" content="#0ea5e9" />
      <title>CDN Origin · OK</title>
      <style>
        :root{
          --bg1:#0b1220; --bg2:#0f172a; --card:#0b1220cc; --ok:#22c55e; --fg:#e5e7eb; --muted:#94a3b8; --ring:#22c55e33;
        }
        @media (prefers-color-scheme: light){
          :root{ --bg1:#e8f3ff; --bg2:#f8fafc; --card:#ffffffcc; --ok:#16a34a; --fg:#0f172a; --muted:#475569; --ring:#16a34a26; }
        }
        *{ box-sizing:border-box }
        html,body{ height:100% }
        body{
          margin:0; font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Apple Color Emoji","Segoe UI Emoji";
          color:var(--fg);
          background: radial-gradient(1200px 800px at 20% 10%, #0ea5e955, transparent 50%),
                      radial-gradient(900px 600px at 80% 90%, #22d3ee44, transparent 50%),
                      linear-gradient(120deg, var(--bg1), var(--bg2));
          display:grid; place-items:center; padding:24px;
        }
        .card{
          width:min(720px, 92vw);
          background:var(--card);
          backdrop-filter: blur(8px);
          border:1px solid #ffffff15;
          border-radius:24px;
          box-shadow: 0 20px 70px #00000050;
          padding:28px 28px 24px;
          position:relative;
          overflow:hidden;
        }
        .badge{
          position:absolute; top:16px; right:16px; font-size:12px; color:var(--muted);
          border:1px solid #ffffff22; padding:6px 10px; border-radius:999px; background:#ffffff10;
        }
        .hero{
          display:flex; gap:18px; align-items:center; margin:6px 0 8px;
        }
        .ok{
          width:56px; height:56px; border-radius:50%;
          background: conic-gradient(from 0deg, var(--ok), #10b981);
          display:grid; place-items:center;
          box-shadow: 0 0 0 10px var(--ring);
          animation: pulse 2.2s ease-in-out infinite;
        }
        @keyframes pulse { 0%,100%{ box-shadow:0 0 0 10px var(--ring) } 50%{ box-shadow:0 0 0 18px var(--ring) } }
        .ok svg{ width:34px; height:34px; fill:none; stroke:#fff; stroke-width:3; stroke-linecap:round; stroke-linejoin:round;
          stroke-dasharray: 48; stroke-dashoffset: 48; animation: draw 1.2s ease forwards .2s; }
        @keyframes draw { to { stroke-dashoffset: 0 } }
        h1{ margin:0; font-size: clamp(22px, 3.5vw, 28px); letter-spacing:.3px }
        p.sub{ margin:6px 0 0; color:var(--muted); font-size:14px }
        .grid{
          margin:18px 0 8px; display:grid; grid-template-columns: 1fr 1fr;
          gap:12px;
        }
        .kv{
          border:1px solid #ffffff1f; border-radius:14px; padding:12px 14px; background:#00000015;
        }
        .k{ color:var(--muted); font-size:12px; letter-spacing:.2px; text-transform:uppercase }
        .v{ font-variant-numeric: tabular-nums; margin-top:4px }
        .actions{ display:flex; gap:10px; margin-top:14px; flex-wrap:wrap }
        .btn{
          appearance:none; border:none; border-radius:12px; padding:10px 14px; font-weight:600; cursor:pointer;
          background:#0ea5e9; color:white; box-shadow: 0 8px 24px #0ea5e980;
        }
        .btn.secondary{ background:#0f172a; color:var(--fg); border:1px solid #ffffff22; box-shadow:none }
        code{ background:#00000020; padding:2px 6px; border-radius:8px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace; }
        footer{ margin-top:14px; color:var(--muted); font-size:12px }
        @media (max-width:640px){ .grid{ grid-template-columns: 1fr } }
      </style>
    </head>
    <body>
      <main class="card" role="main" aria-label="CDN status">
        <div class="badge">CDN · Origin</div>
    
        <div class="hero">
          <div class="ok" aria-hidden="true">
            <svg viewBox="0 0 24 24"><path d="M20 6L9 17l-5-5"/></svg>
          </div>
          <div>
            <h1>CDN origin is up</h1>
            <p class="sub">Served for <span id="host">…</span> · <span id="time">…</span></p>
          </div>
        </div>
    
        <section class="grid" aria-label="diagnostics">
          <div class="kv">
            <div class="
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 104.18.15.68:80 · static-content.pro

    2026-01-10 08:46

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 10 Jan 2026 08:46:27 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Sat, 10 Jan 2026 09:46:27 GMT
    Location: https://static-content.pro/
    speculation-rules: "/cdn-cgi/speculation"
    Server: cloudflare
    CF-RAY: 9bbae76b9fa36e26-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 104.18.15.68:443 · static-content.pro

    2026-01-10 08:46

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 08:46:27 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-RAY: 9bbae76c8b410baa-AMS
    Vary: Accept-Encoding
    Cache-Control: public, max-age=31536000
    Cache-Control: no-cache, no-store, must-revalidate
    Last-Modified: Wed, 10 Sep 2025 07:11:21 GMT
    X-Powered-By: ASP.NET
    Pragma: no-cache
    Expires: 0
    Strict-Transport-Security: max-age=63072000; preload
    X-Served-By: static-content.pro
    cf-cache-status: DYNAMIC
    Set-Cookie: __cflb=02DiuEVCcEpaUXKZFEZ4CRfSYPmqiBXJZ928u8Q1fZUW8; SameSite=None; Secure; path=/; expires=Sun, 11-Jan-26 07:46:27 GMT; HttpOnly
    speculation-rules: "/cdn-cgi/speculation"
    Server: cloudflare
    alt-svc: h3=":443"; ma=86400
    
    Page title: CDN Origin · OK
    
    <!doctype html>
    <html lang="en">
    <head>
      <meta charset="utf-8" />
      <meta name="viewport" content="width=device-width,initial-scale=1" />
      <meta name="theme-color" content="#0ea5e9" />
      <title>CDN Origin · OK</title>
      <style>
        :root{
          --bg1:#0b1220; --bg2:#0f172a; --card:#0b1220cc; --ok:#22c55e; --fg:#e5e7eb; --muted:#94a3b8; --ring:#22c55e33;
        }
        @media (prefers-color-scheme: light){
          :root{ --bg1:#e8f3ff; --bg2:#f8fafc; --card:#ffffffcc; --ok:#16a34a; --fg:#0f172a; --muted:#475569; --ring:#16a34a26; }
        }
        *{ box-sizing:border-box }
        html,body{ height:100% }
        body{
          margin:0; font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Apple Color Emoji","Segoe UI Emoji";
          color:var(--fg);
          background: radial-gradient(1200px 800px at 20% 10%, #0ea5e955, transparent 50%),
                      radial-gradient(900px 600px at 80% 90%, #22d3ee44, transparent 50%),
                      linear-gradient(120deg, var(--bg1), var(--bg2));
          display:grid; place-items:center; padding:24px;
        }
        .card{
          width:min(720px, 92vw);
          background:var(--card);
          backdrop-filter: blur(8px);
          border:1px solid #ffffff15;
          border-radius:24px;
          box-shadow: 0 20px 70px #00000050;
          padding:28px 28px 24px;
          position:relative;
          overflow:hidden;
        }
        .badge{
          position:absolute; top:16px; right:16px; font-size:12px; color:var(--muted);
          border:1px solid #ffffff22; padding:6px 10px; border-radius:999px; background:#ffffff10;
        }
        .hero{
          display:flex; gap:18px; align-items:center; margin:6px 0 8px;
        }
        .ok{
          width:56px; height:56px; border-radius:50%;
          background: conic-gradient(from 0deg, var(--ok), #10b981);
          display:grid; place-items:center;
          box-shadow: 0 0 0 10px var(--ring);
          animation: pulse 2.2s ease-in-out infinite;
        }
        @keyframes pulse { 0%,100%{ box-shadow:0 0 0 10px var(--ring) } 50%{ box-shadow:0 0 0 18px var(--ring) } }
        .ok svg{ width:34px; height:34px; fill:none; stroke:#fff; stroke-width:3; stroke-linecap:round; stroke-linejoin:round;
          stroke-dasharray: 48; stroke-dashoffset: 48; animation: draw 1.2s ease forwards .2s; }
        @keyframes draw { to { stroke-dashoffset: 0 } }
        h1{ margin:0; font-size: clamp(22px, 3.5vw, 28px); letter-spacing:.3px }
        p.sub{ margin:6px 0 0; color:var(--muted); font-size:14px }
        .grid{
          margin:18px 0 8px; display:grid; grid-template-columns: 1fr 1fr;
          gap:12px;
        }
        .kv{
          border:1px solid #ffffff1f; border-radius:14px; padding:12px 14px; background:#00000015;
        }
        .k{ color:var(--muted); font-size:12px; letter-spacing:.2px; text-transform:uppercase }
        .v{ font-variant-numeric: tabular-nums; margin-top:4px }
        .actions{ display:flex; gap:10px; margin-top:14px; flex-wrap:wrap }
        .btn{
          appearance:none; border:none; border-radius:12px; padding:10px 14px; font-weight:600; cursor:pointer;
          background:#0ea5e9; color:white; box-shadow: 0 8px 24px #0ea5e980;
        }
        .btn.secondary{ background:#0f172a; color:var(--fg); border:1px solid #ffffff22; box-shadow:none }
        code{ background:#00000020; padding:2px 6px; border-radius:8px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace; }
        footer{ margin-top:14px; color:var(--muted); font-size:12px }
        @media (max-width:640px){ .grid{ grid-template-columns: 1fr } }
      </style>
    </head>
    <body>
      <main class="card" role="main" aria-label="CDN status">
        <div class="badge">CDN · Origin</div>
    
        <div class="hero">
          <div class="ok" aria-hidden="true">
            <svg viewBox="0 0 24 24"><path d="M20 6L9 17l-5-5"/></svg>
          </div>
          <div>
            <h1>CDN origin is up</h1>
            <p class="sub">Served for <span id="host">…</span> · <span id="time">…</span></p>
          </div>
        </div>
    
        <section class="grid" aria-label="diagnostics">
          <div class="kv">
            <div class="
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 104.18.14.68:80 · static-content.pro

    2026-01-10 08:46

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 10 Jan 2026 08:46:27 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Cache-Control: max-age=3600
    Expires: Sat, 10 Jan 2026 09:46:27 GMT
    Location: https://static-content.pro/
    speculation-rules: "/cdn-cgi/speculation"
    Server: cloudflare
    CF-RAY: 9bbae76ada1ece65-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>cloudflare</center>
    </body>
    </html>
    
    Found 2026-01-10 by HttpPlugin
    Create report
static-content.pro
CN:
static-content.pro
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-12 07:24
Not after:
2026-02-10 08:24