Domain lovejesus.software
United States
CLOUDFLARENET
Software information

GitHub.com

tcp/443 tcp/80

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 185.199.109.153:80 · propagators-chirho.lovejesus.software

    2026-01-24 06:34

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://propagators-chirho.lovejesus.software/
    X-GitHub-Request-Id: FA58:15818D:15AC9D4:1802489:6974680A
    Accept-Ranges: bytes
    Date: Sat, 24 Jan 2026 06:34:53 GMT
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-yyz4527-YYZ
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1769236494.518145,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 93b05323db3b4a12b144906bfb7b2e557db8b6f8
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 185.199.110.153:80 · propagators-chirho.lovejesus.software

    2026-01-24 06:34

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://propagators-chirho.lovejesus.software/
    X-GitHub-Request-Id: 745B:1F5B5B:13D492C:1457021:6974680C
    Accept-Ranges: bytes
    Date: Sat, 24 Jan 2026 06:34:53 GMT
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-pao-kpao1770073-PAO
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1769236494.573689,VS0,VE2
    Vary: Accept-Encoding
    X-Fastly-Request-ID: f09b5739e46d96be732aac451fea10da874f8620
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:50c0:8001::153:443 · propagators-chirho.lovejesus.software

    2026-01-24 06:34

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 24272
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Sat, 24 Jan 2026 06:34:50 GMT
    Access-Control-Allow-Origin: *
    ETag: "6974680a-5ed0"
    expires: Sat, 24 Jan 2026 06:44:52 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: A2D0:3EE76A:13D4D48:145744D:6974680B
    Accept-Ranges: bytes
    Date: Sat, 24 Jan 2026 06:34:53 GMT
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-sjc10079-SJC
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1769236494.528867,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: b4b318b304861b063ffeb4e75d4ba31538bdf0fa
    
    Page title: Propagators Chirho - Bidirectional Constraint Networks
    
    <!--
      For God so loved the world that he gave his only begotten Son,
          that whoever believes in him should not perish but have eternal life.
          John 3:16
    -->
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Propagators Chirho - Bidirectional Constraint Networks</title>
        <style>
            :root {
                --bg-primary-chirho: #0a0a0f;
                --bg-secondary-chirho: #12121a;
                --bg-card-chirho: #1a1a24;
                --text-primary-chirho: #e8e8f0;
                --text-secondary-chirho: #a0a0b0;
                --accent-gold-chirho: #d4af37;
                --accent-blue-chirho: #4a9eff;
                --accent-green-chirho: #4ade80;
                --accent-red-chirho: #f87171;
                --border-color-chirho: #2a2a3a;
            }
    
            * { margin: 0; padding: 0; box-sizing: border-box; }
    
            body {
                font-family: 'Segoe UI', system-ui, sans-serif;
                background: var(--bg-primary-chirho);
                color: var(--text-primary-chirho);
                min-height: 100vh;
                line-height: 1.6;
            }
    
            .container-chirho { max-width: 1200px; margin: 0 auto; padding: 2rem; }
    
            .gospel-header-chirho {
                text-align: center;
                padding: 3rem 2rem;
                background: linear-gradient(135deg, var(--bg-secondary-chirho), var(--bg-card-chirho));
                border-bottom: 2px solid var(--accent-gold-chirho);
                margin-bottom: 2rem;
            }
    
            .gospel-verse-chirho {
                font-style: italic;
                color: var(--accent-gold-chirho);
                font-size: 1.1rem;
                max-width: 600px;
                margin: 0 auto 1rem;
            }
    
            .gospel-ref-chirho { color: var(--text-secondary-chirho); font-size: 0.9rem; }
    
            h1 {
                font-size: 2.5rem;
                margin: 1.5rem 0 0.5rem;
                background: linear-gradient(90deg, var(--text-primary-chirho), var(--accent-blue-chirho));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
    
            .tagline-chirho { color: var(--text-secondary-chirho); font-size: 1.1rem; }
    
            section {
                background: var(--bg-card-chirho);
                border-radius: 12px;
                padding: 2rem;
                margin-bottom: 2rem;
                border: 1px solid var(--border-color-chirho);
            }
    
            h2 { color: var(--accent-blue-chirho); margin-bottom: 1rem; font-size: 1.5rem; }
            h3 { color: var(--text-primary-chirho); margin: 1.5rem 0 0.75rem; }
            p { color: var(--text-secondary-chirho); margin-bottom: 1rem; }
    
            .math-chirho {
                font-family: 'Times New Roman', serif;
                font-style: italic;
                background: var(--bg-secondary-chirho);
                padding: 0.2rem 0.5rem;
                border-radius: 4px;
            }
    
            .math-block-chirho {
                font-family: 'Times New Roman', serif;
                background: var(--bg-secondary-chirho);
                padding: 1rem 2rem;
                border-radius: 8px;
                margin: 1rem 0;
                text-align: center;
                font-size: 1.2rem;
                border-left: 3px solid var(--accent-gold-chirho);
            }
    
            .demo-container-chirho { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
            @media (max-width: 768px) { .demo-container-chirho { grid-template-columns: 1fr; } }
    
            .demo-panel-chirho {
                background: var(--bg-secondary-chirho);
                border-radius: 8px;
                padding: 1.5rem;
            }
    
            .demo-panel-chirho h3 { margin-top: 0; color: var(--accent-blue-chirho); }
    
            .control-group-chirho { margin-bottom: 1rem; }
    
            label {
                display: block;
                color: var(--text-secondary-chirho);
                margin-bottom: 0.3rem;
                font-size: 0.9rem;
            }
    
            input[type="number"] {
                width: 100%;
                padding: 0.6rem;
                background: var(--bg-card-chirho);
                border: 1px solid var(
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 185.199.108.153:80 · propagators-chirho.lovejesus.software

    2026-01-24 06:34

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://propagators-chirho.lovejesus.software/
    X-GitHub-Request-Id: B1F7:373B54:1D8AE6F:1DF87C5:6974680C
    Accept-Ranges: bytes
    Date: Sat, 24 Jan 2026 06:34:53 GMT
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-rtm-ehrd2290033-RTM
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1769236494.519944,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 665d85bb252d32dad446549dfece3e13325263ab
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 185.199.109.153:443 · propagators-chirho.lovejesus.software

    2026-01-24 06:34

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 24272
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Sat, 24 Jan 2026 06:34:50 GMT
    Access-Control-Allow-Origin: *
    ETag: "6974680a-5ed0"
    expires: Sat, 24 Jan 2026 06:44:52 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 0B19:3B336D:16E795C:193BB38:6974680C
    Accept-Ranges: bytes
    Date: Sat, 24 Jan 2026 06:34:53 GMT
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-lga21941-LGA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1769236493.415868,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 7c19c392ab248eb2908213df4cf447bc2f1f43f7
    
    Page title: Propagators Chirho - Bidirectional Constraint Networks
    
    <!--
      For God so loved the world that he gave his only begotten Son,
          that whoever believes in him should not perish but have eternal life.
          John 3:16
    -->
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Propagators Chirho - Bidirectional Constraint Networks</title>
        <style>
            :root {
                --bg-primary-chirho: #0a0a0f;
                --bg-secondary-chirho: #12121a;
                --bg-card-chirho: #1a1a24;
                --text-primary-chirho: #e8e8f0;
                --text-secondary-chirho: #a0a0b0;
                --accent-gold-chirho: #d4af37;
                --accent-blue-chirho: #4a9eff;
                --accent-green-chirho: #4ade80;
                --accent-red-chirho: #f87171;
                --border-color-chirho: #2a2a3a;
            }
    
            * { margin: 0; padding: 0; box-sizing: border-box; }
    
            body {
                font-family: 'Segoe UI', system-ui, sans-serif;
                background: var(--bg-primary-chirho);
                color: var(--text-primary-chirho);
                min-height: 100vh;
                line-height: 1.6;
            }
    
            .container-chirho { max-width: 1200px; margin: 0 auto; padding: 2rem; }
    
            .gospel-header-chirho {
                text-align: center;
                padding: 3rem 2rem;
                background: linear-gradient(135deg, var(--bg-secondary-chirho), var(--bg-card-chirho));
                border-bottom: 2px solid var(--accent-gold-chirho);
                margin-bottom: 2rem;
            }
    
            .gospel-verse-chirho {
                font-style: italic;
                color: var(--accent-gold-chirho);
                font-size: 1.1rem;
                max-width: 600px;
                margin: 0 auto 1rem;
            }
    
            .gospel-ref-chirho { color: var(--text-secondary-chirho); font-size: 0.9rem; }
    
            h1 {
                font-size: 2.5rem;
                margin: 1.5rem 0 0.5rem;
                background: linear-gradient(90deg, var(--text-primary-chirho), var(--accent-blue-chirho));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
    
            .tagline-chirho { color: var(--text-secondary-chirho); font-size: 1.1rem; }
    
            section {
                background: var(--bg-card-chirho);
                border-radius: 12px;
                padding: 2rem;
                margin-bottom: 2rem;
                border: 1px solid var(--border-color-chirho);
            }
    
            h2 { color: var(--accent-blue-chirho); margin-bottom: 1rem; font-size: 1.5rem; }
            h3 { color: var(--text-primary-chirho); margin: 1.5rem 0 0.75rem; }
            p { color: var(--text-secondary-chirho); margin-bottom: 1rem; }
    
            .math-chirho {
                font-family: 'Times New Roman', serif;
                font-style: italic;
                background: var(--bg-secondary-chirho);
                padding: 0.2rem 0.5rem;
                border-radius: 4px;
            }
    
            .math-block-chirho {
                font-family: 'Times New Roman', serif;
                background: var(--bg-secondary-chirho);
                padding: 1rem 2rem;
                border-radius: 8px;
                margin: 1rem 0;
                text-align: center;
                font-size: 1.2rem;
                border-left: 3px solid var(--accent-gold-chirho);
            }
    
            .demo-container-chirho { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
            @media (max-width: 768px) { .demo-container-chirho { grid-template-columns: 1fr; } }
    
            .demo-panel-chirho {
                background: var(--bg-secondary-chirho);
                border-radius: 8px;
                padding: 1.5rem;
            }
    
            .demo-panel-chirho h3 { margin-top: 0; color: var(--accent-blue-chirho); }
    
            .control-group-chirho { margin-bottom: 1rem; }
    
            label {
                display: block;
                color: var(--text-secondary-chirho);
                margin-bottom: 0.3rem;
                font-size: 0.9rem;
            }
    
            input[type="number"] {
                width: 100%;
                padding: 0.6rem;
                background: var(--bg-card-chirho);
                border: 1px solid var(
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 185.199.110.153:443 · propagators-chirho.lovejesus.software

    2026-01-24 06:34

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 24272
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Sat, 24 Jan 2026 06:34:50 GMT
    Access-Control-Allow-Origin: *
    ETag: "6974680a-5ed0"
    expires: Sat, 24 Jan 2026 06:44:52 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 0B19:3B336D:16E795C:193BB38:6974680C
    Accept-Ranges: bytes
    Date: Sat, 24 Jan 2026 06:34:53 GMT
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-lga21933-LGA
    X-Cache: HIT
    X-Cache-Hits: 2
    X-Timer: S1769236493.396319,VS0,VE0
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 6a9f72d87a1ab7a65e95bbad9dbbfe17a94ad88a
    
    Page title: Propagators Chirho - Bidirectional Constraint Networks
    
    <!--
      For God so loved the world that he gave his only begotten Son,
          that whoever believes in him should not perish but have eternal life.
          John 3:16
    -->
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Propagators Chirho - Bidirectional Constraint Networks</title>
        <style>
            :root {
                --bg-primary-chirho: #0a0a0f;
                --bg-secondary-chirho: #12121a;
                --bg-card-chirho: #1a1a24;
                --text-primary-chirho: #e8e8f0;
                --text-secondary-chirho: #a0a0b0;
                --accent-gold-chirho: #d4af37;
                --accent-blue-chirho: #4a9eff;
                --accent-green-chirho: #4ade80;
                --accent-red-chirho: #f87171;
                --border-color-chirho: #2a2a3a;
            }
    
            * { margin: 0; padding: 0; box-sizing: border-box; }
    
            body {
                font-family: 'Segoe UI', system-ui, sans-serif;
                background: var(--bg-primary-chirho);
                color: var(--text-primary-chirho);
                min-height: 100vh;
                line-height: 1.6;
            }
    
            .container-chirho { max-width: 1200px; margin: 0 auto; padding: 2rem; }
    
            .gospel-header-chirho {
                text-align: center;
                padding: 3rem 2rem;
                background: linear-gradient(135deg, var(--bg-secondary-chirho), var(--bg-card-chirho));
                border-bottom: 2px solid var(--accent-gold-chirho);
                margin-bottom: 2rem;
            }
    
            .gospel-verse-chirho {
                font-style: italic;
                color: var(--accent-gold-chirho);
                font-size: 1.1rem;
                max-width: 600px;
                margin: 0 auto 1rem;
            }
    
            .gospel-ref-chirho { color: var(--text-secondary-chirho); font-size: 0.9rem; }
    
            h1 {
                font-size: 2.5rem;
                margin: 1.5rem 0 0.5rem;
                background: linear-gradient(90deg, var(--text-primary-chirho), var(--accent-blue-chirho));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
    
            .tagline-chirho { color: var(--text-secondary-chirho); font-size: 1.1rem; }
    
            section {
                background: var(--bg-card-chirho);
                border-radius: 12px;
                padding: 2rem;
                margin-bottom: 2rem;
                border: 1px solid var(--border-color-chirho);
            }
    
            h2 { color: var(--accent-blue-chirho); margin-bottom: 1rem; font-size: 1.5rem; }
            h3 { color: var(--text-primary-chirho); margin: 1.5rem 0 0.75rem; }
            p { color: var(--text-secondary-chirho); margin-bottom: 1rem; }
    
            .math-chirho {
                font-family: 'Times New Roman', serif;
                font-style: italic;
                background: var(--bg-secondary-chirho);
                padding: 0.2rem 0.5rem;
                border-radius: 4px;
            }
    
            .math-block-chirho {
                font-family: 'Times New Roman', serif;
                background: var(--bg-secondary-chirho);
                padding: 1rem 2rem;
                border-radius: 8px;
                margin: 1rem 0;
                text-align: center;
                font-size: 1.2rem;
                border-left: 3px solid var(--accent-gold-chirho);
            }
    
            .demo-container-chirho { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
            @media (max-width: 768px) { .demo-container-chirho { grid-template-columns: 1fr; } }
    
            .demo-panel-chirho {
                background: var(--bg-secondary-chirho);
                border-radius: 8px;
                padding: 1.5rem;
            }
    
            .demo-panel-chirho h3 { margin-top: 0; color: var(--accent-blue-chirho); }
    
            .control-group-chirho { margin-bottom: 1rem; }
    
            label {
                display: block;
                color: var(--text-secondary-chirho);
                margin-bottom: 0.3rem;
                font-size: 0.9rem;
            }
    
            input[type="number"] {
                width: 100%;
                padding: 0.6rem;
                background: var(--bg-card-chirho);
                border: 1px solid var(
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:50c0:8003::153:443 · propagators-chirho.lovejesus.software

    2026-01-24 06:34

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 24272
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    x-origin-cache: HIT
    Last-Modified: Sat, 24 Jan 2026 06:34:50 GMT
    Access-Control-Allow-Origin: *
    ETag: "6974680a-5ed0"
    expires: Sat, 24 Jan 2026 06:44:52 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 9392:36CF8F:8DA520:91A4FA:6974680A
    Accept-Ranges: bytes
    Date: Sat, 24 Jan 2026 06:34:53 GMT
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-lcy-egml8630086-LCY
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1769236493.467047,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 8bdaa5a6da419915c55099e8b054dc7cd4a81dee
    
    Page title: Propagators Chirho - Bidirectional Constraint Networks
    
    <!--
      For God so loved the world that he gave his only begotten Son,
          that whoever believes in him should not perish but have eternal life.
          John 3:16
    -->
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Propagators Chirho - Bidirectional Constraint Networks</title>
        <style>
            :root {
                --bg-primary-chirho: #0a0a0f;
                --bg-secondary-chirho: #12121a;
                --bg-card-chirho: #1a1a24;
                --text-primary-chirho: #e8e8f0;
                --text-secondary-chirho: #a0a0b0;
                --accent-gold-chirho: #d4af37;
                --accent-blue-chirho: #4a9eff;
                --accent-green-chirho: #4ade80;
                --accent-red-chirho: #f87171;
                --border-color-chirho: #2a2a3a;
            }
    
            * { margin: 0; padding: 0; box-sizing: border-box; }
    
            body {
                font-family: 'Segoe UI', system-ui, sans-serif;
                background: var(--bg-primary-chirho);
                color: var(--text-primary-chirho);
                min-height: 100vh;
                line-height: 1.6;
            }
    
            .container-chirho { max-width: 1200px; margin: 0 auto; padding: 2rem; }
    
            .gospel-header-chirho {
                text-align: center;
                padding: 3rem 2rem;
                background: linear-gradient(135deg, var(--bg-secondary-chirho), var(--bg-card-chirho));
                border-bottom: 2px solid var(--accent-gold-chirho);
                margin-bottom: 2rem;
            }
    
            .gospel-verse-chirho {
                font-style: italic;
                color: var(--accent-gold-chirho);
                font-size: 1.1rem;
                max-width: 600px;
                margin: 0 auto 1rem;
            }
    
            .gospel-ref-chirho { color: var(--text-secondary-chirho); font-size: 0.9rem; }
    
            h1 {
                font-size: 2.5rem;
                margin: 1.5rem 0 0.5rem;
                background: linear-gradient(90deg, var(--text-primary-chirho), var(--accent-blue-chirho));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
    
            .tagline-chirho { color: var(--text-secondary-chirho); font-size: 1.1rem; }
    
            section {
                background: var(--bg-card-chirho);
                border-radius: 12px;
                padding: 2rem;
                margin-bottom: 2rem;
                border: 1px solid var(--border-color-chirho);
            }
    
            h2 { color: var(--accent-blue-chirho); margin-bottom: 1rem; font-size: 1.5rem; }
            h3 { color: var(--text-primary-chirho); margin: 1.5rem 0 0.75rem; }
            p { color: var(--text-secondary-chirho); margin-bottom: 1rem; }
    
            .math-chirho {
                font-family: 'Times New Roman', serif;
                font-style: italic;
                background: var(--bg-secondary-chirho);
                padding: 0.2rem 0.5rem;
                border-radius: 4px;
            }
    
            .math-block-chirho {
                font-family: 'Times New Roman', serif;
                background: var(--bg-secondary-chirho);
                padding: 1rem 2rem;
                border-radius: 8px;
                margin: 1rem 0;
                text-align: center;
                font-size: 1.2rem;
                border-left: 3px solid var(--accent-gold-chirho);
            }
    
            .demo-container-chirho { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
            @media (max-width: 768px) { .demo-container-chirho { grid-template-columns: 1fr; } }
    
            .demo-panel-chirho {
                background: var(--bg-secondary-chirho);
                border-radius: 8px;
                padding: 1.5rem;
            }
    
            .demo-panel-chirho h3 { margin-top: 0; color: var(--accent-blue-chirho); }
    
            .control-group-chirho { margin-bottom: 1rem; }
    
            label {
                display: block;
                color: var(--text-secondary-chirho);
                margin-bottom: 0.3rem;
                font-size: 0.9rem;
            }
    
            input[type="number"] {
                width: 100%;
                padding: 0.6rem;
                background: var(--bg-card-chirho);
                border: 1px solid var(
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 185.199.111.153:80 · propagators-chirho.lovejesus.software

    2026-01-24 06:34

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    x-origin-cache: HIT
    Location: https://propagators-chirho.lovejesus.software/
    X-GitHub-Request-Id: 2E07:3C8C9:1ED83B9:1F4BB64:6974680C
    Accept-Ranges: bytes
    Date: Sat, 24 Jan 2026 06:34:53 GMT
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-fra-eddf8230139-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1769236493.430986,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 0353432bc5eec9ec9f8310cafb8a3fb67529bf6b
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:50c0:8003::153:80 · propagators-chirho.lovejesus.software

    2026-01-24 06:34

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    x-origin-cache: HIT
    Location: https://propagators-chirho.lovejesus.software/
    X-GitHub-Request-Id: 2E07:3C8C9:1ED83B9:1F4BB64:6974680C
    Accept-Ranges: bytes
    Date: Sat, 24 Jan 2026 06:34:53 GMT
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-fra-eddf8230114-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1769236493.493173,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: ad6f32e957a46b307d525e456f4d0b35730098d8
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:50c0:8002::153:443 · propagators-chirho.lovejesus.software

    2026-01-24 06:34

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 24272
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Sat, 24 Jan 2026 06:34:50 GMT
    Access-Control-Allow-Origin: *
    ETag: "6974680a-5ed0"
    expires: Sat, 24 Jan 2026 06:44:52 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 9808:36CC0C:1E28C11:1E9C035:6974680B
    Accept-Ranges: bytes
    Date: Sat, 24 Jan 2026 06:34:53 GMT
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-vie6362-VIE
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1769236494.576364,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: fc4802bdbac1a0c6a99a8efee4d0db3e16ddcc98
    
    Page title: Propagators Chirho - Bidirectional Constraint Networks
    
    <!--
      For God so loved the world that he gave his only begotten Son,
          that whoever believes in him should not perish but have eternal life.
          John 3:16
    -->
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Propagators Chirho - Bidirectional Constraint Networks</title>
        <style>
            :root {
                --bg-primary-chirho: #0a0a0f;
                --bg-secondary-chirho: #12121a;
                --bg-card-chirho: #1a1a24;
                --text-primary-chirho: #e8e8f0;
                --text-secondary-chirho: #a0a0b0;
                --accent-gold-chirho: #d4af37;
                --accent-blue-chirho: #4a9eff;
                --accent-green-chirho: #4ade80;
                --accent-red-chirho: #f87171;
                --border-color-chirho: #2a2a3a;
            }
    
            * { margin: 0; padding: 0; box-sizing: border-box; }
    
            body {
                font-family: 'Segoe UI', system-ui, sans-serif;
                background: var(--bg-primary-chirho);
                color: var(--text-primary-chirho);
                min-height: 100vh;
                line-height: 1.6;
            }
    
            .container-chirho { max-width: 1200px; margin: 0 auto; padding: 2rem; }
    
            .gospel-header-chirho {
                text-align: center;
                padding: 3rem 2rem;
                background: linear-gradient(135deg, var(--bg-secondary-chirho), var(--bg-card-chirho));
                border-bottom: 2px solid var(--accent-gold-chirho);
                margin-bottom: 2rem;
            }
    
            .gospel-verse-chirho {
                font-style: italic;
                color: var(--accent-gold-chirho);
                font-size: 1.1rem;
                max-width: 600px;
                margin: 0 auto 1rem;
            }
    
            .gospel-ref-chirho { color: var(--text-secondary-chirho); font-size: 0.9rem; }
    
            h1 {
                font-size: 2.5rem;
                margin: 1.5rem 0 0.5rem;
                background: linear-gradient(90deg, var(--text-primary-chirho), var(--accent-blue-chirho));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
    
            .tagline-chirho { color: var(--text-secondary-chirho); font-size: 1.1rem; }
    
            section {
                background: var(--bg-card-chirho);
                border-radius: 12px;
                padding: 2rem;
                margin-bottom: 2rem;
                border: 1px solid var(--border-color-chirho);
            }
    
            h2 { color: var(--accent-blue-chirho); margin-bottom: 1rem; font-size: 1.5rem; }
            h3 { color: var(--text-primary-chirho); margin: 1.5rem 0 0.75rem; }
            p { color: var(--text-secondary-chirho); margin-bottom: 1rem; }
    
            .math-chirho {
                font-family: 'Times New Roman', serif;
                font-style: italic;
                background: var(--bg-secondary-chirho);
                padding: 0.2rem 0.5rem;
                border-radius: 4px;
            }
    
            .math-block-chirho {
                font-family: 'Times New Roman', serif;
                background: var(--bg-secondary-chirho);
                padding: 1rem 2rem;
                border-radius: 8px;
                margin: 1rem 0;
                text-align: center;
                font-size: 1.2rem;
                border-left: 3px solid var(--accent-gold-chirho);
            }
    
            .demo-container-chirho { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
            @media (max-width: 768px) { .demo-container-chirho { grid-template-columns: 1fr; } }
    
            .demo-panel-chirho {
                background: var(--bg-secondary-chirho);
                border-radius: 8px;
                padding: 1.5rem;
            }
    
            .demo-panel-chirho h3 { margin-top: 0; color: var(--accent-blue-chirho); }
    
            .control-group-chirho { margin-bottom: 1rem; }
    
            label {
                display: block;
                color: var(--text-secondary-chirho);
                margin-bottom: 0.3rem;
                font-size: 0.9rem;
            }
    
            input[type="number"] {
                width: 100%;
                padding: 0.6rem;
                background: var(--bg-card-chirho);
                border: 1px solid var(
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:50c0:8001::153:80 · propagators-chirho.lovejesus.software

    2026-01-24 06:34

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    x-origin-cache: HIT
    Location: https://propagators-chirho.lovejesus.software/
    X-GitHub-Request-Id: 2E07:3C8C9:1ED83B9:1F4BB64:6974680C
    Accept-Ranges: bytes
    Date: Sat, 24 Jan 2026 06:34:53 GMT
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-fra-eddf8230039-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1769236493.429047,VS0,VE3
    Vary: Accept-Encoding
    X-Fastly-Request-ID: c6c8f5abfdf0bcacd0b7827751609018b0ddc85f
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:50c0:8002::153:80 · propagators-chirho.lovejesus.software

    2026-01-24 06:34

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://propagators-chirho.lovejesus.software/
    X-GitHub-Request-Id: FA58:15818D:15AC9D4:1802489:6974680A
    Accept-Ranges: bytes
    Date: Sat, 24 Jan 2026 06:34:53 GMT
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-yyz4557-YYZ
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1769236493.363478,VS0,VE2
    Vary: Accept-Encoding
    X-Fastly-Request-ID: cecc5a189c09df56737c11cdeb725461cf917f00
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:50c0:8000::153:80 · propagators-chirho.lovejesus.software

    2026-01-24 06:34

    HTTP/1.1 301 Moved Permanently
    Connection: close
    Content-Length: 162
    Server: GitHub.com
    Content-Type: text/html
    Location: https://propagators-chirho.lovejesus.software/
    X-GitHub-Request-Id: 3C26:271E8D:172665D:197AFDD:6974680B
    Accept-Ranges: bytes
    Date: Sat, 24 Jan 2026 06:34:53 GMT
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-lga21948-LGA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1769236493.334250,VS0,VE2
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 6baac5644bbfaa6319f8130169f6ed35da646b6c
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 185.199.108.153:443 · propagators-chirho.lovejesus.software

    2026-01-24 06:34

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 24272
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Sat, 24 Jan 2026 06:34:50 GMT
    Access-Control-Allow-Origin: *
    ETag: "6974680a-5ed0"
    expires: Sat, 24 Jan 2026 06:44:52 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 0B19:3B336D:16E795C:193BB38:6974680C
    Accept-Ranges: bytes
    Date: Sat, 24 Jan 2026 06:34:53 GMT
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-lga21965-LGA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1769236493.340905,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 0180b17befb67773a94ee8d84f0f4d5646136464
    
    Page title: Propagators Chirho - Bidirectional Constraint Networks
    
    <!--
      For God so loved the world that he gave his only begotten Son,
          that whoever believes in him should not perish but have eternal life.
          John 3:16
    -->
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Propagators Chirho - Bidirectional Constraint Networks</title>
        <style>
            :root {
                --bg-primary-chirho: #0a0a0f;
                --bg-secondary-chirho: #12121a;
                --bg-card-chirho: #1a1a24;
                --text-primary-chirho: #e8e8f0;
                --text-secondary-chirho: #a0a0b0;
                --accent-gold-chirho: #d4af37;
                --accent-blue-chirho: #4a9eff;
                --accent-green-chirho: #4ade80;
                --accent-red-chirho: #f87171;
                --border-color-chirho: #2a2a3a;
            }
    
            * { margin: 0; padding: 0; box-sizing: border-box; }
    
            body {
                font-family: 'Segoe UI', system-ui, sans-serif;
                background: var(--bg-primary-chirho);
                color: var(--text-primary-chirho);
                min-height: 100vh;
                line-height: 1.6;
            }
    
            .container-chirho { max-width: 1200px; margin: 0 auto; padding: 2rem; }
    
            .gospel-header-chirho {
                text-align: center;
                padding: 3rem 2rem;
                background: linear-gradient(135deg, var(--bg-secondary-chirho), var(--bg-card-chirho));
                border-bottom: 2px solid var(--accent-gold-chirho);
                margin-bottom: 2rem;
            }
    
            .gospel-verse-chirho {
                font-style: italic;
                color: var(--accent-gold-chirho);
                font-size: 1.1rem;
                max-width: 600px;
                margin: 0 auto 1rem;
            }
    
            .gospel-ref-chirho { color: var(--text-secondary-chirho); font-size: 0.9rem; }
    
            h1 {
                font-size: 2.5rem;
                margin: 1.5rem 0 0.5rem;
                background: linear-gradient(90deg, var(--text-primary-chirho), var(--accent-blue-chirho));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
    
            .tagline-chirho { color: var(--text-secondary-chirho); font-size: 1.1rem; }
    
            section {
                background: var(--bg-card-chirho);
                border-radius: 12px;
                padding: 2rem;
                margin-bottom: 2rem;
                border: 1px solid var(--border-color-chirho);
            }
    
            h2 { color: var(--accent-blue-chirho); margin-bottom: 1rem; font-size: 1.5rem; }
            h3 { color: var(--text-primary-chirho); margin: 1.5rem 0 0.75rem; }
            p { color: var(--text-secondary-chirho); margin-bottom: 1rem; }
    
            .math-chirho {
                font-family: 'Times New Roman', serif;
                font-style: italic;
                background: var(--bg-secondary-chirho);
                padding: 0.2rem 0.5rem;
                border-radius: 4px;
            }
    
            .math-block-chirho {
                font-family: 'Times New Roman', serif;
                background: var(--bg-secondary-chirho);
                padding: 1rem 2rem;
                border-radius: 8px;
                margin: 1rem 0;
                text-align: center;
                font-size: 1.2rem;
                border-left: 3px solid var(--accent-gold-chirho);
            }
    
            .demo-container-chirho { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
            @media (max-width: 768px) { .demo-container-chirho { grid-template-columns: 1fr; } }
    
            .demo-panel-chirho {
                background: var(--bg-secondary-chirho);
                border-radius: 8px;
                padding: 1.5rem;
            }
    
            .demo-panel-chirho h3 { margin-top: 0; color: var(--accent-blue-chirho); }
    
            .control-group-chirho { margin-bottom: 1rem; }
    
            label {
                display: block;
                color: var(--text-secondary-chirho);
                margin-bottom: 0.3rem;
                font-size: 0.9rem;
            }
    
            input[type="number"] {
                width: 100%;
                padding: 0.6rem;
                background: var(--bg-card-chirho);
                border: 1px solid var(
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 185.199.111.153:443 · propagators-chirho.lovejesus.software

    2026-01-24 06:34

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 24272
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    Last-Modified: Sat, 24 Jan 2026 06:34:50 GMT
    Access-Control-Allow-Origin: *
    ETag: "6974680a-5ed0"
    expires: Sat, 24 Jan 2026 06:44:52 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: AC14:1019E4:1ED4621:1F46C29:6974680C
    Accept-Ranges: bytes
    Date: Sat, 24 Jan 2026 06:34:53 GMT
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-fra-eddf8230112-FRA
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1769236493.431563,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: cc1e2e4a43b00184941fcafff3b62d68bc463a29
    
    Page title: Propagators Chirho - Bidirectional Constraint Networks
    
    <!--
      For God so loved the world that he gave his only begotten Son,
          that whoever believes in him should not perish but have eternal life.
          John 3:16
    -->
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Propagators Chirho - Bidirectional Constraint Networks</title>
        <style>
            :root {
                --bg-primary-chirho: #0a0a0f;
                --bg-secondary-chirho: #12121a;
                --bg-card-chirho: #1a1a24;
                --text-primary-chirho: #e8e8f0;
                --text-secondary-chirho: #a0a0b0;
                --accent-gold-chirho: #d4af37;
                --accent-blue-chirho: #4a9eff;
                --accent-green-chirho: #4ade80;
                --accent-red-chirho: #f87171;
                --border-color-chirho: #2a2a3a;
            }
    
            * { margin: 0; padding: 0; box-sizing: border-box; }
    
            body {
                font-family: 'Segoe UI', system-ui, sans-serif;
                background: var(--bg-primary-chirho);
                color: var(--text-primary-chirho);
                min-height: 100vh;
                line-height: 1.6;
            }
    
            .container-chirho { max-width: 1200px; margin: 0 auto; padding: 2rem; }
    
            .gospel-header-chirho {
                text-align: center;
                padding: 3rem 2rem;
                background: linear-gradient(135deg, var(--bg-secondary-chirho), var(--bg-card-chirho));
                border-bottom: 2px solid var(--accent-gold-chirho);
                margin-bottom: 2rem;
            }
    
            .gospel-verse-chirho {
                font-style: italic;
                color: var(--accent-gold-chirho);
                font-size: 1.1rem;
                max-width: 600px;
                margin: 0 auto 1rem;
            }
    
            .gospel-ref-chirho { color: var(--text-secondary-chirho); font-size: 0.9rem; }
    
            h1 {
                font-size: 2.5rem;
                margin: 1.5rem 0 0.5rem;
                background: linear-gradient(90deg, var(--text-primary-chirho), var(--accent-blue-chirho));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
    
            .tagline-chirho { color: var(--text-secondary-chirho); font-size: 1.1rem; }
    
            section {
                background: var(--bg-card-chirho);
                border-radius: 12px;
                padding: 2rem;
                margin-bottom: 2rem;
                border: 1px solid var(--border-color-chirho);
            }
    
            h2 { color: var(--accent-blue-chirho); margin-bottom: 1rem; font-size: 1.5rem; }
            h3 { color: var(--text-primary-chirho); margin: 1.5rem 0 0.75rem; }
            p { color: var(--text-secondary-chirho); margin-bottom: 1rem; }
    
            .math-chirho {
                font-family: 'Times New Roman', serif;
                font-style: italic;
                background: var(--bg-secondary-chirho);
                padding: 0.2rem 0.5rem;
                border-radius: 4px;
            }
    
            .math-block-chirho {
                font-family: 'Times New Roman', serif;
                background: var(--bg-secondary-chirho);
                padding: 1rem 2rem;
                border-radius: 8px;
                margin: 1rem 0;
                text-align: center;
                font-size: 1.2rem;
                border-left: 3px solid var(--accent-gold-chirho);
            }
    
            .demo-container-chirho { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
            @media (max-width: 768px) { .demo-container-chirho { grid-template-columns: 1fr; } }
    
            .demo-panel-chirho {
                background: var(--bg-secondary-chirho);
                border-radius: 8px;
                padding: 1.5rem;
            }
    
            .demo-panel-chirho h3 { margin-top: 0; color: var(--accent-blue-chirho); }
    
            .control-group-chirho { margin-bottom: 1rem; }
    
            label {
                display: block;
                color: var(--text-secondary-chirho);
                margin-bottom: 0.3rem;
                font-size: 0.9rem;
            }
    
            input[type="number"] {
                width: 100%;
                padding: 0.6rem;
                background: var(--bg-card-chirho);
                border: 1px solid var(
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 2606:50c0:8000::153:443 · propagators-chirho.lovejesus.software

    2026-01-24 06:34

    HTTP/1.1 200 OK
    Connection: close
    Content-Length: 24272
    Server: GitHub.com
    Content-Type: text/html; charset=utf-8
    x-origin-cache: HIT
    Last-Modified: Sat, 24 Jan 2026 06:34:50 GMT
    Access-Control-Allow-Origin: *
    ETag: "6974680a-5ed0"
    expires: Sat, 24 Jan 2026 06:44:52 GMT
    Cache-Control: max-age=600
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 9392:36CF8F:8DA520:91A4FA:6974680A
    Accept-Ranges: bytes
    Date: Sat, 24 Jan 2026 06:34:53 GMT
    Via: 1.1 varnish
    Age: 1
    X-Served-By: cache-lcy-egml8630056-LCY
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1769236493.379129,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 409f1f0a4915636bd277f44425984fddc979573e
    
    Page title: Propagators Chirho - Bidirectional Constraint Networks
    
    <!--
      For God so loved the world that he gave his only begotten Son,
          that whoever believes in him should not perish but have eternal life.
          John 3:16
    -->
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Propagators Chirho - Bidirectional Constraint Networks</title>
        <style>
            :root {
                --bg-primary-chirho: #0a0a0f;
                --bg-secondary-chirho: #12121a;
                --bg-card-chirho: #1a1a24;
                --text-primary-chirho: #e8e8f0;
                --text-secondary-chirho: #a0a0b0;
                --accent-gold-chirho: #d4af37;
                --accent-blue-chirho: #4a9eff;
                --accent-green-chirho: #4ade80;
                --accent-red-chirho: #f87171;
                --border-color-chirho: #2a2a3a;
            }
    
            * { margin: 0; padding: 0; box-sizing: border-box; }
    
            body {
                font-family: 'Segoe UI', system-ui, sans-serif;
                background: var(--bg-primary-chirho);
                color: var(--text-primary-chirho);
                min-height: 100vh;
                line-height: 1.6;
            }
    
            .container-chirho { max-width: 1200px; margin: 0 auto; padding: 2rem; }
    
            .gospel-header-chirho {
                text-align: center;
                padding: 3rem 2rem;
                background: linear-gradient(135deg, var(--bg-secondary-chirho), var(--bg-card-chirho));
                border-bottom: 2px solid var(--accent-gold-chirho);
                margin-bottom: 2rem;
            }
    
            .gospel-verse-chirho {
                font-style: italic;
                color: var(--accent-gold-chirho);
                font-size: 1.1rem;
                max-width: 600px;
                margin: 0 auto 1rem;
            }
    
            .gospel-ref-chirho { color: var(--text-secondary-chirho); font-size: 0.9rem; }
    
            h1 {
                font-size: 2.5rem;
                margin: 1.5rem 0 0.5rem;
                background: linear-gradient(90deg, var(--text-primary-chirho), var(--accent-blue-chirho));
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
    
            .tagline-chirho { color: var(--text-secondary-chirho); font-size: 1.1rem; }
    
            section {
                background: var(--bg-card-chirho);
                border-radius: 12px;
                padding: 2rem;
                margin-bottom: 2rem;
                border: 1px solid var(--border-color-chirho);
            }
    
            h2 { color: var(--accent-blue-chirho); margin-bottom: 1rem; font-size: 1.5rem; }
            h3 { color: var(--text-primary-chirho); margin: 1.5rem 0 0.75rem; }
            p { color: var(--text-secondary-chirho); margin-bottom: 1rem; }
    
            .math-chirho {
                font-family: 'Times New Roman', serif;
                font-style: italic;
                background: var(--bg-secondary-chirho);
                padding: 0.2rem 0.5rem;
                border-radius: 4px;
            }
    
            .math-block-chirho {
                font-family: 'Times New Roman', serif;
                background: var(--bg-secondary-chirho);
                padding: 1rem 2rem;
                border-radius: 8px;
                margin: 1rem 0;
                text-align: center;
                font-size: 1.2rem;
                border-left: 3px solid var(--accent-gold-chirho);
            }
    
            .demo-container-chirho { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
            @media (max-width: 768px) { .demo-container-chirho { grid-template-columns: 1fr; } }
    
            .demo-panel-chirho {
                background: var(--bg-secondary-chirho);
                border-radius: 8px;
                padding: 1.5rem;
            }
    
            .demo-panel-chirho h3 { margin-top: 0; color: var(--accent-blue-chirho); }
    
            .control-group-chirho { margin-bottom: 1rem; }
    
            label {
                display: block;
                color: var(--text-secondary-chirho);
                margin-bottom: 0.3rem;
                font-size: 0.9rem;
            }
    
            input[type="number"] {
                width: 100%;
                padding: 0.6rem;
                background: var(--bg-card-chirho);
                border: 1px solid var(
    Found 2026-01-24 by HttpPlugin
    Create report
  • Open service 172.67.207.23:80 · lovejesus.software

    2026-01-12 18:38

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 18:38:51 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server-Timing: cfEdge;dur=101,cfOrigin;dur=0
    Link: <./_app/immutable/assets/0.CTiQq-3M.css>; rel="preload"; as="style"; nopush, <./_app/immutable/assets/2.sarashuP.css>; rel="preload"; as="style"; nopush, <./_app/immutable/entry/start.BwL9ntus.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/ac-cl9uw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Dxzc93Sw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Ck0ZRpM9.js>; rel="modulepreload"; nopush, <./_app/immutable/entry/app.B0hfqNcE.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/DsnmJJEf.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CkYkwKVH.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CLGXLoG6.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/0.BwOn5ZpJ.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/hdjn8bjG.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/2.pc4x_O5B.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/BBfihDRy.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/tiRjH0pM.js>; rel="modulepreload"; nopush
    x-sveltekit-page: true
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=uBlJ6oh%2FyzQ1%2BbA6qvkPBdhPNkpQi2x8TFg0yJ%2BF6XJ8Q7%2BBEyH%2BRKnyXA3sE0ljN8bJ1GIby02yLv5RrJ1R6SEoC4H35cu0IFW17vFX%2FSA5gA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcec5f42ccffca9-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 172.67.207.23:443 · lovejesus.software

    2026-01-12 18:38

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 18:38:51 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server-Timing: cfEdge;dur=23,cfOrigin;dur=0
    Link: <./_app/immutable/assets/0.CTiQq-3M.css>; rel="preload"; as="style"; nopush, <./_app/immutable/assets/2.sarashuP.css>; rel="preload"; as="style"; nopush, <./_app/immutable/entry/start.BwL9ntus.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/ac-cl9uw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Dxzc93Sw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Ck0ZRpM9.js>; rel="modulepreload"; nopush, <./_app/immutable/entry/app.B0hfqNcE.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/DsnmJJEf.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CkYkwKVH.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CLGXLoG6.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/0.BwOn5ZpJ.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/hdjn8bjG.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/2.pc4x_O5B.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/BBfihDRy.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/tiRjH0pM.js>; rel="modulepreload"; nopush
    x-sveltekit-page: true
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=7N91epwfANgkKzaQhqpo3ui0ykxtv4SqqUgxkHaIqYEYKvw7NyFCH9fWJfAdxMifGzJiUG7mlIXP%2FBUVEE3m1syKroiy0m5GVEIoO%2FdueKmzAQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcec5f41f77538b-BOM
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:16d0:8443 · lovejesus.software

    2026-01-12 18:38

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 18:38:51 GMT
    Content-Type: text/html
    Content-Length: 96293
    Connection: close
    ETag: "glo1o5"
    Link: <./_app/immutable/assets/0.CTiQq-3M.css>; rel="preload"; as="style"; nopush, <./_app/immutable/assets/2.sarashuP.css>; rel="preload"; as="style"; nopush, <./_app/immutable/entry/start.BwL9ntus.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/ac-cl9uw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Dxzc93Sw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Ck0ZRpM9.js>; rel="modulepreload"; nopush, <./_app/immutable/entry/app.B0hfqNcE.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/DsnmJJEf.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CkYkwKVH.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CLGXLoG6.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/0.BwOn5ZpJ.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/hdjn8bjG.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/2.pc4x_O5B.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/BBfihDRy.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/tiRjH0pM.js>; rel="modulepreload"; nopush
    x-sveltekit-page: true
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=wa%2B7Qtcr7b8iv1Abtxe79L74ccZEdGTo7%2BGxTRgpBqDBe%2B4iE0fMCaUoN54kaWlbEeQKWA%2FsyFv%2B%2Bu%2FXlbgvkyrA%2FvFVJ2JjZxbakC%2Fho%2Fcu8a4zGhGBGYvatKdu7A%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcec5f3dac01a7d-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: L.J. / Love Jesus Software
    
    <!-- For God so loved the world that He gave His only begotten Son, that whoever believes in Him should not perish but have everlasting life. — John 3:16 -->
    <!doctype html>
    <html lang="en">
    	<head>
    		<meta charset="utf-8" />
    		<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
    
    		<!-- Preconnect hints -->
    		<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin />
    		<link rel="dns-prefetch" href="https://cdnjs.cloudflare.com" />
    		<link rel="preconnect" href="https://fonts.googleapis.com" />
    		<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
    
    		<!-- Fonts -->
    		<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&display=swap" rel="stylesheet" />
    
    		<!-- Font Awesome -->
    		<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
    
    		<!-- Favicons -->
    		<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32-chirho.png" />
    		<link rel="icon" type="image/png" sizes="192x192" href="./favicon-192-chirho.png" />
    		<link rel="apple-touch-icon" href="./favicon-192-chirho.png" />
    		<link rel="manifest" href="./manifest-chirho.json" />
    
    		<!-- Theme -->
    		<meta name="theme-color" content="#1a1a2e" />
    
    		
    		<link href="./_app/immutable/assets/0.CTiQq-3M.css" rel="stylesheet">
    		<link href="./_app/immutable/assets/2.sarashuP.css" rel="stylesheet"><!--12qhfyh--><meta name="description" content="L.J. - Experienced software engineer building AI-powered platforms, faith-focused applications, and enterprise systems. SvelteKit, Cloudflare Workers, AI/ML integration specialist based in Fort Myers, Florida."/> <meta name="keywords" content="software engineer, web developer, AI integration, SvelteKit, Cloudflare Workers, TypeScript, Rust, faith-based software, Christian developer, Fort Myers Florida"/> <meta name="author" content="L.J."/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://lovejesus.software/"/> <meta property="og:title" content="L.J. / Love Jesus Software - Senior Software Engineer"/> <meta property="og:description" content="Experienced software engineer with 20+ years building AI-powered platforms, faith-focused applications, and enterprise systems."/> <meta property="og:image" content="https://lovejesus.software/img-chirho/love-tech-network-chirho.png"/> <meta property="og:site_name" content="Love Jesus Software"/> <meta property="og:locale" content="en_US"/> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:title" content="L.J. / Love Jesus Software - Senior Software Engineer"/> <meta name="twitter:description" content="Building AI-powered platforms and faith-focused applications."/> <meta name="twitter:image" content="https://lovejesus.software/img-chirho/love-tech-network-chirho.png"/> <link rel="canonical" href="https://lovejesus.software/"/> <meta name="robots" content="index, follow"/> <meta name="googlebot" content="index, follow, max-video-preview:-1, max-image-preview:large, max-snippet:-1"/> <meta name="theme-color" content="#6c63ff" media="(prefers-color-scheme: dark)"/> <meta name="theme-color" content="#f5f5f5" media="(prefers-color-scheme: light)"/> <meta name="mobile-web-app-capable" content="yes"/> <meta name="apple-mobile-web-app-capable" content="yes"/> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/> <meta name="apple-mobile-web-app-title" content="Love Jesus Software"/> <link rel="icon" type="image/x-icon" href="/favicon.ico"/> <link rel="icon" type="image/svg+xml" href="/img-chirho/love-tech-network-chirho.png"/> <link rel="apple-touch-icon" href="/img-chirho/love-tech-network-chirho.png"/> <!----><script type="application/ld+json">{"@context":"https://schema.org","@type":"Person","name":"L.J.","alternateName":"Love Jesus"
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::ac43:cf17:443 · lovejesus.software

    2026-01-12 18:38

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 18:38:51 GMT
    Content-Type: text/html
    Content-Length: 96293
    Connection: close
    ETag: "glo1o5"
    Link: <./_app/immutable/assets/0.CTiQq-3M.css>; rel="preload"; as="style"; nopush, <./_app/immutable/assets/2.sarashuP.css>; rel="preload"; as="style"; nopush, <./_app/immutable/entry/start.BwL9ntus.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/ac-cl9uw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Dxzc93Sw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Ck0ZRpM9.js>; rel="modulepreload"; nopush, <./_app/immutable/entry/app.B0hfqNcE.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/DsnmJJEf.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CkYkwKVH.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CLGXLoG6.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/0.BwOn5ZpJ.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/hdjn8bjG.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/2.pc4x_O5B.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/BBfihDRy.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/tiRjH0pM.js>; rel="modulepreload"; nopush
    x-sveltekit-page: true
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=MpDqs3%2BGw1PloY0d1fNs%2FiGUHS%2BIHYBbWClQ%2B7XcUMl6yF8COQFp5SC6w8CNejvV2iuMua6ZANIV2Owx6MjvmVMvNJKJrk2YCFw497bdNtEZf3Fu5ZVaX9VOUdiP4Q%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcec5f358f06c21-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: L.J. / Love Jesus Software
    
    <!-- For God so loved the world that He gave His only begotten Son, that whoever believes in Him should not perish but have everlasting life. — John 3:16 -->
    <!doctype html>
    <html lang="en">
    	<head>
    		<meta charset="utf-8" />
    		<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
    
    		<!-- Preconnect hints -->
    		<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin />
    		<link rel="dns-prefetch" href="https://cdnjs.cloudflare.com" />
    		<link rel="preconnect" href="https://fonts.googleapis.com" />
    		<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
    
    		<!-- Fonts -->
    		<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&display=swap" rel="stylesheet" />
    
    		<!-- Font Awesome -->
    		<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
    
    		<!-- Favicons -->
    		<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32-chirho.png" />
    		<link rel="icon" type="image/png" sizes="192x192" href="./favicon-192-chirho.png" />
    		<link rel="apple-touch-icon" href="./favicon-192-chirho.png" />
    		<link rel="manifest" href="./manifest-chirho.json" />
    
    		<!-- Theme -->
    		<meta name="theme-color" content="#1a1a2e" />
    
    		
    		<link href="./_app/immutable/assets/0.CTiQq-3M.css" rel="stylesheet">
    		<link href="./_app/immutable/assets/2.sarashuP.css" rel="stylesheet"><!--12qhfyh--><meta name="description" content="L.J. - Experienced software engineer building AI-powered platforms, faith-focused applications, and enterprise systems. SvelteKit, Cloudflare Workers, AI/ML integration specialist based in Fort Myers, Florida."/> <meta name="keywords" content="software engineer, web developer, AI integration, SvelteKit, Cloudflare Workers, TypeScript, Rust, faith-based software, Christian developer, Fort Myers Florida"/> <meta name="author" content="L.J."/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://lovejesus.software/"/> <meta property="og:title" content="L.J. / Love Jesus Software - Senior Software Engineer"/> <meta property="og:description" content="Experienced software engineer with 20+ years building AI-powered platforms, faith-focused applications, and enterprise systems."/> <meta property="og:image" content="https://lovejesus.software/img-chirho/love-tech-network-chirho.png"/> <meta property="og:site_name" content="Love Jesus Software"/> <meta property="og:locale" content="en_US"/> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:title" content="L.J. / Love Jesus Software - Senior Software Engineer"/> <meta name="twitter:description" content="Building AI-powered platforms and faith-focused applications."/> <meta name="twitter:image" content="https://lovejesus.software/img-chirho/love-tech-network-chirho.png"/> <link rel="canonical" href="https://lovejesus.software/"/> <meta name="robots" content="index, follow"/> <meta name="googlebot" content="index, follow, max-video-preview:-1, max-image-preview:large, max-snippet:-1"/> <meta name="theme-color" content="#6c63ff" media="(prefers-color-scheme: dark)"/> <meta name="theme-color" content="#f5f5f5" media="(prefers-color-scheme: light)"/> <meta name="mobile-web-app-capable" content="yes"/> <meta name="apple-mobile-web-app-capable" content="yes"/> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/> <meta name="apple-mobile-web-app-title" content="Love Jesus Software"/> <link rel="icon" type="image/x-icon" href="/favicon.ico"/> <link rel="icon" type="image/svg+xml" href="/img-chirho/love-tech-network-chirho.png"/> <link rel="apple-touch-icon" href="/img-chirho/love-tech-network-chirho.png"/> <!----><script type="application/ld+json">{"@context":"https://schema.org","@type":"Person","name":"L.J.","alternateName":"Love Jesus"
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::ac43:cf17:8443 · lovejesus.software

    2026-01-12 18:38

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 18:38:51 GMT
    Content-Type: text/html
    Content-Length: 96293
    Connection: close
    ETag: "glo1o5"
    Link: <./_app/immutable/assets/0.CTiQq-3M.css>; rel="preload"; as="style"; nopush, <./_app/immutable/assets/2.sarashuP.css>; rel="preload"; as="style"; nopush, <./_app/immutable/entry/start.BwL9ntus.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/ac-cl9uw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Dxzc93Sw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Ck0ZRpM9.js>; rel="modulepreload"; nopush, <./_app/immutable/entry/app.B0hfqNcE.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/DsnmJJEf.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CkYkwKVH.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CLGXLoG6.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/0.BwOn5ZpJ.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/hdjn8bjG.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/2.pc4x_O5B.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/BBfihDRy.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/tiRjH0pM.js>; rel="modulepreload"; nopush
    x-sveltekit-page: true
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Y1A43Azv1lce3eKAsJv5xTTLwZoYa4er%2FNMJTwEbYm2HEtfAV%2FQ4VbrPzU6qoMmpbW%2F602VVkoQE8tZ%2BGxH3ELPQh8OJxHa6Imo4KCW3sUHb1bKFaaL%2BqTk2vQ8%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcec5f37a4e9a39-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: L.J. / Love Jesus Software
    
    <!-- For God so loved the world that He gave His only begotten Son, that whoever believes in Him should not perish but have everlasting life. — John 3:16 -->
    <!doctype html>
    <html lang="en">
    	<head>
    		<meta charset="utf-8" />
    		<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
    
    		<!-- Preconnect hints -->
    		<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin />
    		<link rel="dns-prefetch" href="https://cdnjs.cloudflare.com" />
    		<link rel="preconnect" href="https://fonts.googleapis.com" />
    		<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
    
    		<!-- Fonts -->
    		<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&display=swap" rel="stylesheet" />
    
    		<!-- Font Awesome -->
    		<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
    
    		<!-- Favicons -->
    		<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32-chirho.png" />
    		<link rel="icon" type="image/png" sizes="192x192" href="./favicon-192-chirho.png" />
    		<link rel="apple-touch-icon" href="./favicon-192-chirho.png" />
    		<link rel="manifest" href="./manifest-chirho.json" />
    
    		<!-- Theme -->
    		<meta name="theme-color" content="#1a1a2e" />
    
    		
    		<link href="./_app/immutable/assets/0.CTiQq-3M.css" rel="stylesheet">
    		<link href="./_app/immutable/assets/2.sarashuP.css" rel="stylesheet"><!--12qhfyh--><meta name="description" content="L.J. - Experienced software engineer building AI-powered platforms, faith-focused applications, and enterprise systems. SvelteKit, Cloudflare Workers, AI/ML integration specialist based in Fort Myers, Florida."/> <meta name="keywords" content="software engineer, web developer, AI integration, SvelteKit, Cloudflare Workers, TypeScript, Rust, faith-based software, Christian developer, Fort Myers Florida"/> <meta name="author" content="L.J."/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://lovejesus.software/"/> <meta property="og:title" content="L.J. / Love Jesus Software - Senior Software Engineer"/> <meta property="og:description" content="Experienced software engineer with 20+ years building AI-powered platforms, faith-focused applications, and enterprise systems."/> <meta property="og:image" content="https://lovejesus.software/img-chirho/love-tech-network-chirho.png"/> <meta property="og:site_name" content="Love Jesus Software"/> <meta property="og:locale" content="en_US"/> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:title" content="L.J. / Love Jesus Software - Senior Software Engineer"/> <meta name="twitter:description" content="Building AI-powered platforms and faith-focused applications."/> <meta name="twitter:image" content="https://lovejesus.software/img-chirho/love-tech-network-chirho.png"/> <link rel="canonical" href="https://lovejesus.software/"/> <meta name="robots" content="index, follow"/> <meta name="googlebot" content="index, follow, max-video-preview:-1, max-image-preview:large, max-snippet:-1"/> <meta name="theme-color" content="#6c63ff" media="(prefers-color-scheme: dark)"/> <meta name="theme-color" content="#f5f5f5" media="(prefers-color-scheme: light)"/> <meta name="mobile-web-app-capable" content="yes"/> <meta name="apple-mobile-web-app-capable" content="yes"/> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/> <meta name="apple-mobile-web-app-title" content="Love Jesus Software"/> <link rel="icon" type="image/x-icon" href="/favicon.ico"/> <link rel="icon" type="image/svg+xml" href="/img-chirho/love-tech-network-chirho.png"/> <link rel="apple-touch-icon" href="/img-chirho/love-tech-network-chirho.png"/> <!----><script type="application/ld+json">{"@context":"https://schema.org","@type":"Person","name":"L.J.","alternateName":"Love Jesus"
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::ac43:cf17:80 · lovejesus.software

    2026-01-12 18:38

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 18:38:51 GMT
    Content-Type: text/html
    Content-Length: 96293
    Connection: close
    ETag: "glo1o5"
    Link: <./_app/immutable/assets/0.CTiQq-3M.css>; rel="preload"; as="style"; nopush, <./_app/immutable/assets/2.sarashuP.css>; rel="preload"; as="style"; nopush, <./_app/immutable/entry/start.BwL9ntus.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/ac-cl9uw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Dxzc93Sw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Ck0ZRpM9.js>; rel="modulepreload"; nopush, <./_app/immutable/entry/app.B0hfqNcE.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/DsnmJJEf.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CkYkwKVH.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CLGXLoG6.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/0.BwOn5ZpJ.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/hdjn8bjG.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/2.pc4x_O5B.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/BBfihDRy.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/tiRjH0pM.js>; rel="modulepreload"; nopush
    x-sveltekit-page: true
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=mdlQUnth9PRc9Vl1c3vA9NHnktICPC3c%2BKrw58i9cXlB55Rr2JLFKXXGOIuZoHz8Dr9uNCWj%2F4Nksa3Hq9MMto%2Bc5R9XOnwnL9ErNpH7%2BLF8qjlctzWxZXGXJz5XTw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcec5f30b3b9b6e-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: L.J. / Love Jesus Software
    
    <!-- For God so loved the world that He gave His only begotten Son, that whoever believes in Him should not perish but have everlasting life. — John 3:16 -->
    <!doctype html>
    <html lang="en">
    	<head>
    		<meta charset="utf-8" />
    		<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
    
    		<!-- Preconnect hints -->
    		<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin />
    		<link rel="dns-prefetch" href="https://cdnjs.cloudflare.com" />
    		<link rel="preconnect" href="https://fonts.googleapis.com" />
    		<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
    
    		<!-- Fonts -->
    		<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&display=swap" rel="stylesheet" />
    
    		<!-- Font Awesome -->
    		<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
    
    		<!-- Favicons -->
    		<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32-chirho.png" />
    		<link rel="icon" type="image/png" sizes="192x192" href="./favicon-192-chirho.png" />
    		<link rel="apple-touch-icon" href="./favicon-192-chirho.png" />
    		<link rel="manifest" href="./manifest-chirho.json" />
    
    		<!-- Theme -->
    		<meta name="theme-color" content="#1a1a2e" />
    
    		
    		<link href="./_app/immutable/assets/0.CTiQq-3M.css" rel="stylesheet">
    		<link href="./_app/immutable/assets/2.sarashuP.css" rel="stylesheet"><!--12qhfyh--><meta name="description" content="L.J. - Experienced software engineer building AI-powered platforms, faith-focused applications, and enterprise systems. SvelteKit, Cloudflare Workers, AI/ML integration specialist based in Fort Myers, Florida."/> <meta name="keywords" content="software engineer, web developer, AI integration, SvelteKit, Cloudflare Workers, TypeScript, Rust, faith-based software, Christian developer, Fort Myers Florida"/> <meta name="author" content="L.J."/> <meta property="og:type" content="website"/> <meta property="og:url" content="https://lovejesus.software/"/> <meta property="og:title" content="L.J. / Love Jesus Software - Senior Software Engineer"/> <meta property="og:description" content="Experienced software engineer with 20+ years building AI-powered platforms, faith-focused applications, and enterprise systems."/> <meta property="og:image" content="https://lovejesus.software/img-chirho/love-tech-network-chirho.png"/> <meta property="og:site_name" content="Love Jesus Software"/> <meta property="og:locale" content="en_US"/> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:title" content="L.J. / Love Jesus Software - Senior Software Engineer"/> <meta name="twitter:description" content="Building AI-powered platforms and faith-focused applications."/> <meta name="twitter:image" content="https://lovejesus.software/img-chirho/love-tech-network-chirho.png"/> <link rel="canonical" href="https://lovejesus.software/"/> <meta name="robots" content="index, follow"/> <meta name="googlebot" content="index, follow, max-video-preview:-1, max-image-preview:large, max-snippet:-1"/> <meta name="theme-color" content="#6c63ff" media="(prefers-color-scheme: dark)"/> <meta name="theme-color" content="#f5f5f5" media="(prefers-color-scheme: light)"/> <meta name="mobile-web-app-capable" content="yes"/> <meta name="apple-mobile-web-app-capable" content="yes"/> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/> <meta name="apple-mobile-web-app-title" content="Love Jesus Software"/> <link rel="icon" type="image/x-icon" href="/favicon.ico"/> <link rel="icon" type="image/svg+xml" href="/img-chirho/love-tech-network-chirho.png"/> <link rel="apple-touch-icon" href="/img-chirho/love-tech-network-chirho.png"/> <!----><script type="application/ld+json">{"@context":"https://schema.org","@type":"Person","name":"L.J.","alternateName":"Love Jesus"
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:16d0:443 · lovejesus.software

    2026-01-12 18:38

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 18:38:51 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server-Timing: cfEdge;dur=43,cfOrigin;dur=0
    Link: <./_app/immutable/assets/0.CTiQq-3M.css>; rel="preload"; as="style"; nopush, <./_app/immutable/assets/2.sarashuP.css>; rel="preload"; as="style"; nopush, <./_app/immutable/entry/start.BwL9ntus.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/ac-cl9uw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Dxzc93Sw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Ck0ZRpM9.js>; rel="modulepreload"; nopush, <./_app/immutable/entry/app.B0hfqNcE.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/DsnmJJEf.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CkYkwKVH.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CLGXLoG6.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/0.BwOn5ZpJ.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/hdjn8bjG.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/2.pc4x_O5B.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/BBfihDRy.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/tiRjH0pM.js>; rel="modulepreload"; nopush
    x-sveltekit-page: true
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=u0prBTrp%2F9UZtDYeyWm137TF1MBc7b2sHr3ms5H8H0hsnSrcIsb8fRAdWSHUHNnyysbwzRDzjwJ%2F5dyvCUiciF2RaWVoLLtFgT8k%2F64qGKN53jaj8Tcvz8vXuHNUOg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcec5f2effedaac-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 104.21.22.208:8443 · lovejesus.software

    2026-01-12 18:38

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 18:38:51 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server-Timing: cfEdge;dur=42,cfOrigin;dur=0
    Link: <./_app/immutable/assets/0.CTiQq-3M.css>; rel="preload"; as="style"; nopush, <./_app/immutable/assets/2.sarashuP.css>; rel="preload"; as="style"; nopush, <./_app/immutable/entry/start.BwL9ntus.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/ac-cl9uw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Dxzc93Sw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Ck0ZRpM9.js>; rel="modulepreload"; nopush, <./_app/immutable/entry/app.B0hfqNcE.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/DsnmJJEf.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CkYkwKVH.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CLGXLoG6.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/0.BwOn5ZpJ.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/hdjn8bjG.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/2.pc4x_O5B.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/BBfihDRy.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/tiRjH0pM.js>; rel="modulepreload"; nopush
    x-sveltekit-page: true
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=rdH5CXK6ub54widXy5zSmKQCt478d9l1WEtZnm%2BST7Zz%2B5D7tb4djnhhRjdJKVe5L6E3OQ3WM02cF66XegqgOqTFnPK8xZjZrvPbkkSmV%2BDdKg%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcec5f30b2ce0ee-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 104.21.22.208:443 · lovejesus.software

    2026-01-12 18:38

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 18:38:51 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server-Timing: cfEdge;dur=35,cfOrigin;dur=0
    Link: <./_app/immutable/assets/0.CTiQq-3M.css>; rel="preload"; as="style"; nopush, <./_app/immutable/assets/2.sarashuP.css>; rel="preload"; as="style"; nopush, <./_app/immutable/entry/start.BwL9ntus.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/ac-cl9uw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Dxzc93Sw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Ck0ZRpM9.js>; rel="modulepreload"; nopush, <./_app/immutable/entry/app.B0hfqNcE.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/DsnmJJEf.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CkYkwKVH.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CLGXLoG6.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/0.BwOn5ZpJ.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/hdjn8bjG.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/2.pc4x_O5B.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/BBfihDRy.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/tiRjH0pM.js>; rel="modulepreload"; nopush
    x-sveltekit-page: true
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=DqxtnsQYISKfRwn7rtnOsUttOMqXVBmCk9qUbuUJ8b5f7%2BuZC%2BIx09y2niYKY1uxlGTYxVFhV5OlUxbXoVyNzvQqBVGXVCgRQ7h7xqNwuhVl1A%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcec5f2b801aaa2-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 172.67.207.23:8443 · lovejesus.software

    2026-01-12 18:38

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 18:38:51 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server-Timing: cfEdge;dur=35,cfOrigin;dur=0
    Link: <./_app/immutable/assets/0.CTiQq-3M.css>; rel="preload"; as="style"; nopush, <./_app/immutable/assets/2.sarashuP.css>; rel="preload"; as="style"; nopush, <./_app/immutable/entry/start.BwL9ntus.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/ac-cl9uw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Dxzc93Sw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Ck0ZRpM9.js>; rel="modulepreload"; nopush, <./_app/immutable/entry/app.B0hfqNcE.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/DsnmJJEf.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CkYkwKVH.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CLGXLoG6.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/0.BwOn5ZpJ.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/hdjn8bjG.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/2.pc4x_O5B.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/BBfihDRy.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/tiRjH0pM.js>; rel="modulepreload"; nopush
    x-sveltekit-page: true
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2F3oDswx3dk73Pa%2B9m0WfIIidRUtRJYebViz94R%2Fbt40UhjDOYkmq9HbJw4Win9dgS%2BHna8xxue1JalLBALuQ6NVXXAGwEyq%2Fqpx3RsXQd9XTqQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcec5f2989a2f06-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::6815:16d0:80 · lovejesus.software

    2026-01-12 18:38

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 18:38:51 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server-Timing: cfEdge;dur=36,cfOrigin;dur=0
    Link: <./_app/immutable/assets/0.CTiQq-3M.css>; rel="preload"; as="style"; nopush, <./_app/immutable/assets/2.sarashuP.css>; rel="preload"; as="style"; nopush, <./_app/immutable/entry/start.BwL9ntus.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/ac-cl9uw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Dxzc93Sw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Ck0ZRpM9.js>; rel="modulepreload"; nopush, <./_app/immutable/entry/app.B0hfqNcE.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/DsnmJJEf.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CkYkwKVH.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CLGXLoG6.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/0.BwOn5ZpJ.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/hdjn8bjG.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/2.pc4x_O5B.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/BBfihDRy.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/tiRjH0pM.js>; rel="modulepreload"; nopush
    x-sveltekit-page: true
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=BQlXqLqrcRvYGqCs04D6FW9QowdfiIwnzChkKiT29stkbJbAasCwp1TCKXJvIY5KFS6Ru11ViH%2Bp15OThGROL0%2FHeCCXtvAHPtsBc4VTQCAZeXX%2B%2FwICQU6npniOvQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bcec5f29a73f78f-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 104.21.22.208:80 · lovejesus.software

    2026-01-12 18:38

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 18:38:58 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    CF-RAY: 9bcec5f29e916d50-EWR
    Link: <./_app/immutable/assets/0.CTiQq-3M.css>; rel="preload"; as="style"; nopush, <./_app/immutable/assets/2.sarashuP.css>; rel="preload"; as="style"; nopush, <./_app/immutable/entry/start.BwL9ntus.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/ac-cl9uw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Dxzc93Sw.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Ck0ZRpM9.js>; rel="modulepreload"; nopush, <./_app/immutable/entry/app.B0hfqNcE.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/DsnmJJEf.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CkYkwKVH.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CLGXLoG6.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/0.BwOn5ZpJ.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/hdjn8bjG.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/2.pc4x_O5B.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/BBfihDRy.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/tiRjH0pM.js>; rel="modulepreload"; nopush
    x-sveltekit-page: true
    Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=SD7FVVKKe4TfWpQyCOT43%2BcWJNp0DPDU%2BV3wuJC%2B6aIfwNGmRAIMyqmdke5yoAu6d3kT%2Bdgr3lZILzAE2X4VcxzHyD29mY4gn6EhAU%2BkLhCsj%2BJHtSSM%2BANfy6355D0qUYtASns%3D"}],"group":"cf-nel","max_age":604800}
    NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
    Server: cloudflare
    alt-svc: h3=":443"; ma=86400
    server-timing: cfL4;desc="?proto=TCP&rtt=848&min_rtt=848&rtt_var=424&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=149&delivery_rate=0&cwnd=250&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
    
    Found 2026-01-12 by HttpPlugin
    Create report
propagators-chirho.lovejesus.software
CN:
propagators-chirho.lovejesus.software
Key:
RSA-2048
Issuer:
R12
Not before:
2026-01-24 05:35
Not after:
2026-04-24 05:35
lovejesus.software
CN:
lovejesus.software
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-31 00:21
Not after:
2026-03-31 01:21