Domain scint.org
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 104.21.31.16:80 · cf-file.scint.org

    2026-01-26 01:21

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 01:21:43 GMT
    Content-Length: 0
    Connection: close
    Location: https://cf-file.scint.org/
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=H3EExs2qnGIzSjyqwmfGMuSYPCm2Z0OPaf6hTB3ghwMFySFS68Zaywn5kIwlHbiyoSDLt%2Bix8gq92STXNA1qtUvLIP%2FWkL%2BWHiWaI17RCH4k"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3c31f8bc4cb400-YYZ
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:aea3:80 · cf-file.scint.org

    2026-01-26 01:21

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 01:21:43 GMT
    Content-Length: 0
    Connection: close
    Location: https://cf-file.scint.org/
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QGw9%2FA%2B4HH0hwHMzsv82E9DlOYlzeszK9zdvMHg26iPiw26JiGbemRCUv%2F2CFg38rLmR8wkNhH2ODOnNOQkOYsT3PnNXt5hLPnGkeEAtZurH%2B%2Bbxs656ub%2FxIEqw"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3c31f8acee57af-YYZ
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:aea3:443 · cf-file.scint.org

    2026-01-26 01:21

    HTTP/1.1 404 Not Found
    Date: Mon, 26 Jan 2026 01:21:44 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=pIMq0t0az42yi5WJQ08%2Frpa7svPP4BgTOk1G37rRATGIJib7tO%2FA%2FtfIVCsxMFL2ItcyzgKUtoCrNpLTkpHtYG4oYRj8ixPtoNv3wqHbSyGWgQKPUZ3lDoe5rxeC"}]}
    Server: cloudflare
    Vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    CF-RAY: 9c3c31fd0db665a5-FRA
    
    Page title: Not Found
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link rel="icon" href="https://www.cloudflare.com/favicon.ico" />
        <title>Not Found</title>
        <style>
          body {
            font-family: system-ui;
            font-weight: 300;
            font-size: 1.25rem;
            color: #36393a;
            display: flex;
            align-items: center;
            justify-content: center;
          }
          main {
            max-width: 1200px;
            margin-top: 120px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
          }
          #text {
            max-width: 60%;
            margin-left: 1rem;
            margin-right: 1rem;
          }
          main > section > div {
            margin-bottom: 3.25rem;
          }
          svg {
            margin-left: 2rem;
          }
          @keyframes eye-1 {
            0% {
              transform: translateX(0);
            }
            10%,
            50% {
              transform: translateX(-5px);
            }
            60% {
              transform: translateX(0);
            }
            100% {
              transform: translateX(0px);
            }
          }
          @keyframes eye-2 {
            0% {
              transform: translateX(0);
            }
            10%,
            50% {
              transform: translateX(5px);
            }
            60% {
              transform: translateX(0);
            }
            100% {
              transform: translateX(0px);
            }
          }
          svg > .eye-1 {
            animation: eye-1 3s infinite;
          }
          svg > .eye-2 {
            animation: eye-2 3s 0.6s infinite;
          }
          h1 {
            font-size: 3.75rem;
            font-weight: 400;
            margin-bottom: 0.5rem;
          }
          h3 {
            font-size: 2rem;
            font-weight: 400;
            color: #92979b;
            margin: 0;
          }
          a {
            color: #0055dc;
          }
          p {
            margin: 0;
          }
          #error-title {
            font-size: 2rem;
            margin-bottom: 1rem;
          }
          #footer-title {
            font-weight: 700;
            margin-bottom: 0.75rem;
          }
        </style>
      </head>
      <body>
        <main>
          <section id="text">
            <div>
              <h1>Error 404</h1>
              <h3>Object not found</h3>
            </div>
    
            <div>
              <p>
                This object does not exist or is not publicly accessible at this
                URL. Check the URL of the object that you're looking for or contact
                the owner to enable Public access.
              </p>
            </div>
    
            <div>
              <p id="footer-title">Is this your bucket?</p>
              <p>
                Learn how to enable
                <a
                  href="https://developers.cloudflare.com/r2/data-access/public-buckets/"
                  >Public Access</a
                >
              </p>
            </div>
          </section>
    
          <section>
            <svg
              width="414"
              height="212"
              viewBox="0 0 414 212"
              fill="none"
              xmlns="http://www.w3.org/2000/svg"
            >
              <ellipse cx="208.5" cy="166.5" rx="174.5" ry="45.5" fill="#E2F5FA" />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                fill="#C5EBF5"
              />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                stroke="#6ECCE5"
                stroke-width="2"
                stroke-linecap="round"
                stroke-linejoin="round"
              />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                stroke="#6ECCE5"
                stroke-width="2"
                stroke-linecap="round"
                stroke-linejoin="round"
              />
              <rect
                x="137"
                y="75"
                width="70.9351"
                height="9.39611"
                rx="2.40792"
                fill="#C5EBF5"
                stroke="#6ECCE5"
                stroke-width="2"
              />
              <path
                d="M124.566 13.277C121.053 13.277 118.204 10.4288 118.204 6.91534C118.204 3.40191 121.053 0.553711 124.566 0.553711C128.08 0.553711 130.928 3.40191 13
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:aea3:8443 · cf-file.scint.org

    2026-01-26 01:21

    HTTP/1.1 404 Not Found
    Date: Mon, 26 Jan 2026 01:21:44 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=08QJ6QX7qv44kX9bbsCwMVZXUESZ4Ye%2Bk3EvKBSRQAF7459FLpyAbuEDQqyS%2B8JwuvtPGO1ObBR7C3kkpQDA%2FQFx3QZH2CrGKtIUSDWnGP4evYsIkeBO9yVDEDka"}]}
    Server: cloudflare
    Vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    CF-RAY: 9c3c31fcfd8edc58-FRA
    
    Page title: Not Found
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link rel="icon" href="https://www.cloudflare.com/favicon.ico" />
        <title>Not Found</title>
        <style>
          body {
            font-family: system-ui;
            font-weight: 300;
            font-size: 1.25rem;
            color: #36393a;
            display: flex;
            align-items: center;
            justify-content: center;
          }
          main {
            max-width: 1200px;
            margin-top: 120px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
          }
          #text {
            max-width: 60%;
            margin-left: 1rem;
            margin-right: 1rem;
          }
          main > section > div {
            margin-bottom: 3.25rem;
          }
          svg {
            margin-left: 2rem;
          }
          @keyframes eye-1 {
            0% {
              transform: translateX(0);
            }
            10%,
            50% {
              transform: translateX(-5px);
            }
            60% {
              transform: translateX(0);
            }
            100% {
              transform: translateX(0px);
            }
          }
          @keyframes eye-2 {
            0% {
              transform: translateX(0);
            }
            10%,
            50% {
              transform: translateX(5px);
            }
            60% {
              transform: translateX(0);
            }
            100% {
              transform: translateX(0px);
            }
          }
          svg > .eye-1 {
            animation: eye-1 3s infinite;
          }
          svg > .eye-2 {
            animation: eye-2 3s 0.6s infinite;
          }
          h1 {
            font-size: 3.75rem;
            font-weight: 400;
            margin-bottom: 0.5rem;
          }
          h3 {
            font-size: 2rem;
            font-weight: 400;
            color: #92979b;
            margin: 0;
          }
          a {
            color: #0055dc;
          }
          p {
            margin: 0;
          }
          #error-title {
            font-size: 2rem;
            margin-bottom: 1rem;
          }
          #footer-title {
            font-weight: 700;
            margin-bottom: 0.75rem;
          }
        </style>
      </head>
      <body>
        <main>
          <section id="text">
            <div>
              <h1>Error 404</h1>
              <h3>Object not found</h3>
            </div>
    
            <div>
              <p>
                This object does not exist or is not publicly accessible at this
                URL. Check the URL of the object that you're looking for or contact
                the owner to enable Public access.
              </p>
            </div>
    
            <div>
              <p id="footer-title">Is this your bucket?</p>
              <p>
                Learn how to enable
                <a
                  href="https://developers.cloudflare.com/r2/data-access/public-buckets/"
                  >Public Access</a
                >
              </p>
            </div>
          </section>
    
          <section>
            <svg
              width="414"
              height="212"
              viewBox="0 0 414 212"
              fill="none"
              xmlns="http://www.w3.org/2000/svg"
            >
              <ellipse cx="208.5" cy="166.5" rx="174.5" ry="45.5" fill="#E2F5FA" />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                fill="#C5EBF5"
              />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                stroke="#6ECCE5"
                stroke-width="2"
                stroke-linecap="round"
                stroke-linejoin="round"
              />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                stroke="#6ECCE5"
                stroke-width="2"
                stroke-linecap="round"
                stroke-linejoin="round"
              />
              <rect
                x="137"
                y="75"
                width="70.9351"
                height="9.39611"
                rx="2.40792"
                fill="#C5EBF5"
                stroke="#6ECCE5"
                stroke-width="2"
              />
              <path
                d="M124.566 13.277C121.053 13.277 118.204 10.4288 118.204 6.91534C118.204 3.40191 121.053 0.553711 124.566 0.553711C128.08 0.553711 130.928 3.40191 13
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 104.21.31.16:443 · cf-file.scint.org

    2026-01-26 01:21

    HTTP/1.1 404 Not Found
    Date: Mon, 26 Jan 2026 01:21:44 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=OIKtIEzdkfYgstsOehrB5PRH%2FY74rOHrCoO1YzdQcyHnM%2FD%2FE53GU2jIxpEv%2BpGPD8asmLm%2BLX8CbgGnOZf76Cg%2BdOsxBXc6kaVRNjo19%2F2U"}]}
    Server: cloudflare
    Vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    CF-RAY: 9c3c31fc7ce3dbd7-FRA
    
    Page title: Not Found
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link rel="icon" href="https://www.cloudflare.com/favicon.ico" />
        <title>Not Found</title>
        <style>
          body {
            font-family: system-ui;
            font-weight: 300;
            font-size: 1.25rem;
            color: #36393a;
            display: flex;
            align-items: center;
            justify-content: center;
          }
          main {
            max-width: 1200px;
            margin-top: 120px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
          }
          #text {
            max-width: 60%;
            margin-left: 1rem;
            margin-right: 1rem;
          }
          main > section > div {
            margin-bottom: 3.25rem;
          }
          svg {
            margin-left: 2rem;
          }
          @keyframes eye-1 {
            0% {
              transform: translateX(0);
            }
            10%,
            50% {
              transform: translateX(-5px);
            }
            60% {
              transform: translateX(0);
            }
            100% {
              transform: translateX(0px);
            }
          }
          @keyframes eye-2 {
            0% {
              transform: translateX(0);
            }
            10%,
            50% {
              transform: translateX(5px);
            }
            60% {
              transform: translateX(0);
            }
            100% {
              transform: translateX(0px);
            }
          }
          svg > .eye-1 {
            animation: eye-1 3s infinite;
          }
          svg > .eye-2 {
            animation: eye-2 3s 0.6s infinite;
          }
          h1 {
            font-size: 3.75rem;
            font-weight: 400;
            margin-bottom: 0.5rem;
          }
          h3 {
            font-size: 2rem;
            font-weight: 400;
            color: #92979b;
            margin: 0;
          }
          a {
            color: #0055dc;
          }
          p {
            margin: 0;
          }
          #error-title {
            font-size: 2rem;
            margin-bottom: 1rem;
          }
          #footer-title {
            font-weight: 700;
            margin-bottom: 0.75rem;
          }
        </style>
      </head>
      <body>
        <main>
          <section id="text">
            <div>
              <h1>Error 404</h1>
              <h3>Object not found</h3>
            </div>
    
            <div>
              <p>
                This object does not exist or is not publicly accessible at this
                URL. Check the URL of the object that you're looking for or contact
                the owner to enable Public access.
              </p>
            </div>
    
            <div>
              <p id="footer-title">Is this your bucket?</p>
              <p>
                Learn how to enable
                <a
                  href="https://developers.cloudflare.com/r2/data-access/public-buckets/"
                  >Public Access</a
                >
              </p>
            </div>
          </section>
    
          <section>
            <svg
              width="414"
              height="212"
              viewBox="0 0 414 212"
              fill="none"
              xmlns="http://www.w3.org/2000/svg"
            >
              <ellipse cx="208.5" cy="166.5" rx="174.5" ry="45.5" fill="#E2F5FA" />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                fill="#C5EBF5"
              />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                stroke="#6ECCE5"
                stroke-width="2"
                stroke-linecap="round"
                stroke-linejoin="round"
              />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                stroke="#6ECCE5"
                stroke-width="2"
                stroke-linecap="round"
                stroke-linejoin="round"
              />
              <rect
                x="137"
                y="75"
                width="70.9351"
                height="9.39611"
                rx="2.40792"
                fill="#C5EBF5"
                stroke="#6ECCE5"
                stroke-width="2"
              />
              <path
                d="M124.566 13.277C121.053 13.277 118.204 10.4288 118.204 6.91534C118.204 3.40191 121.053 0.553711 124.566 0.553711C128.08 0.553711 130.928 3.40191 13
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 104.21.31.16:8443 · cf-file.scint.org

    2026-01-26 01:21

    HTTP/1.1 404 Not Found
    Date: Mon, 26 Jan 2026 01:21:44 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GatapoCoSh%2FGEwvrUuWsUyS4uK5umGJ%2F2L%2BYNFYPNSx1tMIkc79jk3fdtV5tIghzV%2FPoRVQxqEDEiHkftovz36eb0mmbDopAZMNgE6V75YGi"}]}
    Server: cloudflare
    Vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    CF-RAY: 9c3c31fc9adf46eb-FRA
    
    Page title: Not Found
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link rel="icon" href="https://www.cloudflare.com/favicon.ico" />
        <title>Not Found</title>
        <style>
          body {
            font-family: system-ui;
            font-weight: 300;
            font-size: 1.25rem;
            color: #36393a;
            display: flex;
            align-items: center;
            justify-content: center;
          }
          main {
            max-width: 1200px;
            margin-top: 120px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
          }
          #text {
            max-width: 60%;
            margin-left: 1rem;
            margin-right: 1rem;
          }
          main > section > div {
            margin-bottom: 3.25rem;
          }
          svg {
            margin-left: 2rem;
          }
          @keyframes eye-1 {
            0% {
              transform: translateX(0);
            }
            10%,
            50% {
              transform: translateX(-5px);
            }
            60% {
              transform: translateX(0);
            }
            100% {
              transform: translateX(0px);
            }
          }
          @keyframes eye-2 {
            0% {
              transform: translateX(0);
            }
            10%,
            50% {
              transform: translateX(5px);
            }
            60% {
              transform: translateX(0);
            }
            100% {
              transform: translateX(0px);
            }
          }
          svg > .eye-1 {
            animation: eye-1 3s infinite;
          }
          svg > .eye-2 {
            animation: eye-2 3s 0.6s infinite;
          }
          h1 {
            font-size: 3.75rem;
            font-weight: 400;
            margin-bottom: 0.5rem;
          }
          h3 {
            font-size: 2rem;
            font-weight: 400;
            color: #92979b;
            margin: 0;
          }
          a {
            color: #0055dc;
          }
          p {
            margin: 0;
          }
          #error-title {
            font-size: 2rem;
            margin-bottom: 1rem;
          }
          #footer-title {
            font-weight: 700;
            margin-bottom: 0.75rem;
          }
        </style>
      </head>
      <body>
        <main>
          <section id="text">
            <div>
              <h1>Error 404</h1>
              <h3>Object not found</h3>
            </div>
    
            <div>
              <p>
                This object does not exist or is not publicly accessible at this
                URL. Check the URL of the object that you're looking for or contact
                the owner to enable Public access.
              </p>
            </div>
    
            <div>
              <p id="footer-title">Is this your bucket?</p>
              <p>
                Learn how to enable
                <a
                  href="https://developers.cloudflare.com/r2/data-access/public-buckets/"
                  >Public Access</a
                >
              </p>
            </div>
          </section>
    
          <section>
            <svg
              width="414"
              height="212"
              viewBox="0 0 414 212"
              fill="none"
              xmlns="http://www.w3.org/2000/svg"
            >
              <ellipse cx="208.5" cy="166.5" rx="174.5" ry="45.5" fill="#E2F5FA" />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                fill="#C5EBF5"
              />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                stroke="#6ECCE5"
                stroke-width="2"
                stroke-linecap="round"
                stroke-linejoin="round"
              />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                stroke="#6ECCE5"
                stroke-width="2"
                stroke-linecap="round"
                stroke-linejoin="round"
              />
              <rect
                x="137"
                y="75"
                width="70.9351"
                height="9.39611"
                rx="2.40792"
                fill="#C5EBF5"
                stroke="#6ECCE5"
                stroke-width="2"
              />
              <path
                d="M124.566 13.277C121.053 13.277 118.204 10.4288 118.204 6.91534C118.204 3.40191 121.053 0.553711 124.566 0.553711C128.08 0.553711 130.928 3.40191 13
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:1f10:443 · cf-file.scint.org

    2026-01-26 01:21

    HTTP/1.1 404 Not Found
    Date: Mon, 26 Jan 2026 01:21:44 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2BDT3hrO0o6tsv%2FdDcEqeyRLUxs3cDMJWeoUPu6LNYDBK34tnVyK5XDPKiPOyjseahPfmMT%2B0kfGxpcY7qFRYcGoamCM8un%2BnbcAArrievQgAxBqnVCiF%2FzkwXEBE"}]}
    Server: cloudflare
    Vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    CF-RAY: 9c3c31fdff9fa0d7-LHR
    
    Page title: Not Found
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link rel="icon" href="https://www.cloudflare.com/favicon.ico" />
        <title>Not Found</title>
        <style>
          body {
            font-family: system-ui;
            font-weight: 300;
            font-size: 1.25rem;
            color: #36393a;
            display: flex;
            align-items: center;
            justify-content: center;
          }
          main {
            max-width: 1200px;
            margin-top: 120px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
          }
          #text {
            max-width: 60%;
            margin-left: 1rem;
            margin-right: 1rem;
          }
          main > section > div {
            margin-bottom: 3.25rem;
          }
          svg {
            margin-left: 2rem;
          }
          @keyframes eye-1 {
            0% {
              transform: translateX(0);
            }
            10%,
            50% {
              transform: translateX(-5px);
            }
            60% {
              transform: translateX(0);
            }
            100% {
              transform: translateX(0px);
            }
          }
          @keyframes eye-2 {
            0% {
              transform: translateX(0);
            }
            10%,
            50% {
              transform: translateX(5px);
            }
            60% {
              transform: translateX(0);
            }
            100% {
              transform: translateX(0px);
            }
          }
          svg > .eye-1 {
            animation: eye-1 3s infinite;
          }
          svg > .eye-2 {
            animation: eye-2 3s 0.6s infinite;
          }
          h1 {
            font-size: 3.75rem;
            font-weight: 400;
            margin-bottom: 0.5rem;
          }
          h3 {
            font-size: 2rem;
            font-weight: 400;
            color: #92979b;
            margin: 0;
          }
          a {
            color: #0055dc;
          }
          p {
            margin: 0;
          }
          #error-title {
            font-size: 2rem;
            margin-bottom: 1rem;
          }
          #footer-title {
            font-weight: 700;
            margin-bottom: 0.75rem;
          }
        </style>
      </head>
      <body>
        <main>
          <section id="text">
            <div>
              <h1>Error 404</h1>
              <h3>Object not found</h3>
            </div>
    
            <div>
              <p>
                This object does not exist or is not publicly accessible at this
                URL. Check the URL of the object that you're looking for or contact
                the owner to enable Public access.
              </p>
            </div>
    
            <div>
              <p id="footer-title">Is this your bucket?</p>
              <p>
                Learn how to enable
                <a
                  href="https://developers.cloudflare.com/r2/data-access/public-buckets/"
                  >Public Access</a
                >
              </p>
            </div>
          </section>
    
          <section>
            <svg
              width="414"
              height="212"
              viewBox="0 0 414 212"
              fill="none"
              xmlns="http://www.w3.org/2000/svg"
            >
              <ellipse cx="208.5" cy="166.5" rx="174.5" ry="45.5" fill="#E2F5FA" />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                fill="#C5EBF5"
              />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                stroke="#6ECCE5"
                stroke-width="2"
                stroke-linecap="round"
                stroke-linejoin="round"
              />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                stroke="#6ECCE5"
                stroke-width="2"
                stroke-linecap="round"
                stroke-linejoin="round"
              />
              <rect
                x="137"
                y="75"
                width="70.9351"
                height="9.39611"
                rx="2.40792"
                fill="#C5EBF5"
                stroke="#6ECCE5"
                stroke-width="2"
              />
              <path
                d="M124.566 13.277C121.053 13.277 118.204 10.4288 118.204 6.91534C118.204 3.40191 121.053 0.553711 124.566 0.553711C128.08 0.553711 130.928 3.40191 13
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 172.67.174.163:80 · cf-file.scint.org

    2026-01-26 01:21

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 01:21:43 GMT
    Content-Length: 0
    Connection: close
    Location: https://cf-file.scint.org/
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=VRwUcMUKkn4NMPO6v59zupXog%2B0lfVJQZZ9Nc0EvdMTekJe2KX8Obv9nlBZyvOPdPwT9Qn7N4eOnn1iOjIU3QRwBFwtvIRkRgzrNZ%2FrJijYG"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3c31f80d6cd2a5-FRA
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:1f10:80 · cf-file.scint.org

    2026-01-26 01:21

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 26 Jan 2026 01:21:43 GMT
    Content-Length: 0
    Connection: close
    Location: https://cf-file.scint.org/
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=hg%2BCszpUXq49ycoLpCUmzc5aTzywxegVrY%2BOBbl9AibOw0AgFFrq%2BhnbVFFKF84xUbKo5yALsldCTNkPTldMq2KJbmCeOUTyyRTYelZZ9cbhhnVJoYB2Tt1LFRLU"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9c3c31f7ba82bef8-LHR
    
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::6815:1f10:8443 · cf-file.scint.org

    2026-01-26 01:21

    HTTP/1.1 404 Not Found
    Date: Mon, 26 Jan 2026 01:21:44 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=hyoJz8%2BopTHNS7i4lGsoTUlQxAepzt2Kldu11ny2lO59WThNRCF4Y1btMZDr1FgnlDUOCaB5b3FMjyqLKcS4Kw6JMdl0ZLq2cHGEKCDFbCleWaiYsPzKSwoJJ5Bk"}]}
    Server: cloudflare
    Vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    CF-RAY: 9c3c31fc7d96aebb-LHR
    
    Page title: Not Found
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link rel="icon" href="https://www.cloudflare.com/favicon.ico" />
        <title>Not Found</title>
        <style>
          body {
            font-family: system-ui;
            font-weight: 300;
            font-size: 1.25rem;
            color: #36393a;
            display: flex;
            align-items: center;
            justify-content: center;
          }
          main {
            max-width: 1200px;
            margin-top: 120px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
          }
          #text {
            max-width: 60%;
            margin-left: 1rem;
            margin-right: 1rem;
          }
          main > section > div {
            margin-bottom: 3.25rem;
          }
          svg {
            margin-left: 2rem;
          }
          @keyframes eye-1 {
            0% {
              transform: translateX(0);
            }
            10%,
            50% {
              transform: translateX(-5px);
            }
            60% {
              transform: translateX(0);
            }
            100% {
              transform: translateX(0px);
            }
          }
          @keyframes eye-2 {
            0% {
              transform: translateX(0);
            }
            10%,
            50% {
              transform: translateX(5px);
            }
            60% {
              transform: translateX(0);
            }
            100% {
              transform: translateX(0px);
            }
          }
          svg > .eye-1 {
            animation: eye-1 3s infinite;
          }
          svg > .eye-2 {
            animation: eye-2 3s 0.6s infinite;
          }
          h1 {
            font-size: 3.75rem;
            font-weight: 400;
            margin-bottom: 0.5rem;
          }
          h3 {
            font-size: 2rem;
            font-weight: 400;
            color: #92979b;
            margin: 0;
          }
          a {
            color: #0055dc;
          }
          p {
            margin: 0;
          }
          #error-title {
            font-size: 2rem;
            margin-bottom: 1rem;
          }
          #footer-title {
            font-weight: 700;
            margin-bottom: 0.75rem;
          }
        </style>
      </head>
      <body>
        <main>
          <section id="text">
            <div>
              <h1>Error 404</h1>
              <h3>Object not found</h3>
            </div>
    
            <div>
              <p>
                This object does not exist or is not publicly accessible at this
                URL. Check the URL of the object that you're looking for or contact
                the owner to enable Public access.
              </p>
            </div>
    
            <div>
              <p id="footer-title">Is this your bucket?</p>
              <p>
                Learn how to enable
                <a
                  href="https://developers.cloudflare.com/r2/data-access/public-buckets/"
                  >Public Access</a
                >
              </p>
            </div>
          </section>
    
          <section>
            <svg
              width="414"
              height="212"
              viewBox="0 0 414 212"
              fill="none"
              xmlns="http://www.w3.org/2000/svg"
            >
              <ellipse cx="208.5" cy="166.5" rx="174.5" ry="45.5" fill="#E2F5FA" />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                fill="#C5EBF5"
              />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                stroke="#6ECCE5"
                stroke-width="2"
                stroke-linecap="round"
                stroke-linejoin="round"
              />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                stroke="#6ECCE5"
                stroke-width="2"
                stroke-linecap="round"
                stroke-linejoin="round"
              />
              <rect
                x="137"
                y="75"
                width="70.9351"
                height="9.39611"
                rx="2.40792"
                fill="#C5EBF5"
                stroke="#6ECCE5"
                stroke-width="2"
              />
              <path
                d="M124.566 13.277C121.053 13.277 118.204 10.4288 118.204 6.91534C118.204 3.40191 121.053 0.553711 124.566 0.553711C128.08 0.553711 130.928 3.40191 13
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 172.67.174.163:8443 · cf-file.scint.org

    2026-01-26 01:21

    HTTP/1.1 404 Not Found
    Date: Mon, 26 Jan 2026 01:21:44 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0pH2mAsXvty7zqom6h90DvsGE60sNDn8cuQcZE8iLCai6%2BkaNOSVHhFgxBmubjGmZ1wPmjvEoKLPssdFmCAM%2BK0CHgtucYuE7R7bs6dbd%2FJU"}]}
    Server: cloudflare
    Vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    CF-RAY: 9c3c31fddb745c8d-FRA
    
    Page title: Not Found
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link rel="icon" href="https://www.cloudflare.com/favicon.ico" />
        <title>Not Found</title>
        <style>
          body {
            font-family: system-ui;
            font-weight: 300;
            font-size: 1.25rem;
            color: #36393a;
            display: flex;
            align-items: center;
            justify-content: center;
          }
          main {
            max-width: 1200px;
            margin-top: 120px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
          }
          #text {
            max-width: 60%;
            margin-left: 1rem;
            margin-right: 1rem;
          }
          main > section > div {
            margin-bottom: 3.25rem;
          }
          svg {
            margin-left: 2rem;
          }
          @keyframes eye-1 {
            0% {
              transform: translateX(0);
            }
            10%,
            50% {
              transform: translateX(-5px);
            }
            60% {
              transform: translateX(0);
            }
            100% {
              transform: translateX(0px);
            }
          }
          @keyframes eye-2 {
            0% {
              transform: translateX(0);
            }
            10%,
            50% {
              transform: translateX(5px);
            }
            60% {
              transform: translateX(0);
            }
            100% {
              transform: translateX(0px);
            }
          }
          svg > .eye-1 {
            animation: eye-1 3s infinite;
          }
          svg > .eye-2 {
            animation: eye-2 3s 0.6s infinite;
          }
          h1 {
            font-size: 3.75rem;
            font-weight: 400;
            margin-bottom: 0.5rem;
          }
          h3 {
            font-size: 2rem;
            font-weight: 400;
            color: #92979b;
            margin: 0;
          }
          a {
            color: #0055dc;
          }
          p {
            margin: 0;
          }
          #error-title {
            font-size: 2rem;
            margin-bottom: 1rem;
          }
          #footer-title {
            font-weight: 700;
            margin-bottom: 0.75rem;
          }
        </style>
      </head>
      <body>
        <main>
          <section id="text">
            <div>
              <h1>Error 404</h1>
              <h3>Object not found</h3>
            </div>
    
            <div>
              <p>
                This object does not exist or is not publicly accessible at this
                URL. Check the URL of the object that you're looking for or contact
                the owner to enable Public access.
              </p>
            </div>
    
            <div>
              <p id="footer-title">Is this your bucket?</p>
              <p>
                Learn how to enable
                <a
                  href="https://developers.cloudflare.com/r2/data-access/public-buckets/"
                  >Public Access</a
                >
              </p>
            </div>
          </section>
    
          <section>
            <svg
              width="414"
              height="212"
              viewBox="0 0 414 212"
              fill="none"
              xmlns="http://www.w3.org/2000/svg"
            >
              <ellipse cx="208.5" cy="166.5" rx="174.5" ry="45.5" fill="#E2F5FA" />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                fill="#C5EBF5"
              />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                stroke="#6ECCE5"
                stroke-width="2"
                stroke-linecap="round"
                stroke-linejoin="round"
              />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                stroke="#6ECCE5"
                stroke-width="2"
                stroke-linecap="round"
                stroke-linejoin="round"
              />
              <rect
                x="137"
                y="75"
                width="70.9351"
                height="9.39611"
                rx="2.40792"
                fill="#C5EBF5"
                stroke="#6ECCE5"
                stroke-width="2"
              />
              <path
                d="M124.566 13.277C121.053 13.277 118.204 10.4288 118.204 6.91534C118.204 3.40191 121.053 0.553711 124.566 0.553711C128.08 0.553711 130.928 3.40191 13
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 172.67.174.163:443 · cf-file.scint.org

    2026-01-26 01:21

    HTTP/1.1 404 Not Found
    Date: Mon, 26 Jan 2026 01:21:44 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Speculation-Rules: "/cdn-cgi/speculation"
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=4F6Rl053PElbKtuqfTjwJTvMOWHuu8HouZYPPxZXwKufxyQmujdTWrREPkQGQYengMVxq9CmGFoQ7aPskdZJ07Kshxt8KQwqV0Ji%2FAptYCmO"}]}
    Server: cloudflare
    Vary: Accept-Encoding
    cf-cache-status: DYNAMIC
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    CF-RAY: 9c3c31fc1c0a9753-FRA
    
    Page title: Not Found
    
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link rel="icon" href="https://www.cloudflare.com/favicon.ico" />
        <title>Not Found</title>
        <style>
          body {
            font-family: system-ui;
            font-weight: 300;
            font-size: 1.25rem;
            color: #36393a;
            display: flex;
            align-items: center;
            justify-content: center;
          }
          main {
            max-width: 1200px;
            margin-top: 120px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
          }
          #text {
            max-width: 60%;
            margin-left: 1rem;
            margin-right: 1rem;
          }
          main > section > div {
            margin-bottom: 3.25rem;
          }
          svg {
            margin-left: 2rem;
          }
          @keyframes eye-1 {
            0% {
              transform: translateX(0);
            }
            10%,
            50% {
              transform: translateX(-5px);
            }
            60% {
              transform: translateX(0);
            }
            100% {
              transform: translateX(0px);
            }
          }
          @keyframes eye-2 {
            0% {
              transform: translateX(0);
            }
            10%,
            50% {
              transform: translateX(5px);
            }
            60% {
              transform: translateX(0);
            }
            100% {
              transform: translateX(0px);
            }
          }
          svg > .eye-1 {
            animation: eye-1 3s infinite;
          }
          svg > .eye-2 {
            animation: eye-2 3s 0.6s infinite;
          }
          h1 {
            font-size: 3.75rem;
            font-weight: 400;
            margin-bottom: 0.5rem;
          }
          h3 {
            font-size: 2rem;
            font-weight: 400;
            color: #92979b;
            margin: 0;
          }
          a {
            color: #0055dc;
          }
          p {
            margin: 0;
          }
          #error-title {
            font-size: 2rem;
            margin-bottom: 1rem;
          }
          #footer-title {
            font-weight: 700;
            margin-bottom: 0.75rem;
          }
        </style>
      </head>
      <body>
        <main>
          <section id="text">
            <div>
              <h1>Error 404</h1>
              <h3>Object not found</h3>
            </div>
    
            <div>
              <p>
                This object does not exist or is not publicly accessible at this
                URL. Check the URL of the object that you're looking for or contact
                the owner to enable Public access.
              </p>
            </div>
    
            <div>
              <p id="footer-title">Is this your bucket?</p>
              <p>
                Learn how to enable
                <a
                  href="https://developers.cloudflare.com/r2/data-access/public-buckets/"
                  >Public Access</a
                >
              </p>
            </div>
          </section>
    
          <section>
            <svg
              width="414"
              height="212"
              viewBox="0 0 414 212"
              fill="none"
              xmlns="http://www.w3.org/2000/svg"
            >
              <ellipse cx="208.5" cy="166.5" rx="174.5" ry="45.5" fill="#E2F5FA" />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                fill="#C5EBF5"
              />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                stroke="#6ECCE5"
                stroke-width="2"
                stroke-linecap="round"
                stroke-linejoin="round"
              />
              <path
                d="M205.516 80.2674H139.419L148.186 141.237H197.788L205.516 80.2674Z"
                stroke="#6ECCE5"
                stroke-width="2"
                stroke-linecap="round"
                stroke-linejoin="round"
              />
              <rect
                x="137"
                y="75"
                width="70.9351"
                height="9.39611"
                rx="2.40792"
                fill="#C5EBF5"
                stroke="#6ECCE5"
                stroke-width="2"
              />
              <path
                d="M124.566 13.277C121.053 13.277 118.204 10.4288 118.204 6.91534C118.204 3.40191 121.053 0.553711 124.566 0.553711C128.08 0.553711 130.928 3.40191 13
    Found 2026-01-26 by HttpPlugin
    Create report
  • Open service 172.67.174.163:8443 · scint.org

    2026-01-23 14:19

    HTTP/1.1 200 OK
    Date: Fri, 23 Jan 2026 14:19:29 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    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=byilFXMH9%2Bk4l6hOz6jO5dbNEO8lORw1jVv4jYIe5XFRxnwrgxJsSwAuiG0R8BtMqg6oLsCWKLQtnp%2BzMlAyfVai%2F%2BubfshrCw%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Speculation-Rules: "/cdn-cgi/speculation"
    CF-RAY: 9c27ed274bab90c2-EWR
    alt-svc: h3=":8443"; ma=86400
    
    Page title: SCINT 北臺灣學生資訊社群
    
    <!DOCTYPE html>
    <html lang="zh-tw">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta
          http-equiv="Content-Security-Policy"
          content="upgrade-insecure-requests"
        />
    
        <meta
          name="description"
          content="我們的目標是建立一個致力於平衡推廣資訊領域學習資源,同時提供優質共學環境的組織。"
        />
        <meta property="og:title" content="SCINT 北臺灣資訊社群" />
        <meta property="og:site_name" content="SCINT 北臺灣資訊社群" />
        <meta property="og:url" content=https://scint.org>
        <meta property="og:description" content="" />
        <meta property="og:type" content="website" />
        <meta property="og:image" content=https://scint.org/assets/og-image.png>
    
        <link type="text/css" rel="stylesheet" href="css/global/style.css" />
        <link type="text/css" rel="stylesheet" href="css/home/style.css" />
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
          integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
          crossorigin="anonymous"
          referrerpolicy="no-referrer"
        />
    
        <script defer src="js/hehe.js"></script>
        <script defer src="js/home.js"></script>
        <script defer src="js/helpme.js"></script>
        <script defer src="js/global.js"></script>
    
        <link rel="icon" href="favicon.ico" type="image/x-icon" />
    
        <title>SCINT 北臺灣學生資訊社群</title>
      </head>
    
      <body>
        <template id="navbar"></template>
        <div class="banner">
          <div class="banner-content">
            <div class="banner-image-fake">
              <img
                class="banner-image-left"
                src="assets/logo-left.png"
                alt="logo-left"
              />
              <img
                class="banner-image-middle"
                src="assets/logo-middle.png"
                alt="logo-middle"
              />
              <img
                class="banner-image-right"
                src="assets/logo-right.png"
                alt="logo-right"
              />
            </div>
            <h1 class="banner-title">北臺灣學生資訊社群</h1>
          </div>
          <i class="fa-solid fa-chevron-down down-arrow"></i>
        </div>
        <div class="container">
          <h1 class="title" id="about-us">關於我們</h1>
          <div class="fade-up about-us">
            <section>
              <h2>社群理念</h2>
              <p>Loading...</p>
            </section>
            <section>
              <h2>社群目標</h2>
              <p>Loading...</p>
            </section>
            <section>
              <h2>成員組成</h2>
              <p>Loading...</p>
            </section>
          </div>
          <h1 class="title" id="services">目前服務</h1>
          <div class="fade-up about-us">
            <section>
              <h2>活動協辦</h2>
              <p>
                我們樂意協助貴社群或社團舉辦各式活動,可以協助人力、策劃、贊助協調等多方面事務,透過合作,共同打造更具規模與影響力的活動,促進資訊領域的發展。
              </p>
            </section>
            <section>
              <h2>雲端服務</h2>
              <p>
                若貴社團、社群有雲端運算需求,可以與我們申請免費的
                VM,可以用於日常課程或是活動、專案等,詳細內容歡迎與我們聯繫瞭解更多。
              </p>
            </section>
            <section>
              <h2>社群推廣</h2>
              <p>
                SCINT
                是一個學生群聚的資訊社群,若貴社團、社群需要活動宣傳,我們可以協助於社群媒體、平台上公告或是貼文。
              </p>
            </section>
          </div>
          <h1 class="title" id="activity">近期活動</h1>
          <div class="fade-up events-container"></div>
          <h1 class="title" id="plans">近期計畫</h1>
          <div class="fade-up plans-contaniner">
            <div class="plan-item">
              <p class="plan-status-active">
                <i class="fa-solid fa-circle-check icon"></i>
                進行中
            
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 172.67.174.163:443 · www.scint.org

    2026-01-23 14:12

    HTTP/1.1 200 OK
    Date: Fri, 23 Jan 2026 14:12:06 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    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=wyrPbQz53g0RuAuJ2%2BBQwmmFY17LnUsvysQCxf1%2FQii%2Bq81FTFHZQ0j9D%2F7XS8YYnJdwhnW16LAgyyA9nICXUmQi37JfLZqvGtjp"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Speculation-Rules: "/cdn-cgi/speculation"
    CF-RAY: 9c27e2573ad0158f-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: SCINT 北臺灣學生資訊社群
    
    <!DOCTYPE html>
    <html lang="zh-tw">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta
          http-equiv="Content-Security-Policy"
          content="upgrade-insecure-requests"
        />
    
        <meta
          name="description"
          content="我們的目標是建立一個致力於平衡推廣資訊領域學習資源,同時提供優質共學環境的組織。"
        />
        <meta property="og:title" content="SCINT 北臺灣資訊社群" />
        <meta property="og:site_name" content="SCINT 北臺灣資訊社群" />
        <meta property="og:url" content=https://scint.org>
        <meta property="og:description" content="" />
        <meta property="og:type" content="website" />
        <meta property="og:image" content=https://scint.org/assets/og-image.png>
    
        <link type="text/css" rel="stylesheet" href="css/global/style.css" />
        <link type="text/css" rel="stylesheet" href="css/home/style.css" />
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
          integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
          crossorigin="anonymous"
          referrerpolicy="no-referrer"
        />
    
        <script defer src="js/hehe.js"></script>
        <script defer src="js/home.js"></script>
        <script defer src="js/helpme.js"></script>
        <script defer src="js/global.js"></script>
    
        <link rel="icon" href="favicon.ico" type="image/x-icon" />
    
        <title>SCINT 北臺灣學生資訊社群</title>
      </head>
    
      <body>
        <template id="navbar"></template>
        <div class="banner">
          <div class="banner-content">
            <div class="banner-image-fake">
              <img
                class="banner-image-left"
                src="assets/logo-left.png"
                alt="logo-left"
              />
              <img
                class="banner-image-middle"
                src="assets/logo-middle.png"
                alt="logo-middle"
              />
              <img
                class="banner-image-right"
                src="assets/logo-right.png"
                alt="logo-right"
              />
            </div>
            <h1 class="banner-title">北臺灣學生資訊社群</h1>
          </div>
          <i class="fa-solid fa-chevron-down down-arrow"></i>
        </div>
        <div class="container">
          <h1 class="title" id="about-us">關於我們</h1>
          <div class="fade-up about-us">
            <section>
              <h2>社群理念</h2>
              <p>Loading...</p>
            </section>
            <section>
              <h2>社群目標</h2>
              <p>Loading...</p>
            </section>
            <section>
              <h2>成員組成</h2>
              <p>Loading...</p>
            </section>
          </div>
          <h1 class="title" id="services">目前服務</h1>
          <div class="fade-up about-us">
            <section>
              <h2>活動協辦</h2>
              <p>
                我們樂意協助貴社群或社團舉辦各式活動,可以協助人力、策劃、贊助協調等多方面事務,透過合作,共同打造更具規模與影響力的活動,促進資訊領域的發展。
              </p>
            </section>
            <section>
              <h2>雲端服務</h2>
              <p>
                若貴社團、社群有雲端運算需求,可以與我們申請免費的
                VM,可以用於日常課程或是活動、專案等,詳細內容歡迎與我們聯繫瞭解更多。
              </p>
            </section>
            <section>
              <h2>社群推廣</h2>
              <p>
                SCINT
                是一個學生群聚的資訊社群,若貴社團、社群需要活動宣傳,我們可以協助於社群媒體、平台上公告或是貼文。
              </p>
            </section>
          </div>
          <h1 class="title" id="activity">近期活動</h1>
          <div class="fade-up events-container"></div>
          <h1 class="title" id="plans">近期計畫</h1>
          <div class="fade-up plans-contaniner">
            <div class="plan-item">
              <p class="plan-status-active">
                <i class="fa-solid fa-circle-check icon"></i>
                進行中
            
    Found 2026-01-23 by HttpPlugin
    Create report
  • Open service 104.21.31.16:443 · scint.org

    2026-01-22 19:49

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 19:49:08 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    cf-cache-status: DYNAMIC
    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=QiT3KyNcr%2F2JLt55QuALavMPKqEqvL%2FyVsesOm1FYTBrHmuIqT13x2DgaENdVl5FyWNb7YqTtlE%2Fd7aYQ1s0luI9YDwAp9M%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Speculation-Rules: "/cdn-cgi/speculation"
    CF-RAY: 9c2192a7dbdded08-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: SCINT 北臺灣學生資訊社群
    
    <!DOCTYPE html>
    <html lang="zh-tw">
      <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta
          http-equiv="Content-Security-Policy"
          content="upgrade-insecure-requests"
        />
    
        <meta
          name="description"
          content="我們的目標是建立一個致力於平衡推廣資訊領域學習資源,同時提供優質共學環境的組織。"
        />
        <meta property="og:title" content="SCINT 北臺灣資訊社群" />
        <meta property="og:site_name" content="SCINT 北臺灣資訊社群" />
        <meta property="og:url" content=https://scint.org>
        <meta property="og:description" content="" />
        <meta property="og:type" content="website" />
        <meta property="og:image" content=https://scint.org/assets/og-image.png>
    
        <link type="text/css" rel="stylesheet" href="css/global/style.css" />
        <link type="text/css" rel="stylesheet" href="css/home/style.css" />
        <link
          rel="stylesheet"
          href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
          integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
          crossorigin="anonymous"
          referrerpolicy="no-referrer"
        />
    
        <script defer src="js/hehe.js"></script>
        <script defer src="js/home.js"></script>
        <script defer src="js/helpme.js"></script>
        <script defer src="js/global.js"></script>
    
        <link rel="icon" href="favicon.ico" type="image/x-icon" />
    
        <title>SCINT 北臺灣學生資訊社群</title>
      </head>
    
      <body>
        <template id="navbar"></template>
        <div class="banner">
          <div class="banner-content">
            <div class="banner-image-fake">
              <img
                class="banner-image-left"
                src="assets/logo-left.png"
                alt="logo-left"
              />
              <img
                class="banner-image-middle"
                src="assets/logo-middle.png"
                alt="logo-middle"
              />
              <img
                class="banner-image-right"
                src="assets/logo-right.png"
                alt="logo-right"
              />
            </div>
            <h1 class="banner-title">北臺灣學生資訊社群</h1>
          </div>
          <i class="fa-solid fa-chevron-down down-arrow"></i>
        </div>
        <div class="container">
          <h1 class="title" id="about-us">關於我們</h1>
          <div class="fade-up about-us">
            <section>
              <h2>社群理念</h2>
              <p>Loading...</p>
            </section>
            <section>
              <h2>社群目標</h2>
              <p>Loading...</p>
            </section>
            <section>
              <h2>成員組成</h2>
              <p>Loading...</p>
            </section>
          </div>
          <h1 class="title" id="services">目前服務</h1>
          <div class="fade-up about-us">
            <section>
              <h2>活動協辦</h2>
              <p>
                我們樂意協助貴社群或社團舉辦各式活動,可以協助人力、策劃、贊助協調等多方面事務,透過合作,共同打造更具規模與影響力的活動,促進資訊領域的發展。
              </p>
            </section>
            <section>
              <h2>雲端服務</h2>
              <p>
                若貴社團、社群有雲端運算需求,可以與我們申請免費的
                VM,可以用於日常課程或是活動、專案等,詳細內容歡迎與我們聯繫瞭解更多。
              </p>
            </section>
            <section>
              <h2>社群推廣</h2>
              <p>
                SCINT
                是一個學生群聚的資訊社群,若貴社團、社群需要活動宣傳,我們可以協助於社群媒體、平台上公告或是貼文。
              </p>
            </section>
          </div>
          <h1 class="title" id="activity">近期活動</h1>
          <div class="fade-up events-container"></div>
          <h1 class="title" id="plans">近期計畫</h1>
          <div class="fade-up plans-contaniner">
            <div class="plan-item">
              <p class="plan-status-active">
                <i class="fa-solid fa-circle-check icon"></i>
                進行中
            
    Found 2026-01-22 by HttpPlugin
    Create report
cf-file.scint.org
CN:
cf-file.scint.org
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-26 00:20
Not after:
2026-04-26 01:20
scint.org
CN:
scint.org
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-22 15:23
Not after:
2026-03-22 16:23
www.scint.org
CN:
www.scint.org
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-22 03:34
Not after:
2026-03-22 04:33