Domain zuhdausedu.pages.dev
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Git configuration and history exposed
    First seen 2025-05-17 09:32
    Last seen 2026-02-03 11:05
    Open for 262 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb3b179178

      [core]
      	repositoryformatversion = 0
      	filemode = false
      	bare = false
      	logallrefupdates = true
      	symlinks = false
      	ignorecase = true
      [remote "origin"]
      	url = https://github.com/Sharoonss/zuhdfinalau.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      
      Found on 2026-02-03 11:05
      303 Bytes
  • Git configuration and history exposed
    First seen 2025-05-17 09:32
    Last seen 2026-02-03 11:05
    Open for 262 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb3b179178

      [core]
      	repositoryformatversion = 0
      	filemode = false
      	bare = false
      	logallrefupdates = true
      	symlinks = false
      	ignorecase = true
      [remote "origin"]
      	url = https://github.com/Sharoonss/zuhdfinalau.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      
      Found on 2026-02-03 11:05
      303 Bytes
  • Open service 172.66.47.112:8443 · zuhdausedu.pages.dev

    2026-01-23 05:58

    HTTP/1.1 200 OK
    Date: Fri, 23 Jan 2026 05:58:55 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 40532
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "a7c7b88f4fedc0b6bbbb0efe8543413e"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Pr0gd4xPvkF%2FT3qHBipChkFDQm6StrdC%2B7MpM0lAe9Z1DXZruXFl0xV6YjOb9VAwh6R0He3bAfNMXpHS5gyEWYfei8mb3pgnCyzXT17YEmROUqNL"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c250fe4ecf12781-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: ZUHD Academy
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZUHD Academy</title>
        <link rel="stylesheet" href="styles.css">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
       <style>
         .hero {
                width: 100%;
                height:100vh;
            }
    
            .hero video {
                width: 100%;
                height: 100%;
                background-position: center;
                object-fit: cover;
            }
    
    
             /* Loader styles */
             #loader-wrapper {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #1a1a1a;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }
            
            .loader-container {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            .loading-message {
                color: #ca9836;
                font-size: 1rem;
                margin-top: 15px;
                text-align: center;
                opacity: 0;
                animation: fadeInUp 0.6s ease forwards 1s;
            }
            
            .loader {
                display: flex;
                justify-content: center;
                margin-bottom: 30px;
            }
            
            .letter {
              padding-top: 40px;
                font-size: 3rem;
                font-weight: bold;
                color: #ca9836;
                margin: 10px 5px;
                opacity: 0;
                transform: translateY(20px);
                text-shadow: 0 0 15px rgba(198, 148, 56, 0.5);
                animation: fadeInUp 0.6s ease forwards;
            }
            
            .letter:nth-child(1) {
                animation-delay: 0.2s;
            }
            
            .letter:nth-child(2) {
                animation-delay: 0.4s;
            }
            
            .letter:nth-child(3) {
                animation-delay: 0.6s;
            }
            
            .letter:nth-child(4) {
                animation-delay: 0.8s;
            }
            
            .progress-bar {
                width: 200px;
                height: 5px;
                background-color: rgba(198, 148, 56, 0.2);
                border-radius: 5px;
                position: relative;
                overflow: hidden;
            }
            
            .progress {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 0;
                background-color: #ca9836;
                border-radius: 5px;
                animation: progress 3s ease infinite;
                box-shadow: 0 0 15px #ca9836;
            }
            
            .glow {
                position: absolute;
                width: 50px;
                height: 5px;
                background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
                animation: glow 3s linear infinite;
            }
            
            .circle {
                position: absolute;
                width: 250px;
                height: 250px;
                border: 2px solid rgba(198, 148, 56, 0.2);
                border-radius: 50%;
                animation: rotate 8s linear infinite;
            }
            
            .circle:nth-child(1) {
                border-top-color: #ca9836;
                border-width: 1px;
            }
            
            .circle:nth-child(2) {
                width: 220px;
                height: 220px;
                border-right-color:#ca9836;
                animation-duration: 6s;
                animation-direction: reverse;
                border-width: 1px;
            }
            
            /* Main content styles */
            #main-content {
                display: none;
                min-height: 100vh;
                padding: 20px;
                background-color: #fff;
            }
            
            /* Animations */
            @keyframes fadeInUp {
                to {
                    opacity: 
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 172.66.47.112:443 · zuhdausedu.pages.dev

    2026-01-22 20:53

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 20:53:40 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 40532
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "a7c7b88f4fedc0b6bbbb0efe8543413e"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=arFAe%2FhteFjoIH8evnrL%2Fqp%2BQFujPlrKIVxDENbPgxfJjbAM8CRy5aWyDMa3LiKFE5EZ%2BtyXV%2BmVFQ%2B7p7iNbSFktQGlCKcvJN6LsMHsrkxuJCME"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c21f132bad1ebbc-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: ZUHD Academy
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZUHD Academy</title>
        <link rel="stylesheet" href="styles.css">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
       <style>
         .hero {
                width: 100%;
                height:100vh;
            }
    
            .hero video {
                width: 100%;
                height: 100%;
                background-position: center;
                object-fit: cover;
            }
    
    
             /* Loader styles */
             #loader-wrapper {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #1a1a1a;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }
            
            .loader-container {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            .loading-message {
                color: #ca9836;
                font-size: 1rem;
                margin-top: 15px;
                text-align: center;
                opacity: 0;
                animation: fadeInUp 0.6s ease forwards 1s;
            }
            
            .loader {
                display: flex;
                justify-content: center;
                margin-bottom: 30px;
            }
            
            .letter {
              padding-top: 40px;
                font-size: 3rem;
                font-weight: bold;
                color: #ca9836;
                margin: 10px 5px;
                opacity: 0;
                transform: translateY(20px);
                text-shadow: 0 0 15px rgba(198, 148, 56, 0.5);
                animation: fadeInUp 0.6s ease forwards;
            }
            
            .letter:nth-child(1) {
                animation-delay: 0.2s;
            }
            
            .letter:nth-child(2) {
                animation-delay: 0.4s;
            }
            
            .letter:nth-child(3) {
                animation-delay: 0.6s;
            }
            
            .letter:nth-child(4) {
                animation-delay: 0.8s;
            }
            
            .progress-bar {
                width: 200px;
                height: 5px;
                background-color: rgba(198, 148, 56, 0.2);
                border-radius: 5px;
                position: relative;
                overflow: hidden;
            }
            
            .progress {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 0;
                background-color: #ca9836;
                border-radius: 5px;
                animation: progress 3s ease infinite;
                box-shadow: 0 0 15px #ca9836;
            }
            
            .glow {
                position: absolute;
                width: 50px;
                height: 5px;
                background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
                animation: glow 3s linear infinite;
            }
            
            .circle {
                position: absolute;
                width: 250px;
                height: 250px;
                border: 2px solid rgba(198, 148, 56, 0.2);
                border-radius: 50%;
                animation: rotate 8s linear infinite;
            }
            
            .circle:nth-child(1) {
                border-top-color: #ca9836;
                border-width: 1px;
            }
            
            .circle:nth-child(2) {
                width: 220px;
                height: 220px;
                border-right-color:#ca9836;
                animation-duration: 6s;
                animation-direction: reverse;
                border-width: 1px;
            }
            
            /* Main content styles */
            #main-content {
                display: none;
                min-height: 100vh;
                padding: 20px;
                background-color: #fff;
            }
            
            /* Animations */
            @keyframes fadeInUp {
                to {
                    opacity: 
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 172.66.47.112:8443 · zuhdausedu.pages.dev

    2026-01-09 17:28

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 17:28:09 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 40532
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "a7c7b88f4fedc0b6bbbb0efe8543413e"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=65pi1kF9P%2BNS47NAilo7ilS30NDOUsz538wD0Buk2%2FNbfqHbL4AFluaA301r%2F1knHFL9TwByMB2HNr2ipaGPugf%2BzG9OGTFsBX%2FttIqpypzDOpvq"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb5a64348afd817-BLR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: ZUHD Academy
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZUHD Academy</title>
        <link rel="stylesheet" href="styles.css">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
       <style>
         .hero {
                width: 100%;
                height:100vh;
            }
    
            .hero video {
                width: 100%;
                height: 100%;
                background-position: center;
                object-fit: cover;
            }
    
    
             /* Loader styles */
             #loader-wrapper {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #1a1a1a;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }
            
            .loader-container {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            .loading-message {
                color: #ca9836;
                font-size: 1rem;
                margin-top: 15px;
                text-align: center;
                opacity: 0;
                animation: fadeInUp 0.6s ease forwards 1s;
            }
            
            .loader {
                display: flex;
                justify-content: center;
                margin-bottom: 30px;
            }
            
            .letter {
              padding-top: 40px;
                font-size: 3rem;
                font-weight: bold;
                color: #ca9836;
                margin: 10px 5px;
                opacity: 0;
                transform: translateY(20px);
                text-shadow: 0 0 15px rgba(198, 148, 56, 0.5);
                animation: fadeInUp 0.6s ease forwards;
            }
            
            .letter:nth-child(1) {
                animation-delay: 0.2s;
            }
            
            .letter:nth-child(2) {
                animation-delay: 0.4s;
            }
            
            .letter:nth-child(3) {
                animation-delay: 0.6s;
            }
            
            .letter:nth-child(4) {
                animation-delay: 0.8s;
            }
            
            .progress-bar {
                width: 200px;
                height: 5px;
                background-color: rgba(198, 148, 56, 0.2);
                border-radius: 5px;
                position: relative;
                overflow: hidden;
            }
            
            .progress {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 0;
                background-color: #ca9836;
                border-radius: 5px;
                animation: progress 3s ease infinite;
                box-shadow: 0 0 15px #ca9836;
            }
            
            .glow {
                position: absolute;
                width: 50px;
                height: 5px;
                background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
                animation: glow 3s linear infinite;
            }
            
            .circle {
                position: absolute;
                width: 250px;
                height: 250px;
                border: 2px solid rgba(198, 148, 56, 0.2);
                border-radius: 50%;
                animation: rotate 8s linear infinite;
            }
            
            .circle:nth-child(1) {
                border-top-color: #ca9836;
                border-width: 1px;
            }
            
            .circle:nth-child(2) {
                width: 220px;
                height: 220px;
                border-right-color:#ca9836;
                animation-duration: 6s;
                animation-direction: reverse;
                border-width: 1px;
            }
            
            /* Main content styles */
            #main-content {
                display: none;
                min-height: 100vh;
                padding: 20px;
                background-color: #fff;
            }
            
            /* Animations */
            @keyframes fadeInUp {
                to {
                    opacity: 
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f70:80 · zuhdausedu.pages.dev

    2026-01-09 06:04

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 09 Jan 2026 06:04:55 GMT
    Content-Length: 0
    Connection: close
    Location: https://zuhdausedu.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=g4dFok%2BYIqrQ8cZNr2Y13F0N41HQ88tazU1Lacx1Y8suaplN7m2AsZR2YjtL%2BTnIXCLvRV1xl4o2Z1ixDRtGTvB3sSBQTtQNCQAeZ%2B0YlzofpIyjnNfrzoZhvAcU4Cy9"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb1bd6db80da63b-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.66.47.112:443 · zuhdausedu.pages.dev

    2026-01-09 06:04

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 06:04:55 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 40532
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "a7c7b88f4fedc0b6bbbb0efe8543413e"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=zNHix1m37Vez37b84iyeNr0jStZ0D1v8d8zCTAbSTGTgVtu1UdS47P8dU2Xqdw3oUprJihDNab9JTBfcxC4M5IWvSi9PcPT8tADTxz%2BjdVt3vbo%2F"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb1bd6e5b78aae2-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: ZUHD Academy
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZUHD Academy</title>
        <link rel="stylesheet" href="styles.css">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
       <style>
         .hero {
                width: 100%;
                height:100vh;
            }
    
            .hero video {
                width: 100%;
                height: 100%;
                background-position: center;
                object-fit: cover;
            }
    
    
             /* Loader styles */
             #loader-wrapper {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #1a1a1a;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }
            
            .loader-container {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            .loading-message {
                color: #ca9836;
                font-size: 1rem;
                margin-top: 15px;
                text-align: center;
                opacity: 0;
                animation: fadeInUp 0.6s ease forwards 1s;
            }
            
            .loader {
                display: flex;
                justify-content: center;
                margin-bottom: 30px;
            }
            
            .letter {
              padding-top: 40px;
                font-size: 3rem;
                font-weight: bold;
                color: #ca9836;
                margin: 10px 5px;
                opacity: 0;
                transform: translateY(20px);
                text-shadow: 0 0 15px rgba(198, 148, 56, 0.5);
                animation: fadeInUp 0.6s ease forwards;
            }
            
            .letter:nth-child(1) {
                animation-delay: 0.2s;
            }
            
            .letter:nth-child(2) {
                animation-delay: 0.4s;
            }
            
            .letter:nth-child(3) {
                animation-delay: 0.6s;
            }
            
            .letter:nth-child(4) {
                animation-delay: 0.8s;
            }
            
            .progress-bar {
                width: 200px;
                height: 5px;
                background-color: rgba(198, 148, 56, 0.2);
                border-radius: 5px;
                position: relative;
                overflow: hidden;
            }
            
            .progress {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 0;
                background-color: #ca9836;
                border-radius: 5px;
                animation: progress 3s ease infinite;
                box-shadow: 0 0 15px #ca9836;
            }
            
            .glow {
                position: absolute;
                width: 50px;
                height: 5px;
                background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
                animation: glow 3s linear infinite;
            }
            
            .circle {
                position: absolute;
                width: 250px;
                height: 250px;
                border: 2px solid rgba(198, 148, 56, 0.2);
                border-radius: 50%;
                animation: rotate 8s linear infinite;
            }
            
            .circle:nth-child(1) {
                border-top-color: #ca9836;
                border-width: 1px;
            }
            
            .circle:nth-child(2) {
                width: 220px;
                height: 220px;
                border-right-color:#ca9836;
                animation-duration: 6s;
                animation-direction: reverse;
                border-width: 1px;
            }
            
            /* Main content styles */
            #main-content {
                display: none;
                min-height: 100vh;
                padding: 20px;
                background-color: #fff;
            }
            
            /* Animations */
            @keyframes fadeInUp {
                to {
                    opacity: 
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.66.44.144:8443 · zuhdausedu.pages.dev

    2026-01-09 06:04

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 06:04:55 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 40532
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "a7c7b88f4fedc0b6bbbb0efe8543413e"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=mdvLfRbVz2IM3LxOeVFTNfdqgs5Pfg9d%2B5uyiCfv6Jc%2BWkXngZ3v4dFk%2BeSPRPoFHbYy68DEfFgESbP1qIh%2FbbH9dmDrNHpxgKja2K5e8%2B4Sug%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb1bd6ee982a217-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title: ZUHD Academy
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZUHD Academy</title>
        <link rel="stylesheet" href="styles.css">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
       <style>
         .hero {
                width: 100%;
                height:100vh;
            }
    
            .hero video {
                width: 100%;
                height: 100%;
                background-position: center;
                object-fit: cover;
            }
    
    
             /* Loader styles */
             #loader-wrapper {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #1a1a1a;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }
            
            .loader-container {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            .loading-message {
                color: #ca9836;
                font-size: 1rem;
                margin-top: 15px;
                text-align: center;
                opacity: 0;
                animation: fadeInUp 0.6s ease forwards 1s;
            }
            
            .loader {
                display: flex;
                justify-content: center;
                margin-bottom: 30px;
            }
            
            .letter {
              padding-top: 40px;
                font-size: 3rem;
                font-weight: bold;
                color: #ca9836;
                margin: 10px 5px;
                opacity: 0;
                transform: translateY(20px);
                text-shadow: 0 0 15px rgba(198, 148, 56, 0.5);
                animation: fadeInUp 0.6s ease forwards;
            }
            
            .letter:nth-child(1) {
                animation-delay: 0.2s;
            }
            
            .letter:nth-child(2) {
                animation-delay: 0.4s;
            }
            
            .letter:nth-child(3) {
                animation-delay: 0.6s;
            }
            
            .letter:nth-child(4) {
                animation-delay: 0.8s;
            }
            
            .progress-bar {
                width: 200px;
                height: 5px;
                background-color: rgba(198, 148, 56, 0.2);
                border-radius: 5px;
                position: relative;
                overflow: hidden;
            }
            
            .progress {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 0;
                background-color: #ca9836;
                border-radius: 5px;
                animation: progress 3s ease infinite;
                box-shadow: 0 0 15px #ca9836;
            }
            
            .glow {
                position: absolute;
                width: 50px;
                height: 5px;
                background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
                animation: glow 3s linear infinite;
            }
            
            .circle {
                position: absolute;
                width: 250px;
                height: 250px;
                border: 2px solid rgba(198, 148, 56, 0.2);
                border-radius: 50%;
                animation: rotate 8s linear infinite;
            }
            
            .circle:nth-child(1) {
                border-top-color: #ca9836;
                border-width: 1px;
            }
            
            .circle:nth-child(2) {
                width: 220px;
                height: 220px;
                border-right-color:#ca9836;
                animation-duration: 6s;
                animation-direction: reverse;
                border-width: 1px;
            }
            
            /* Main content styles */
            #main-content {
                display: none;
                min-height: 100vh;
                padding: 20px;
                background-color: #fff;
            }
            
            /* Animations */
            @keyframes fadeInUp {
                to {
                    opacity: 
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f70:8443 · zuhdausedu.pages.dev

    2026-01-09 06:04

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 06:04:55 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 40532
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "a7c7b88f4fedc0b6bbbb0efe8543413e"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=LLGh3lECz8nzdf8pjvnPfm220py%2BvmjDjflieZ4echW4DheVmyXFnSUDyZjB3pUzos9NISb3k%2BMpO1dzZzpE%2FG8u8sdP0ICUOtt0dvHWgFptLU1nd3bSxkOmLilcMMOz"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb1bd6ebda0de08-SIN
    alt-svc: h3=":8443"; ma=86400
    
    Page title: ZUHD Academy
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZUHD Academy</title>
        <link rel="stylesheet" href="styles.css">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
       <style>
         .hero {
                width: 100%;
                height:100vh;
            }
    
            .hero video {
                width: 100%;
                height: 100%;
                background-position: center;
                object-fit: cover;
            }
    
    
             /* Loader styles */
             #loader-wrapper {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #1a1a1a;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }
            
            .loader-container {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            .loading-message {
                color: #ca9836;
                font-size: 1rem;
                margin-top: 15px;
                text-align: center;
                opacity: 0;
                animation: fadeInUp 0.6s ease forwards 1s;
            }
            
            .loader {
                display: flex;
                justify-content: center;
                margin-bottom: 30px;
            }
            
            .letter {
              padding-top: 40px;
                font-size: 3rem;
                font-weight: bold;
                color: #ca9836;
                margin: 10px 5px;
                opacity: 0;
                transform: translateY(20px);
                text-shadow: 0 0 15px rgba(198, 148, 56, 0.5);
                animation: fadeInUp 0.6s ease forwards;
            }
            
            .letter:nth-child(1) {
                animation-delay: 0.2s;
            }
            
            .letter:nth-child(2) {
                animation-delay: 0.4s;
            }
            
            .letter:nth-child(3) {
                animation-delay: 0.6s;
            }
            
            .letter:nth-child(4) {
                animation-delay: 0.8s;
            }
            
            .progress-bar {
                width: 200px;
                height: 5px;
                background-color: rgba(198, 148, 56, 0.2);
                border-radius: 5px;
                position: relative;
                overflow: hidden;
            }
            
            .progress {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 0;
                background-color: #ca9836;
                border-radius: 5px;
                animation: progress 3s ease infinite;
                box-shadow: 0 0 15px #ca9836;
            }
            
            .glow {
                position: absolute;
                width: 50px;
                height: 5px;
                background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
                animation: glow 3s linear infinite;
            }
            
            .circle {
                position: absolute;
                width: 250px;
                height: 250px;
                border: 2px solid rgba(198, 148, 56, 0.2);
                border-radius: 50%;
                animation: rotate 8s linear infinite;
            }
            
            .circle:nth-child(1) {
                border-top-color: #ca9836;
                border-width: 1px;
            }
            
            .circle:nth-child(2) {
                width: 220px;
                height: 220px;
                border-right-color:#ca9836;
                animation-duration: 6s;
                animation-direction: reverse;
                border-width: 1px;
            }
            
            /* Main content styles */
            #main-content {
                display: none;
                min-height: 100vh;
                padding: 20px;
                background-color: #fff;
            }
            
            /* Animations */
            @keyframes fadeInUp {
                to {
                    opacity: 
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c90:8443 · zuhdausedu.pages.dev

    2026-01-09 06:04

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 06:04:55 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 40532
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "a7c7b88f4fedc0b6bbbb0efe8543413e"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=PfyU5zC%2BSuM7A3NOxjix6gCVEAiTldjTdQFOTVZvdxEMkInypno3D6xt0xGE00%2F5brYeawc6%2BrVS3NaMY%2FUpgcsryMLxCUEg1ntKynQx5z4%2Fq%2B2YlJ9ma3EmXP110gWF"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb1bd6e0f393664-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: ZUHD Academy
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZUHD Academy</title>
        <link rel="stylesheet" href="styles.css">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
       <style>
         .hero {
                width: 100%;
                height:100vh;
            }
    
            .hero video {
                width: 100%;
                height: 100%;
                background-position: center;
                object-fit: cover;
            }
    
    
             /* Loader styles */
             #loader-wrapper {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #1a1a1a;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }
            
            .loader-container {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            .loading-message {
                color: #ca9836;
                font-size: 1rem;
                margin-top: 15px;
                text-align: center;
                opacity: 0;
                animation: fadeInUp 0.6s ease forwards 1s;
            }
            
            .loader {
                display: flex;
                justify-content: center;
                margin-bottom: 30px;
            }
            
            .letter {
              padding-top: 40px;
                font-size: 3rem;
                font-weight: bold;
                color: #ca9836;
                margin: 10px 5px;
                opacity: 0;
                transform: translateY(20px);
                text-shadow: 0 0 15px rgba(198, 148, 56, 0.5);
                animation: fadeInUp 0.6s ease forwards;
            }
            
            .letter:nth-child(1) {
                animation-delay: 0.2s;
            }
            
            .letter:nth-child(2) {
                animation-delay: 0.4s;
            }
            
            .letter:nth-child(3) {
                animation-delay: 0.6s;
            }
            
            .letter:nth-child(4) {
                animation-delay: 0.8s;
            }
            
            .progress-bar {
                width: 200px;
                height: 5px;
                background-color: rgba(198, 148, 56, 0.2);
                border-radius: 5px;
                position: relative;
                overflow: hidden;
            }
            
            .progress {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 0;
                background-color: #ca9836;
                border-radius: 5px;
                animation: progress 3s ease infinite;
                box-shadow: 0 0 15px #ca9836;
            }
            
            .glow {
                position: absolute;
                width: 50px;
                height: 5px;
                background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
                animation: glow 3s linear infinite;
            }
            
            .circle {
                position: absolute;
                width: 250px;
                height: 250px;
                border: 2px solid rgba(198, 148, 56, 0.2);
                border-radius: 50%;
                animation: rotate 8s linear infinite;
            }
            
            .circle:nth-child(1) {
                border-top-color: #ca9836;
                border-width: 1px;
            }
            
            .circle:nth-child(2) {
                width: 220px;
                height: 220px;
                border-right-color:#ca9836;
                animation-duration: 6s;
                animation-direction: reverse;
                border-width: 1px;
            }
            
            /* Main content styles */
            #main-content {
                display: none;
                min-height: 100vh;
                padding: 20px;
                background-color: #fff;
            }
            
            /* Animations */
            @keyframes fadeInUp {
                to {
                    opacity: 
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.66.47.112:80 · zuhdausedu.pages.dev

    2026-01-09 06:04

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 09 Jan 2026 06:04:55 GMT
    Content-Length: 0
    Connection: close
    Location: https://zuhdausedu.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=l81oT6QG9XdR01kgl39Weem%2FovPun521QRRRJ39cOOsjSGcKCx%2Flf%2B1p4LzFVQ0G%2FxsqdaP2wy4wNKQa9pw5Qm4YkQKpoeHX%2FEGQ3tyt3a1tRT5P"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb1bd6d284ba01d-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.66.44.144:80 · zuhdausedu.pages.dev

    2026-01-09 06:04

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 09 Jan 2026 06:04:55 GMT
    Content-Length: 0
    Connection: close
    Location: https://zuhdausedu.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=CIzYIyg6JbhvKfDmvGCjQwKscfxFLET0d%2BRYdn2%2BJXDPIjDsds1oN%2FGjQAb8jDj80n6ckAi2MKcfI9%2BfR3rpnEvKVzqMFlMFnNZDvZaBQEgRrQmL"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb1bd6d09d98c6d-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c90:443 · zuhdausedu.pages.dev

    2026-01-09 06:04

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 06:04:55 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 40532
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "a7c7b88f4fedc0b6bbbb0efe8543413e"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2FKRkRI7qnfiglzCX2hp15MZmZJhYYdf6NhvZtfsowOiilF90C8WZVNvmE4MCcdZty2Qqq6sLe6ajfPgPGYG5W%2FaBppLFXOrZEZ3eI7jd6xM335bWoNjuJIk%2FgIInOq4K"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb1bd6d79c8f7ee-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: ZUHD Academy
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZUHD Academy</title>
        <link rel="stylesheet" href="styles.css">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
       <style>
         .hero {
                width: 100%;
                height:100vh;
            }
    
            .hero video {
                width: 100%;
                height: 100%;
                background-position: center;
                object-fit: cover;
            }
    
    
             /* Loader styles */
             #loader-wrapper {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #1a1a1a;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }
            
            .loader-container {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            .loading-message {
                color: #ca9836;
                font-size: 1rem;
                margin-top: 15px;
                text-align: center;
                opacity: 0;
                animation: fadeInUp 0.6s ease forwards 1s;
            }
            
            .loader {
                display: flex;
                justify-content: center;
                margin-bottom: 30px;
            }
            
            .letter {
              padding-top: 40px;
                font-size: 3rem;
                font-weight: bold;
                color: #ca9836;
                margin: 10px 5px;
                opacity: 0;
                transform: translateY(20px);
                text-shadow: 0 0 15px rgba(198, 148, 56, 0.5);
                animation: fadeInUp 0.6s ease forwards;
            }
            
            .letter:nth-child(1) {
                animation-delay: 0.2s;
            }
            
            .letter:nth-child(2) {
                animation-delay: 0.4s;
            }
            
            .letter:nth-child(3) {
                animation-delay: 0.6s;
            }
            
            .letter:nth-child(4) {
                animation-delay: 0.8s;
            }
            
            .progress-bar {
                width: 200px;
                height: 5px;
                background-color: rgba(198, 148, 56, 0.2);
                border-radius: 5px;
                position: relative;
                overflow: hidden;
            }
            
            .progress {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 0;
                background-color: #ca9836;
                border-radius: 5px;
                animation: progress 3s ease infinite;
                box-shadow: 0 0 15px #ca9836;
            }
            
            .glow {
                position: absolute;
                width: 50px;
                height: 5px;
                background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
                animation: glow 3s linear infinite;
            }
            
            .circle {
                position: absolute;
                width: 250px;
                height: 250px;
                border: 2px solid rgba(198, 148, 56, 0.2);
                border-radius: 50%;
                animation: rotate 8s linear infinite;
            }
            
            .circle:nth-child(1) {
                border-top-color: #ca9836;
                border-width: 1px;
            }
            
            .circle:nth-child(2) {
                width: 220px;
                height: 220px;
                border-right-color:#ca9836;
                animation-duration: 6s;
                animation-direction: reverse;
                border-width: 1px;
            }
            
            /* Main content styles */
            #main-content {
                display: none;
                min-height: 100vh;
                padding: 20px;
                background-color: #fff;
            }
            
            /* Animations */
            @keyframes fadeInUp {
                to {
                    opacity: 
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f70:443 · zuhdausedu.pages.dev

    2026-01-09 06:04

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 06:04:55 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 40532
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "a7c7b88f4fedc0b6bbbb0efe8543413e"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=fV5I%2FsPvZNilnsrpnGQVZzYwcXw913tyMYHsKLfyrSz96qZ1Btqgo9mGr5YqDJIhYe5cGUsnaCTFXaWTaBCv3nvtUg723SECuVURLYCz3dKzvljrYri52fwV3mqL0OAi"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb1bd6ddf567cea-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: ZUHD Academy
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZUHD Academy</title>
        <link rel="stylesheet" href="styles.css">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
       <style>
         .hero {
                width: 100%;
                height:100vh;
            }
    
            .hero video {
                width: 100%;
                height: 100%;
                background-position: center;
                object-fit: cover;
            }
    
    
             /* Loader styles */
             #loader-wrapper {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #1a1a1a;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }
            
            .loader-container {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            .loading-message {
                color: #ca9836;
                font-size: 1rem;
                margin-top: 15px;
                text-align: center;
                opacity: 0;
                animation: fadeInUp 0.6s ease forwards 1s;
            }
            
            .loader {
                display: flex;
                justify-content: center;
                margin-bottom: 30px;
            }
            
            .letter {
              padding-top: 40px;
                font-size: 3rem;
                font-weight: bold;
                color: #ca9836;
                margin: 10px 5px;
                opacity: 0;
                transform: translateY(20px);
                text-shadow: 0 0 15px rgba(198, 148, 56, 0.5);
                animation: fadeInUp 0.6s ease forwards;
            }
            
            .letter:nth-child(1) {
                animation-delay: 0.2s;
            }
            
            .letter:nth-child(2) {
                animation-delay: 0.4s;
            }
            
            .letter:nth-child(3) {
                animation-delay: 0.6s;
            }
            
            .letter:nth-child(4) {
                animation-delay: 0.8s;
            }
            
            .progress-bar {
                width: 200px;
                height: 5px;
                background-color: rgba(198, 148, 56, 0.2);
                border-radius: 5px;
                position: relative;
                overflow: hidden;
            }
            
            .progress {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 0;
                background-color: #ca9836;
                border-radius: 5px;
                animation: progress 3s ease infinite;
                box-shadow: 0 0 15px #ca9836;
            }
            
            .glow {
                position: absolute;
                width: 50px;
                height: 5px;
                background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
                animation: glow 3s linear infinite;
            }
            
            .circle {
                position: absolute;
                width: 250px;
                height: 250px;
                border: 2px solid rgba(198, 148, 56, 0.2);
                border-radius: 50%;
                animation: rotate 8s linear infinite;
            }
            
            .circle:nth-child(1) {
                border-top-color: #ca9836;
                border-width: 1px;
            }
            
            .circle:nth-child(2) {
                width: 220px;
                height: 220px;
                border-right-color:#ca9836;
                animation-duration: 6s;
                animation-direction: reverse;
                border-width: 1px;
            }
            
            /* Main content styles */
            #main-content {
                display: none;
                min-height: 100vh;
                padding: 20px;
                background-color: #fff;
            }
            
            /* Animations */
            @keyframes fadeInUp {
                to {
                    opacity: 
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c90:80 · zuhdausedu.pages.dev

    2026-01-09 06:04

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 09 Jan 2026 06:04:55 GMT
    Content-Length: 0
    Connection: close
    Location: https://zuhdausedu.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2BFC%2BoiBeNOBgQ4ICf0F2EYY%2BCZipW%2BRdcYJB%2BsRDrtD3VWP6ZIlezJ%2FzNzZhkZ8XtdMM9RxuL4KXYPp7VUH9TDF%2Bc9Fq7jm6a5SExGqaY33X6doiNGDDmVdQagjTj6R5"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb1bd6d3af0b8c6-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.66.47.112:8443 · zuhdausedu.pages.dev

    2026-01-09 06:04

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 06:04:55 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 40532
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "a7c7b88f4fedc0b6bbbb0efe8543413e"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=eT9uu0y%2BrLl36O53XHRU732N7vN2hic7whogG3bqpxRv2t%2BbwFAq%2B6owoOFHa9P5XKRUENtQ4g8ul%2FG4022FLS%2F0elBY6QuMwu0aMT4NVVbX4w1c"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb1bd6e2b909490-LHR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: ZUHD Academy
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZUHD Academy</title>
        <link rel="stylesheet" href="styles.css">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
       <style>
         .hero {
                width: 100%;
                height:100vh;
            }
    
            .hero video {
                width: 100%;
                height: 100%;
                background-position: center;
                object-fit: cover;
            }
    
    
             /* Loader styles */
             #loader-wrapper {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #1a1a1a;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }
            
            .loader-container {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            .loading-message {
                color: #ca9836;
                font-size: 1rem;
                margin-top: 15px;
                text-align: center;
                opacity: 0;
                animation: fadeInUp 0.6s ease forwards 1s;
            }
            
            .loader {
                display: flex;
                justify-content: center;
                margin-bottom: 30px;
            }
            
            .letter {
              padding-top: 40px;
                font-size: 3rem;
                font-weight: bold;
                color: #ca9836;
                margin: 10px 5px;
                opacity: 0;
                transform: translateY(20px);
                text-shadow: 0 0 15px rgba(198, 148, 56, 0.5);
                animation: fadeInUp 0.6s ease forwards;
            }
            
            .letter:nth-child(1) {
                animation-delay: 0.2s;
            }
            
            .letter:nth-child(2) {
                animation-delay: 0.4s;
            }
            
            .letter:nth-child(3) {
                animation-delay: 0.6s;
            }
            
            .letter:nth-child(4) {
                animation-delay: 0.8s;
            }
            
            .progress-bar {
                width: 200px;
                height: 5px;
                background-color: rgba(198, 148, 56, 0.2);
                border-radius: 5px;
                position: relative;
                overflow: hidden;
            }
            
            .progress {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 0;
                background-color: #ca9836;
                border-radius: 5px;
                animation: progress 3s ease infinite;
                box-shadow: 0 0 15px #ca9836;
            }
            
            .glow {
                position: absolute;
                width: 50px;
                height: 5px;
                background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
                animation: glow 3s linear infinite;
            }
            
            .circle {
                position: absolute;
                width: 250px;
                height: 250px;
                border: 2px solid rgba(198, 148, 56, 0.2);
                border-radius: 50%;
                animation: rotate 8s linear infinite;
            }
            
            .circle:nth-child(1) {
                border-top-color: #ca9836;
                border-width: 1px;
            }
            
            .circle:nth-child(2) {
                width: 220px;
                height: 220px;
                border-right-color:#ca9836;
                animation-duration: 6s;
                animation-direction: reverse;
                border-width: 1px;
            }
            
            /* Main content styles */
            #main-content {
                display: none;
                min-height: 100vh;
                padding: 20px;
                background-color: #fff;
            }
            
            /* Animations */
            @keyframes fadeInUp {
                to {
                    opacity: 
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.66.44.144:443 · zuhdausedu.pages.dev

    2026-01-09 06:04

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 06:04:55 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 40532
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "a7c7b88f4fedc0b6bbbb0efe8543413e"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=SZMApAi%2FIIIzUh76bSCGvOh10INGVY4j1l%2BAnBVd8TvDQQyBlpWEYmmUM%2FmtZ6AsocrUt3dr3Kg8wrio0nzt%2B8CjD%2BVx99G20pIIlxqBEcWJnJWR"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb1bd6e0ee21217-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: ZUHD Academy
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZUHD Academy</title>
        <link rel="stylesheet" href="styles.css">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
       <style>
         .hero {
                width: 100%;
                height:100vh;
            }
    
            .hero video {
                width: 100%;
                height: 100%;
                background-position: center;
                object-fit: cover;
            }
    
    
             /* Loader styles */
             #loader-wrapper {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #1a1a1a;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }
            
            .loader-container {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            .loading-message {
                color: #ca9836;
                font-size: 1rem;
                margin-top: 15px;
                text-align: center;
                opacity: 0;
                animation: fadeInUp 0.6s ease forwards 1s;
            }
            
            .loader {
                display: flex;
                justify-content: center;
                margin-bottom: 30px;
            }
            
            .letter {
              padding-top: 40px;
                font-size: 3rem;
                font-weight: bold;
                color: #ca9836;
                margin: 10px 5px;
                opacity: 0;
                transform: translateY(20px);
                text-shadow: 0 0 15px rgba(198, 148, 56, 0.5);
                animation: fadeInUp 0.6s ease forwards;
            }
            
            .letter:nth-child(1) {
                animation-delay: 0.2s;
            }
            
            .letter:nth-child(2) {
                animation-delay: 0.4s;
            }
            
            .letter:nth-child(3) {
                animation-delay: 0.6s;
            }
            
            .letter:nth-child(4) {
                animation-delay: 0.8s;
            }
            
            .progress-bar {
                width: 200px;
                height: 5px;
                background-color: rgba(198, 148, 56, 0.2);
                border-radius: 5px;
                position: relative;
                overflow: hidden;
            }
            
            .progress {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 0;
                background-color: #ca9836;
                border-radius: 5px;
                animation: progress 3s ease infinite;
                box-shadow: 0 0 15px #ca9836;
            }
            
            .glow {
                position: absolute;
                width: 50px;
                height: 5px;
                background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
                animation: glow 3s linear infinite;
            }
            
            .circle {
                position: absolute;
                width: 250px;
                height: 250px;
                border: 2px solid rgba(198, 148, 56, 0.2);
                border-radius: 50%;
                animation: rotate 8s linear infinite;
            }
            
            .circle:nth-child(1) {
                border-top-color: #ca9836;
                border-width: 1px;
            }
            
            .circle:nth-child(2) {
                width: 220px;
                height: 220px;
                border-right-color:#ca9836;
                animation-duration: 6s;
                animation-direction: reverse;
                border-width: 1px;
            }
            
            /* Main content styles */
            #main-content {
                display: none;
                min-height: 100vh;
                padding: 20px;
                background-color: #fff;
            }
            
            /* Animations */
            @keyframes fadeInUp {
                to {
                    opacity: 
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.66.47.112:443 · zuhdausedu.pages.dev

    2026-01-09 04:12

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 04:13:01 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 40532
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "a7c7b88f4fedc0b6bbbb0efe8543413e"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2FaOjxjSf78tAYSG%2BzZFpQBZee2Gwt716%2F%2B%2Fh3W%2BOCugiJUZ7qg33cfIr%2B0DfA1jyiiMrBGEtW6AQ0qsZsDK863iMyNq7nNvTPBWGqsxdZgeZMISP"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb119862cd230e2-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: ZUHD Academy
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZUHD Academy</title>
        <link rel="stylesheet" href="styles.css">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
       <style>
         .hero {
                width: 100%;
                height:100vh;
            }
    
            .hero video {
                width: 100%;
                height: 100%;
                background-position: center;
                object-fit: cover;
            }
    
    
             /* Loader styles */
             #loader-wrapper {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #1a1a1a;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }
            
            .loader-container {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            .loading-message {
                color: #ca9836;
                font-size: 1rem;
                margin-top: 15px;
                text-align: center;
                opacity: 0;
                animation: fadeInUp 0.6s ease forwards 1s;
            }
            
            .loader {
                display: flex;
                justify-content: center;
                margin-bottom: 30px;
            }
            
            .letter {
              padding-top: 40px;
                font-size: 3rem;
                font-weight: bold;
                color: #ca9836;
                margin: 10px 5px;
                opacity: 0;
                transform: translateY(20px);
                text-shadow: 0 0 15px rgba(198, 148, 56, 0.5);
                animation: fadeInUp 0.6s ease forwards;
            }
            
            .letter:nth-child(1) {
                animation-delay: 0.2s;
            }
            
            .letter:nth-child(2) {
                animation-delay: 0.4s;
            }
            
            .letter:nth-child(3) {
                animation-delay: 0.6s;
            }
            
            .letter:nth-child(4) {
                animation-delay: 0.8s;
            }
            
            .progress-bar {
                width: 200px;
                height: 5px;
                background-color: rgba(198, 148, 56, 0.2);
                border-radius: 5px;
                position: relative;
                overflow: hidden;
            }
            
            .progress {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 0;
                background-color: #ca9836;
                border-radius: 5px;
                animation: progress 3s ease infinite;
                box-shadow: 0 0 15px #ca9836;
            }
            
            .glow {
                position: absolute;
                width: 50px;
                height: 5px;
                background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
                animation: glow 3s linear infinite;
            }
            
            .circle {
                position: absolute;
                width: 250px;
                height: 250px;
                border: 2px solid rgba(198, 148, 56, 0.2);
                border-radius: 50%;
                animation: rotate 8s linear infinite;
            }
            
            .circle:nth-child(1) {
                border-top-color: #ca9836;
                border-width: 1px;
            }
            
            .circle:nth-child(2) {
                width: 220px;
                height: 220px;
                border-right-color:#ca9836;
                animation-duration: 6s;
                animation-direction: reverse;
                border-width: 1px;
            }
            
            /* Main content styles */
            #main-content {
                display: none;
                min-height: 100vh;
                padding: 20px;
                background-color: #fff;
            }
            
            /* Animations */
            @keyframes fadeInUp {
                to {
                    opacity: 
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.66.47.112:8443 · zuhdausedu.pages.dev

    2026-01-02 09:01

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 09:01:13 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 40532
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "a7c7b88f4fedc0b6bbbb0efe8543413e"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XtbIVWEwUWkqrnAYp1jaBu8YtDRI4iQnUAnC%2BcjcCLMOt%2F%2FTI%2FvNfSI9wShhMzd%2B8HGWcd4ltplyjfkY73cMQFqvpCvCAt2FrPsXjYJdhpg4dAG0"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b79120c6be7dca6-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: ZUHD Academy
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZUHD Academy</title>
        <link rel="stylesheet" href="styles.css">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
       <style>
         .hero {
                width: 100%;
                height:100vh;
            }
    
            .hero video {
                width: 100%;
                height: 100%;
                background-position: center;
                object-fit: cover;
            }
    
    
             /* Loader styles */
             #loader-wrapper {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #1a1a1a;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }
            
            .loader-container {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            .loading-message {
                color: #ca9836;
                font-size: 1rem;
                margin-top: 15px;
                text-align: center;
                opacity: 0;
                animation: fadeInUp 0.6s ease forwards 1s;
            }
            
            .loader {
                display: flex;
                justify-content: center;
                margin-bottom: 30px;
            }
            
            .letter {
              padding-top: 40px;
                font-size: 3rem;
                font-weight: bold;
                color: #ca9836;
                margin: 10px 5px;
                opacity: 0;
                transform: translateY(20px);
                text-shadow: 0 0 15px rgba(198, 148, 56, 0.5);
                animation: fadeInUp 0.6s ease forwards;
            }
            
            .letter:nth-child(1) {
                animation-delay: 0.2s;
            }
            
            .letter:nth-child(2) {
                animation-delay: 0.4s;
            }
            
            .letter:nth-child(3) {
                animation-delay: 0.6s;
            }
            
            .letter:nth-child(4) {
                animation-delay: 0.8s;
            }
            
            .progress-bar {
                width: 200px;
                height: 5px;
                background-color: rgba(198, 148, 56, 0.2);
                border-radius: 5px;
                position: relative;
                overflow: hidden;
            }
            
            .progress {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 0;
                background-color: #ca9836;
                border-radius: 5px;
                animation: progress 3s ease infinite;
                box-shadow: 0 0 15px #ca9836;
            }
            
            .glow {
                position: absolute;
                width: 50px;
                height: 5px;
                background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
                animation: glow 3s linear infinite;
            }
            
            .circle {
                position: absolute;
                width: 250px;
                height: 250px;
                border: 2px solid rgba(198, 148, 56, 0.2);
                border-radius: 50%;
                animation: rotate 8s linear infinite;
            }
            
            .circle:nth-child(1) {
                border-top-color: #ca9836;
                border-width: 1px;
            }
            
            .circle:nth-child(2) {
                width: 220px;
                height: 220px;
                border-right-color:#ca9836;
                animation-duration: 6s;
                animation-direction: reverse;
                border-width: 1px;
            }
            
            /* Main content styles */
            #main-content {
                display: none;
                min-height: 100vh;
                padding: 20px;
                background-color: #fff;
            }
            
            /* Animations */
            @keyframes fadeInUp {
                to {
                    opacity: 
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 172.66.47.112:443 · zuhdausedu.pages.dev

    2026-01-02 05:24

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 05:24:51 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 40532
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "a7c7b88f4fedc0b6bbbb0efe8543413e"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=q6xd%2B0QDGU%2BDNLXxhGH0mit8oKSem%2FyV9kUZuhEOaZHGrMAXmR87nQtb1OriNtpvWqSqtj08Cs6UrXfW3HNorvlj4GXB%2BuY4zzn0A7A%2Bf6FH%2BA%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b77d51dccbea1ed-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: ZUHD Academy
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZUHD Academy</title>
        <link rel="stylesheet" href="styles.css">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
       <style>
         .hero {
                width: 100%;
                height:100vh;
            }
    
            .hero video {
                width: 100%;
                height: 100%;
                background-position: center;
                object-fit: cover;
            }
    
    
             /* Loader styles */
             #loader-wrapper {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #1a1a1a;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }
            
            .loader-container {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            .loading-message {
                color: #ca9836;
                font-size: 1rem;
                margin-top: 15px;
                text-align: center;
                opacity: 0;
                animation: fadeInUp 0.6s ease forwards 1s;
            }
            
            .loader {
                display: flex;
                justify-content: center;
                margin-bottom: 30px;
            }
            
            .letter {
              padding-top: 40px;
                font-size: 3rem;
                font-weight: bold;
                color: #ca9836;
                margin: 10px 5px;
                opacity: 0;
                transform: translateY(20px);
                text-shadow: 0 0 15px rgba(198, 148, 56, 0.5);
                animation: fadeInUp 0.6s ease forwards;
            }
            
            .letter:nth-child(1) {
                animation-delay: 0.2s;
            }
            
            .letter:nth-child(2) {
                animation-delay: 0.4s;
            }
            
            .letter:nth-child(3) {
                animation-delay: 0.6s;
            }
            
            .letter:nth-child(4) {
                animation-delay: 0.8s;
            }
            
            .progress-bar {
                width: 200px;
                height: 5px;
                background-color: rgba(198, 148, 56, 0.2);
                border-radius: 5px;
                position: relative;
                overflow: hidden;
            }
            
            .progress {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 0;
                background-color: #ca9836;
                border-radius: 5px;
                animation: progress 3s ease infinite;
                box-shadow: 0 0 15px #ca9836;
            }
            
            .glow {
                position: absolute;
                width: 50px;
                height: 5px;
                background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
                animation: glow 3s linear infinite;
            }
            
            .circle {
                position: absolute;
                width: 250px;
                height: 250px;
                border: 2px solid rgba(198, 148, 56, 0.2);
                border-radius: 50%;
                animation: rotate 8s linear infinite;
            }
            
            .circle:nth-child(1) {
                border-top-color: #ca9836;
                border-width: 1px;
            }
            
            .circle:nth-child(2) {
                width: 220px;
                height: 220px;
                border-right-color:#ca9836;
                animation-duration: 6s;
                animation-direction: reverse;
                border-width: 1px;
            }
            
            /* Main content styles */
            #main-content {
                display: none;
                min-height: 100vh;
                padding: 20px;
                background-color: #fff;
            }
            
            /* Animations */
            @keyframes fadeInUp {
                to {
                    opacity: 
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 172.66.47.112:8443 · zuhdausedu.pages.dev

    2025-12-22 21:23

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 21:23:37 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 40532
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "a7c7b88f4fedc0b6bbbb0efe8543413e"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NnvcAvMPDxwnNVv5sGnaZZpJhMyL56HCIVVGfkH3%2FIkUDwq3Tj23krbvJB3mfzIB41F0xFZHfDnDNuSSr5jNUAMEquuK%2B7lx9BvogfUt%2BEMHMA88"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b22ae698fe93de4-SIN
    alt-svc: h3=":8443"; ma=86400
    
    Page title: ZUHD Academy
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZUHD Academy</title>
        <link rel="stylesheet" href="styles.css">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
       <style>
         .hero {
                width: 100%;
                height:100vh;
            }
    
            .hero video {
                width: 100%;
                height: 100%;
                background-position: center;
                object-fit: cover;
            }
    
    
             /* Loader styles */
             #loader-wrapper {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #1a1a1a;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }
            
            .loader-container {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            .loading-message {
                color: #ca9836;
                font-size: 1rem;
                margin-top: 15px;
                text-align: center;
                opacity: 0;
                animation: fadeInUp 0.6s ease forwards 1s;
            }
            
            .loader {
                display: flex;
                justify-content: center;
                margin-bottom: 30px;
            }
            
            .letter {
              padding-top: 40px;
                font-size: 3rem;
                font-weight: bold;
                color: #ca9836;
                margin: 10px 5px;
                opacity: 0;
                transform: translateY(20px);
                text-shadow: 0 0 15px rgba(198, 148, 56, 0.5);
                animation: fadeInUp 0.6s ease forwards;
            }
            
            .letter:nth-child(1) {
                animation-delay: 0.2s;
            }
            
            .letter:nth-child(2) {
                animation-delay: 0.4s;
            }
            
            .letter:nth-child(3) {
                animation-delay: 0.6s;
            }
            
            .letter:nth-child(4) {
                animation-delay: 0.8s;
            }
            
            .progress-bar {
                width: 200px;
                height: 5px;
                background-color: rgba(198, 148, 56, 0.2);
                border-radius: 5px;
                position: relative;
                overflow: hidden;
            }
            
            .progress {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 0;
                background-color: #ca9836;
                border-radius: 5px;
                animation: progress 3s ease infinite;
                box-shadow: 0 0 15px #ca9836;
            }
            
            .glow {
                position: absolute;
                width: 50px;
                height: 5px;
                background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
                animation: glow 3s linear infinite;
            }
            
            .circle {
                position: absolute;
                width: 250px;
                height: 250px;
                border: 2px solid rgba(198, 148, 56, 0.2);
                border-radius: 50%;
                animation: rotate 8s linear infinite;
            }
            
            .circle:nth-child(1) {
                border-top-color: #ca9836;
                border-width: 1px;
            }
            
            .circle:nth-child(2) {
                width: 220px;
                height: 220px;
                border-right-color:#ca9836;
                animation-duration: 6s;
                animation-direction: reverse;
                border-width: 1px;
            }
            
            /* Main content styles */
            #main-content {
                display: none;
                min-height: 100vh;
                padding: 20px;
                background-color: #fff;
            }
            
            /* Animations */
            @keyframes fadeInUp {
                to {
                    opacity: 
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 172.66.47.112:443 · zuhdausedu.pages.dev

    2025-12-22 13:33

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 13:33:33 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 40532
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "a7c7b88f4fedc0b6bbbb0efe8543413e"
    referrer-policy: strict-origin-when-cross-origin
    x-content-type-options: nosniff
    Vary: accept-encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NBjeKJLE%2FSpMae3irPg%2BB0X4ot%2FEFn9qtfdbIawrqtPvzYkEvBRvWn5daT0Q5gQjpGFPypE8DQk7WqtbdAE3ccE0WeAneRUJz7j0qpCoWSPO%2BVj7"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b1ffdde8dabdb07-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: ZUHD Academy
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>ZUHD Academy</title>
        <link rel="stylesheet" href="styles.css">
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
       <style>
         .hero {
                width: 100%;
                height:100vh;
            }
    
            .hero video {
                width: 100%;
                height: 100%;
                background-position: center;
                object-fit: cover;
            }
    
    
             /* Loader styles */
             #loader-wrapper {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #1a1a1a;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
            }
            
            .loader-container {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            .loading-message {
                color: #ca9836;
                font-size: 1rem;
                margin-top: 15px;
                text-align: center;
                opacity: 0;
                animation: fadeInUp 0.6s ease forwards 1s;
            }
            
            .loader {
                display: flex;
                justify-content: center;
                margin-bottom: 30px;
            }
            
            .letter {
              padding-top: 40px;
                font-size: 3rem;
                font-weight: bold;
                color: #ca9836;
                margin: 10px 5px;
                opacity: 0;
                transform: translateY(20px);
                text-shadow: 0 0 15px rgba(198, 148, 56, 0.5);
                animation: fadeInUp 0.6s ease forwards;
            }
            
            .letter:nth-child(1) {
                animation-delay: 0.2s;
            }
            
            .letter:nth-child(2) {
                animation-delay: 0.4s;
            }
            
            .letter:nth-child(3) {
                animation-delay: 0.6s;
            }
            
            .letter:nth-child(4) {
                animation-delay: 0.8s;
            }
            
            .progress-bar {
                width: 200px;
                height: 5px;
                background-color: rgba(198, 148, 56, 0.2);
                border-radius: 5px;
                position: relative;
                overflow: hidden;
            }
            
            .progress {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 0;
                background-color: #ca9836;
                border-radius: 5px;
                animation: progress 3s ease infinite;
                box-shadow: 0 0 15px #ca9836;
            }
            
            .glow {
                position: absolute;
                width: 50px;
                height: 5px;
                background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
                animation: glow 3s linear infinite;
            }
            
            .circle {
                position: absolute;
                width: 250px;
                height: 250px;
                border: 2px solid rgba(198, 148, 56, 0.2);
                border-radius: 50%;
                animation: rotate 8s linear infinite;
            }
            
            .circle:nth-child(1) {
                border-top-color: #ca9836;
                border-width: 1px;
            }
            
            .circle:nth-child(2) {
                width: 220px;
                height: 220px;
                border-right-color:#ca9836;
                animation-duration: 6s;
                animation-direction: reverse;
                border-width: 1px;
            }
            
            /* Main content styles */
            #main-content {
                display: none;
                min-height: 100vh;
                padding: 20px;
                background-color: #fff;
            }
            
            /* Animations */
            @keyframes fadeInUp {
                to {
                    opacity: 
    Found 2025-12-22 by HttpPlugin
    Create report
zuhdausedu.pages.dev*.zuhdausedu.pages.dev
CN:
zuhdausedu.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-09 05:04
Not after:
2026-04-09 06:02
zuhdausedu.pages.dev*.zuhdausedu.pages.dev
CN:
zuhdausedu.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-11 02:17
Not after:
2026-02-09 03:16