Domain assignment-6.pages.dev
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Git configuration and history exposed
    First seen 2025-09-09 08:53
    Last seen 2026-01-05 12:25
    Open for 118 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb5dfb31ba

      [core]
      	repositoryformatversion = 0
      	filemode = false
      	bare = false
      	logallrefupdates = true
      	symlinks = false
      	ignorecase = true
      [remote "origin"]
      	url = https://github.com/programming-hero-web-course-4/b12a6-green-earth-DipuGH.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      
      Found on 2026-01-05 12:25
      336 Bytes
  • Git configuration and history exposed
    First seen 2025-09-09 08:53
    Last seen 2026-01-05 12:25
    Open for 118 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb5dfb31ba

      [core]
      	repositoryformatversion = 0
      	filemode = false
      	bare = false
      	logallrefupdates = true
      	symlinks = false
      	ignorecase = true
      [remote "origin"]
      	url = https://github.com/programming-hero-web-course-4/b12a6-green-earth-DipuGH.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "main"]
      	remote = origin
      	merge = refs/heads/main
      
      Found on 2026-01-05 12:25
      336 Bytes
  • Open service 172.66.47.122:443 · assignment-6.pages.dev

    2026-01-09 19:04

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 19:04:50 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 10120
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "9ba39c2dc1ba4543ec0a7b69c74a5c26"
    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=OOsLR2bqwpbszYiApIWYfJmSP%2F4NZpwSHRguN7vBLaOGFljIfP%2BdxHr0yVbkkly3y4GdXdE7BQItZSRPxjvELfmUACcnRXGMwCwy1SkRk72ZkUhDIZM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb633e40976b4c6-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Assignment - 6
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Assignment - 6</title>
    
    
        <!-- tilwind & dsisyUI link -->
        <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
    
        <!-- font Awesome link -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
       
        <!-- css link -->
        <link rel="stylesheet" href="./style/style.css">
    
    </head>
    <body>
    <!-- Navbar section Starts -->
        <section>
    
            <div class="navbar bg-base-100 shadow-sm bg-[#15803D] px-3 lg:px-16">
                <div class="navbar-start">
                    <div class="dropdown">
                        <div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> </svg>
                        </div>
                        <ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
                            <li><a>About</a></li>
                            <li><a>Gallery</a></li>
                            <li><a>Plant a Tree</a></li>
                        </ul>
                    </div>
                    <a class=" text-xl">Green Earth</a>
                </div>
                <div class="navbar-center hidden lg:flex">
                    <ul class="menu menu-horizontal px-1">
                        <li><a>About</a></li>
                        <li><a>Gallery</a></li>
                        <li><a>Plant a Tree</a></li>
                    </ul>
                </div>
                <div class="navbar-end">
                    <a class="btn bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-lg">Plant a Tree</a>
                </div>
            </div>
    
        </section>
    <!-- Navbar section End -->
    
    <!-- Hero section Starts -->
    
        <section>
            <div class="flex bg-[#CFF0DC]">
                <div class="hero-img-left hidden sm:block ">
                    <img src="./assets/hero-leaf1.png" alt="Hero-img">
                </div>
                <div class="hero-content flex flex-col">
                    <h1 class="text-2xl font-bold text-gray-900">Plant a Tree, Grow a Future</h1>
                    <p class="text-gray-700 text-center">Join our mission to plant 1 million trees and make the Earth greener for future generations.</p>
                    <a class="btn mt-2 bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-md"> Get Involved </a>
                </div>
                <div class="hero-img-right hidden sm:block">
                    <img src="./assets/hero-leaf2.png" alt="Hero-img">
                </div>
            </div>
        </section>
    
    <!-- Hero section End -->
     <!-- card section starts -->
        <section class="p-16 bg-[#f0fdf4]">
    
            <H1 class="text-center text-2xl font-semibold text-gray-800 mb-10">Choose Your Trees</H1>
    
            <div id="container" class="flex flex-col lg:flex-row gap-5 justify-center">
              <!-- categories -->
                <div class="col-span-2 p-4 rounded-lg lg:max-w-[175px]">
                    <h2 class="font-bold text-gray-800 mb-3 text-center">Categories</h2>
                    <!-- <button onclick=" getAllPlants()" class="w-full text-left px-3 py-2 rounded-md bg-green-600 text-white">All Trees</button>  -->
                    <div id="list-container" class="" ></div>
                </div>
              
                <div class=" justify-center items-center m-auto py-10 hidden" id="loader">
                      <span class="loading loading-dots loading-xl"></span>
                </div>
            
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.66.44.134:8443 · assignment-6.pages.dev

    2026-01-09 16:18

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 16:18:24 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 10120
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "9ba39c2dc1ba4543ec0a7b69c74a5c26"
    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=5uacvC4KNfyhFXh%2FmaStLU1VG9KMgk%2BK9hn%2BPLQ7mmkwm5Aw6C9UBS3mdWr0GpWB3BdIj1Gc%2FbD3lShZgovvX4vWRvbPYLeSz%2BB9IsHSLfJaCH9t"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bb5401959abfc21-AMS
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Assignment - 6
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Assignment - 6</title>
    
    
        <!-- tilwind & dsisyUI link -->
        <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
    
        <!-- font Awesome link -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
       
        <!-- css link -->
        <link rel="stylesheet" href="./style/style.css">
    
    </head>
    <body>
    <!-- Navbar section Starts -->
        <section>
    
            <div class="navbar bg-base-100 shadow-sm bg-[#15803D] px-3 lg:px-16">
                <div class="navbar-start">
                    <div class="dropdown">
                        <div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> </svg>
                        </div>
                        <ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
                            <li><a>About</a></li>
                            <li><a>Gallery</a></li>
                            <li><a>Plant a Tree</a></li>
                        </ul>
                    </div>
                    <a class=" text-xl">Green Earth</a>
                </div>
                <div class="navbar-center hidden lg:flex">
                    <ul class="menu menu-horizontal px-1">
                        <li><a>About</a></li>
                        <li><a>Gallery</a></li>
                        <li><a>Plant a Tree</a></li>
                    </ul>
                </div>
                <div class="navbar-end">
                    <a class="btn bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-lg">Plant a Tree</a>
                </div>
            </div>
    
        </section>
    <!-- Navbar section End -->
    
    <!-- Hero section Starts -->
    
        <section>
            <div class="flex bg-[#CFF0DC]">
                <div class="hero-img-left hidden sm:block ">
                    <img src="./assets/hero-leaf1.png" alt="Hero-img">
                </div>
                <div class="hero-content flex flex-col">
                    <h1 class="text-2xl font-bold text-gray-900">Plant a Tree, Grow a Future</h1>
                    <p class="text-gray-700 text-center">Join our mission to plant 1 million trees and make the Earth greener for future generations.</p>
                    <a class="btn mt-2 bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-md"> Get Involved </a>
                </div>
                <div class="hero-img-right hidden sm:block">
                    <img src="./assets/hero-leaf2.png" alt="Hero-img">
                </div>
            </div>
        </section>
    
    <!-- Hero section End -->
     <!-- card section starts -->
        <section class="p-16 bg-[#f0fdf4]">
    
            <H1 class="text-center text-2xl font-semibold text-gray-800 mb-10">Choose Your Trees</H1>
    
            <div id="container" class="flex flex-col lg:flex-row gap-5 justify-center">
              <!-- categories -->
                <div class="col-span-2 p-4 rounded-lg lg:max-w-[175px]">
                    <h2 class="font-bold text-gray-800 mb-3 text-center">Categories</h2>
                    <!-- <button onclick=" getAllPlants()" class="w-full text-left px-3 py-2 rounded-md bg-green-600 text-white">All Trees</button>  -->
                    <div id="list-container" class="" ></div>
                </div>
              
                <div class=" justify-center items-center m-auto py-10 hidden" id="loader">
                      <span class="loading loading-dots loading-xl"></span>
                </div>
            
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c86:443 · assignment-6.pages.dev

    2026-01-05 12:25

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 12:25:44 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 10120
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "9ba39c2dc1ba4543ec0a7b69c74a5c26"
    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=m0zfzFazUh8abh9kDPHvkbybQmTWcOtTYzGZpxyxpMSsoUKor0WljrvpYlfi15PYBBsSdfmJa%2FoFeZzUW%2BJG5s2BElfE%2Ftss3NcoqBhlp72zlW6%2FPdZfQ%2F8CwWjrlwqE"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b92f5c73a3ca1fe-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Assignment - 6
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Assignment - 6</title>
    
    
        <!-- tilwind & dsisyUI link -->
        <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
    
        <!-- font Awesome link -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
       
        <!-- css link -->
        <link rel="stylesheet" href="./style/style.css">
    
    </head>
    <body>
    <!-- Navbar section Starts -->
        <section>
    
            <div class="navbar bg-base-100 shadow-sm bg-[#15803D] px-3 lg:px-16">
                <div class="navbar-start">
                    <div class="dropdown">
                        <div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> </svg>
                        </div>
                        <ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
                            <li><a>About</a></li>
                            <li><a>Gallery</a></li>
                            <li><a>Plant a Tree</a></li>
                        </ul>
                    </div>
                    <a class=" text-xl">Green Earth</a>
                </div>
                <div class="navbar-center hidden lg:flex">
                    <ul class="menu menu-horizontal px-1">
                        <li><a>About</a></li>
                        <li><a>Gallery</a></li>
                        <li><a>Plant a Tree</a></li>
                    </ul>
                </div>
                <div class="navbar-end">
                    <a class="btn bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-lg">Plant a Tree</a>
                </div>
            </div>
    
        </section>
    <!-- Navbar section End -->
    
    <!-- Hero section Starts -->
    
        <section>
            <div class="flex bg-[#CFF0DC]">
                <div class="hero-img-left hidden sm:block ">
                    <img src="./assets/hero-leaf1.png" alt="Hero-img">
                </div>
                <div class="hero-content flex flex-col">
                    <h1 class="text-2xl font-bold text-gray-900">Plant a Tree, Grow a Future</h1>
                    <p class="text-gray-700 text-center">Join our mission to plant 1 million trees and make the Earth greener for future generations.</p>
                    <a class="btn mt-2 bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-md"> Get Involved </a>
                </div>
                <div class="hero-img-right hidden sm:block">
                    <img src="./assets/hero-leaf2.png" alt="Hero-img">
                </div>
            </div>
        </section>
    
    <!-- Hero section End -->
     <!-- card section starts -->
        <section class="p-16 bg-[#f0fdf4]">
    
            <H1 class="text-center text-2xl font-semibold text-gray-800 mb-10">Choose Your Trees</H1>
    
            <div id="container" class="flex flex-col lg:flex-row gap-5 justify-center">
              <!-- categories -->
                <div class="col-span-2 p-4 rounded-lg lg:max-w-[175px]">
                    <h2 class="font-bold text-gray-800 mb-3 text-center">Categories</h2>
                    <!-- <button onclick=" getAllPlants()" class="w-full text-left px-3 py-2 rounded-md bg-green-600 text-white">All Trees</button>  -->
                    <div id="list-container" class="" ></div>
                </div>
              
                <div class=" justify-center items-center m-auto py-10 hidden" id="loader">
                      <span class="loading loading-dots loading-xl"></span>
                </div>
            
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c86:8443 · assignment-6.pages.dev

    2026-01-05 12:25

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 12:25:45 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 10120
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "9ba39c2dc1ba4543ec0a7b69c74a5c26"
    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=gAh2tVaSobmv11gzOBjZA4zAdXUZDpyrtmGMmxNsICYSlEUjYD7UlHdcuzm1GsY48dO8nDLd6yG01r2QYvLcNHaaHDMWe66CU13HA%2FcUyDHgUlLbOcSy%2FkdOfKJPAAt6Qsk%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b92f5c84d6571d6-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Assignment - 6
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Assignment - 6</title>
    
    
        <!-- tilwind & dsisyUI link -->
        <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
    
        <!-- font Awesome link -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
       
        <!-- css link -->
        <link rel="stylesheet" href="./style/style.css">
    
    </head>
    <body>
    <!-- Navbar section Starts -->
        <section>
    
            <div class="navbar bg-base-100 shadow-sm bg-[#15803D] px-3 lg:px-16">
                <div class="navbar-start">
                    <div class="dropdown">
                        <div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> </svg>
                        </div>
                        <ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
                            <li><a>About</a></li>
                            <li><a>Gallery</a></li>
                            <li><a>Plant a Tree</a></li>
                        </ul>
                    </div>
                    <a class=" text-xl">Green Earth</a>
                </div>
                <div class="navbar-center hidden lg:flex">
                    <ul class="menu menu-horizontal px-1">
                        <li><a>About</a></li>
                        <li><a>Gallery</a></li>
                        <li><a>Plant a Tree</a></li>
                    </ul>
                </div>
                <div class="navbar-end">
                    <a class="btn bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-lg">Plant a Tree</a>
                </div>
            </div>
    
        </section>
    <!-- Navbar section End -->
    
    <!-- Hero section Starts -->
    
        <section>
            <div class="flex bg-[#CFF0DC]">
                <div class="hero-img-left hidden sm:block ">
                    <img src="./assets/hero-leaf1.png" alt="Hero-img">
                </div>
                <div class="hero-content flex flex-col">
                    <h1 class="text-2xl font-bold text-gray-900">Plant a Tree, Grow a Future</h1>
                    <p class="text-gray-700 text-center">Join our mission to plant 1 million trees and make the Earth greener for future generations.</p>
                    <a class="btn mt-2 bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-md"> Get Involved </a>
                </div>
                <div class="hero-img-right hidden sm:block">
                    <img src="./assets/hero-leaf2.png" alt="Hero-img">
                </div>
            </div>
        </section>
    
    <!-- Hero section End -->
     <!-- card section starts -->
        <section class="p-16 bg-[#f0fdf4]">
    
            <H1 class="text-center text-2xl font-semibold text-gray-800 mb-10">Choose Your Trees</H1>
    
            <div id="container" class="flex flex-col lg:flex-row gap-5 justify-center">
              <!-- categories -->
                <div class="col-span-2 p-4 rounded-lg lg:max-w-[175px]">
                    <h2 class="font-bold text-gray-800 mb-3 text-center">Categories</h2>
                    <!-- <button onclick=" getAllPlants()" class="w-full text-left px-3 py-2 rounded-md bg-green-600 text-white">All Trees</button>  -->
                    <div id="list-container" class="" ></div>
                </div>
              
                <div class=" justify-center items-center m-auto py-10 hidden" id="loader">
                      <span class="loading loading-dots loading-xl"></span>
                </div>
            
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 172.66.44.134:443 · assignment-6.pages.dev

    2026-01-05 12:25

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 12:25:45 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 10120
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "9ba39c2dc1ba4543ec0a7b69c74a5c26"
    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=89klGOh6UMs6wtuGrx%2Bv%2BxeF91XrObgBrKNYR7yLuXhlxPPszOyiAWLXDxItEqMyvh%2F6FGZosB4cVsZ2%2FWzqhca5%2BVB5XxDzAjOfLj29Z6Bzddj4O7o%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b92f5c83ea32bd3-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Assignment - 6
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Assignment - 6</title>
    
    
        <!-- tilwind & dsisyUI link -->
        <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
    
        <!-- font Awesome link -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
       
        <!-- css link -->
        <link rel="stylesheet" href="./style/style.css">
    
    </head>
    <body>
    <!-- Navbar section Starts -->
        <section>
    
            <div class="navbar bg-base-100 shadow-sm bg-[#15803D] px-3 lg:px-16">
                <div class="navbar-start">
                    <div class="dropdown">
                        <div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> </svg>
                        </div>
                        <ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
                            <li><a>About</a></li>
                            <li><a>Gallery</a></li>
                            <li><a>Plant a Tree</a></li>
                        </ul>
                    </div>
                    <a class=" text-xl">Green Earth</a>
                </div>
                <div class="navbar-center hidden lg:flex">
                    <ul class="menu menu-horizontal px-1">
                        <li><a>About</a></li>
                        <li><a>Gallery</a></li>
                        <li><a>Plant a Tree</a></li>
                    </ul>
                </div>
                <div class="navbar-end">
                    <a class="btn bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-lg">Plant a Tree</a>
                </div>
            </div>
    
        </section>
    <!-- Navbar section End -->
    
    <!-- Hero section Starts -->
    
        <section>
            <div class="flex bg-[#CFF0DC]">
                <div class="hero-img-left hidden sm:block ">
                    <img src="./assets/hero-leaf1.png" alt="Hero-img">
                </div>
                <div class="hero-content flex flex-col">
                    <h1 class="text-2xl font-bold text-gray-900">Plant a Tree, Grow a Future</h1>
                    <p class="text-gray-700 text-center">Join our mission to plant 1 million trees and make the Earth greener for future generations.</p>
                    <a class="btn mt-2 bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-md"> Get Involved </a>
                </div>
                <div class="hero-img-right hidden sm:block">
                    <img src="./assets/hero-leaf2.png" alt="Hero-img">
                </div>
            </div>
        </section>
    
    <!-- Hero section End -->
     <!-- card section starts -->
        <section class="p-16 bg-[#f0fdf4]">
    
            <H1 class="text-center text-2xl font-semibold text-gray-800 mb-10">Choose Your Trees</H1>
    
            <div id="container" class="flex flex-col lg:flex-row gap-5 justify-center">
              <!-- categories -->
                <div class="col-span-2 p-4 rounded-lg lg:max-w-[175px]">
                    <h2 class="font-bold text-gray-800 mb-3 text-center">Categories</h2>
                    <!-- <button onclick=" getAllPlants()" class="w-full text-left px-3 py-2 rounded-md bg-green-600 text-white">All Trees</button>  -->
                    <div id="list-container" class="" ></div>
                </div>
              
                <div class=" justify-center items-center m-auto py-10 hidden" id="loader">
                      <span class="loading loading-dots loading-xl"></span>
                </div>
            
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 172.66.47.122:443 · assignment-6.pages.dev

    2026-01-05 12:25

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 12:25:45 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 10120
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "9ba39c2dc1ba4543ec0a7b69c74a5c26"
    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=6vPGX5la3JYPgYZyzl8c9YBDsFwx2Rc48t5%2BepGoX6hcivxpeCADJp1w4v2uc02GCXhSWzbQCnEVUgrvdoe6wY5sCDJdVAyH%2FwnP4jCkC08Bqc9mEsI%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b92f5c8295165c4-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Assignment - 6
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Assignment - 6</title>
    
    
        <!-- tilwind & dsisyUI link -->
        <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
    
        <!-- font Awesome link -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
       
        <!-- css link -->
        <link rel="stylesheet" href="./style/style.css">
    
    </head>
    <body>
    <!-- Navbar section Starts -->
        <section>
    
            <div class="navbar bg-base-100 shadow-sm bg-[#15803D] px-3 lg:px-16">
                <div class="navbar-start">
                    <div class="dropdown">
                        <div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> </svg>
                        </div>
                        <ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
                            <li><a>About</a></li>
                            <li><a>Gallery</a></li>
                            <li><a>Plant a Tree</a></li>
                        </ul>
                    </div>
                    <a class=" text-xl">Green Earth</a>
                </div>
                <div class="navbar-center hidden lg:flex">
                    <ul class="menu menu-horizontal px-1">
                        <li><a>About</a></li>
                        <li><a>Gallery</a></li>
                        <li><a>Plant a Tree</a></li>
                    </ul>
                </div>
                <div class="navbar-end">
                    <a class="btn bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-lg">Plant a Tree</a>
                </div>
            </div>
    
        </section>
    <!-- Navbar section End -->
    
    <!-- Hero section Starts -->
    
        <section>
            <div class="flex bg-[#CFF0DC]">
                <div class="hero-img-left hidden sm:block ">
                    <img src="./assets/hero-leaf1.png" alt="Hero-img">
                </div>
                <div class="hero-content flex flex-col">
                    <h1 class="text-2xl font-bold text-gray-900">Plant a Tree, Grow a Future</h1>
                    <p class="text-gray-700 text-center">Join our mission to plant 1 million trees and make the Earth greener for future generations.</p>
                    <a class="btn mt-2 bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-md"> Get Involved </a>
                </div>
                <div class="hero-img-right hidden sm:block">
                    <img src="./assets/hero-leaf2.png" alt="Hero-img">
                </div>
            </div>
        </section>
    
    <!-- Hero section End -->
     <!-- card section starts -->
        <section class="p-16 bg-[#f0fdf4]">
    
            <H1 class="text-center text-2xl font-semibold text-gray-800 mb-10">Choose Your Trees</H1>
    
            <div id="container" class="flex flex-col lg:flex-row gap-5 justify-center">
              <!-- categories -->
                <div class="col-span-2 p-4 rounded-lg lg:max-w-[175px]">
                    <h2 class="font-bold text-gray-800 mb-3 text-center">Categories</h2>
                    <!-- <button onclick=" getAllPlants()" class="w-full text-left px-3 py-2 rounded-md bg-green-600 text-white">All Trees</button>  -->
                    <div id="list-container" class="" ></div>
                </div>
              
                <div class=" justify-center items-center m-auto py-10 hidden" id="loader">
                      <span class="loading loading-dots loading-xl"></span>
                </div>
            
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 172.66.47.122:8443 · assignment-6.pages.dev

    2026-01-05 12:25

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 12:25:45 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 10120
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "9ba39c2dc1ba4543ec0a7b69c74a5c26"
    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=Kk74%2FpRlXzXOHzljBRBIp0WVmHjLZW0kgymWNh3VDEwXeozdQlMQcl6LE2IvDDxFoLTBYlx8AgGgkOGrMBP6dnNpcFM0nkPvwT%2BjS3S7t6xpRWweSnM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b92f5c80c4cd264-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Assignment - 6
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Assignment - 6</title>
    
    
        <!-- tilwind & dsisyUI link -->
        <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
    
        <!-- font Awesome link -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
       
        <!-- css link -->
        <link rel="stylesheet" href="./style/style.css">
    
    </head>
    <body>
    <!-- Navbar section Starts -->
        <section>
    
            <div class="navbar bg-base-100 shadow-sm bg-[#15803D] px-3 lg:px-16">
                <div class="navbar-start">
                    <div class="dropdown">
                        <div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> </svg>
                        </div>
                        <ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
                            <li><a>About</a></li>
                            <li><a>Gallery</a></li>
                            <li><a>Plant a Tree</a></li>
                        </ul>
                    </div>
                    <a class=" text-xl">Green Earth</a>
                </div>
                <div class="navbar-center hidden lg:flex">
                    <ul class="menu menu-horizontal px-1">
                        <li><a>About</a></li>
                        <li><a>Gallery</a></li>
                        <li><a>Plant a Tree</a></li>
                    </ul>
                </div>
                <div class="navbar-end">
                    <a class="btn bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-lg">Plant a Tree</a>
                </div>
            </div>
    
        </section>
    <!-- Navbar section End -->
    
    <!-- Hero section Starts -->
    
        <section>
            <div class="flex bg-[#CFF0DC]">
                <div class="hero-img-left hidden sm:block ">
                    <img src="./assets/hero-leaf1.png" alt="Hero-img">
                </div>
                <div class="hero-content flex flex-col">
                    <h1 class="text-2xl font-bold text-gray-900">Plant a Tree, Grow a Future</h1>
                    <p class="text-gray-700 text-center">Join our mission to plant 1 million trees and make the Earth greener for future generations.</p>
                    <a class="btn mt-2 bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-md"> Get Involved </a>
                </div>
                <div class="hero-img-right hidden sm:block">
                    <img src="./assets/hero-leaf2.png" alt="Hero-img">
                </div>
            </div>
        </section>
    
    <!-- Hero section End -->
     <!-- card section starts -->
        <section class="p-16 bg-[#f0fdf4]">
    
            <H1 class="text-center text-2xl font-semibold text-gray-800 mb-10">Choose Your Trees</H1>
    
            <div id="container" class="flex flex-col lg:flex-row gap-5 justify-center">
              <!-- categories -->
                <div class="col-span-2 p-4 rounded-lg lg:max-w-[175px]">
                    <h2 class="font-bold text-gray-800 mb-3 text-center">Categories</h2>
                    <!-- <button onclick=" getAllPlants()" class="w-full text-left px-3 py-2 rounded-md bg-green-600 text-white">All Trees</button>  -->
                    <div id="list-container" class="" ></div>
                </div>
              
                <div class=" justify-center items-center m-auto py-10 hidden" id="loader">
                      <span class="loading loading-dots loading-xl"></span>
                </div>
            
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f7a:80 · assignment-6.pages.dev

    2026-01-05 12:25

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 05 Jan 2026 12:25:44 GMT
    Content-Length: 0
    Connection: close
    Location: https://assignment-6.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=z%2BBU85VYw4MkB1uUxmddjZyR7N5vQu6YK%2Fc2wFTtLrKKb2t5T4j0rJRBRzExZXF5M2Ddu4tG8aVlz1VwpUCk6Cdmfxp5SkVocs0HjCD98%2BIH%2B2lOtc%2BbNHzOZb%2B1YHWlcjM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b92f5c61aa1e9db-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f7a:443 · assignment-6.pages.dev

    2026-01-05 12:25

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 12:25:45 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 10120
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "9ba39c2dc1ba4543ec0a7b69c74a5c26"
    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=UhCn%2B1GN%2BOlCJtiV1CkjEoqGzMcfKi0ov3nYEWFkCrj2z%2BK6bhcbt8rQV7FUByXHdJGsgYKuGntJqmi3MSub7qvB7LLNPx5z7%2F%2FTnA1331BAv7GwtaA5jAGMCz8TcZvt"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b92f5c81838fb81-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Assignment - 6
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Assignment - 6</title>
    
    
        <!-- tilwind & dsisyUI link -->
        <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
    
        <!-- font Awesome link -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
       
        <!-- css link -->
        <link rel="stylesheet" href="./style/style.css">
    
    </head>
    <body>
    <!-- Navbar section Starts -->
        <section>
    
            <div class="navbar bg-base-100 shadow-sm bg-[#15803D] px-3 lg:px-16">
                <div class="navbar-start">
                    <div class="dropdown">
                        <div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> </svg>
                        </div>
                        <ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
                            <li><a>About</a></li>
                            <li><a>Gallery</a></li>
                            <li><a>Plant a Tree</a></li>
                        </ul>
                    </div>
                    <a class=" text-xl">Green Earth</a>
                </div>
                <div class="navbar-center hidden lg:flex">
                    <ul class="menu menu-horizontal px-1">
                        <li><a>About</a></li>
                        <li><a>Gallery</a></li>
                        <li><a>Plant a Tree</a></li>
                    </ul>
                </div>
                <div class="navbar-end">
                    <a class="btn bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-lg">Plant a Tree</a>
                </div>
            </div>
    
        </section>
    <!-- Navbar section End -->
    
    <!-- Hero section Starts -->
    
        <section>
            <div class="flex bg-[#CFF0DC]">
                <div class="hero-img-left hidden sm:block ">
                    <img src="./assets/hero-leaf1.png" alt="Hero-img">
                </div>
                <div class="hero-content flex flex-col">
                    <h1 class="text-2xl font-bold text-gray-900">Plant a Tree, Grow a Future</h1>
                    <p class="text-gray-700 text-center">Join our mission to plant 1 million trees and make the Earth greener for future generations.</p>
                    <a class="btn mt-2 bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-md"> Get Involved </a>
                </div>
                <div class="hero-img-right hidden sm:block">
                    <img src="./assets/hero-leaf2.png" alt="Hero-img">
                </div>
            </div>
        </section>
    
    <!-- Hero section End -->
     <!-- card section starts -->
        <section class="p-16 bg-[#f0fdf4]">
    
            <H1 class="text-center text-2xl font-semibold text-gray-800 mb-10">Choose Your Trees</H1>
    
            <div id="container" class="flex flex-col lg:flex-row gap-5 justify-center">
              <!-- categories -->
                <div class="col-span-2 p-4 rounded-lg lg:max-w-[175px]">
                    <h2 class="font-bold text-gray-800 mb-3 text-center">Categories</h2>
                    <!-- <button onclick=" getAllPlants()" class="w-full text-left px-3 py-2 rounded-md bg-green-600 text-white">All Trees</button>  -->
                    <div id="list-container" class="" ></div>
                </div>
              
                <div class=" justify-center items-center m-auto py-10 hidden" id="loader">
                      <span class="loading loading-dots loading-xl"></span>
                </div>
            
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2c86:80 · assignment-6.pages.dev

    2026-01-05 12:25

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 05 Jan 2026 12:25:44 GMT
    Content-Length: 0
    Connection: close
    Location: https://assignment-6.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=HHlc4uVdCpymf4yjFUCsuq3lAPBtes%2F3E%2F7CHxGtdMNGOr2Fv8E9NVYn%2BmBa7JK3RM5AHFrI8pXA2YFEnTi70zB%2BRfRJwCyE6PFZOlfRuL9Sym94NrkMtEXUonJ8Q2HBwTo%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b92f5c5fa7a66ba-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 172.66.47.122:80 · assignment-6.pages.dev

    2026-01-05 12:25

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 05 Jan 2026 12:25:44 GMT
    Content-Length: 0
    Connection: close
    Location: https://assignment-6.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1SPdWfy5hiEOV7zEXwy00ocNGyLs0lZtulQuqb0sb4Pae6uRJEn9GvTZGHaeizQzp4nHdm1JAAGxzZ68Dq5%2FMiX1Z0SzGKk5GVXsw4k5keZbTvF7%2FLE%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b92f5c5e96c6db1-AMS
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f7a:8443 · assignment-6.pages.dev

    2026-01-05 12:25

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 12:25:44 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 10120
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "9ba39c2dc1ba4543ec0a7b69c74a5c26"
    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=5i6NIckKlWHQtb3KnSYgTRbGw9ButvYlDV8s4iNENirujMFdOUEtqoHQdplVexMFqN3yWhGqkaZ9EcS9NuvTAyiwoHF3eF8kDAd6N9hNKUTSt3kj7ig50JN2Q%2BM1opKHZrc%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b92f5c69ca439ed-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Assignment - 6
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Assignment - 6</title>
    
    
        <!-- tilwind & dsisyUI link -->
        <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
    
        <!-- font Awesome link -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
       
        <!-- css link -->
        <link rel="stylesheet" href="./style/style.css">
    
    </head>
    <body>
    <!-- Navbar section Starts -->
        <section>
    
            <div class="navbar bg-base-100 shadow-sm bg-[#15803D] px-3 lg:px-16">
                <div class="navbar-start">
                    <div class="dropdown">
                        <div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> </svg>
                        </div>
                        <ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
                            <li><a>About</a></li>
                            <li><a>Gallery</a></li>
                            <li><a>Plant a Tree</a></li>
                        </ul>
                    </div>
                    <a class=" text-xl">Green Earth</a>
                </div>
                <div class="navbar-center hidden lg:flex">
                    <ul class="menu menu-horizontal px-1">
                        <li><a>About</a></li>
                        <li><a>Gallery</a></li>
                        <li><a>Plant a Tree</a></li>
                    </ul>
                </div>
                <div class="navbar-end">
                    <a class="btn bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-lg">Plant a Tree</a>
                </div>
            </div>
    
        </section>
    <!-- Navbar section End -->
    
    <!-- Hero section Starts -->
    
        <section>
            <div class="flex bg-[#CFF0DC]">
                <div class="hero-img-left hidden sm:block ">
                    <img src="./assets/hero-leaf1.png" alt="Hero-img">
                </div>
                <div class="hero-content flex flex-col">
                    <h1 class="text-2xl font-bold text-gray-900">Plant a Tree, Grow a Future</h1>
                    <p class="text-gray-700 text-center">Join our mission to plant 1 million trees and make the Earth greener for future generations.</p>
                    <a class="btn mt-2 bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-md"> Get Involved </a>
                </div>
                <div class="hero-img-right hidden sm:block">
                    <img src="./assets/hero-leaf2.png" alt="Hero-img">
                </div>
            </div>
        </section>
    
    <!-- Hero section End -->
     <!-- card section starts -->
        <section class="p-16 bg-[#f0fdf4]">
    
            <H1 class="text-center text-2xl font-semibold text-gray-800 mb-10">Choose Your Trees</H1>
    
            <div id="container" class="flex flex-col lg:flex-row gap-5 justify-center">
              <!-- categories -->
                <div class="col-span-2 p-4 rounded-lg lg:max-w-[175px]">
                    <h2 class="font-bold text-gray-800 mb-3 text-center">Categories</h2>
                    <!-- <button onclick=" getAllPlants()" class="w-full text-left px-3 py-2 rounded-md bg-green-600 text-white">All Trees</button>  -->
                    <div id="list-container" class="" ></div>
                </div>
              
                <div class=" justify-center items-center m-auto py-10 hidden" id="loader">
                      <span class="loading loading-dots loading-xl"></span>
                </div>
            
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 172.66.44.134:8443 · assignment-6.pages.dev

    2026-01-05 12:25

    HTTP/1.1 200 OK
    Date: Mon, 05 Jan 2026 12:25:44 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 10120
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "9ba39c2dc1ba4543ec0a7b69c74a5c26"
    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=8xIe%2BXsMMGzdkOOeyFA8g72pH%2BUOdHpiCxwOhhMV7d23QdG6Fm4GA5w1h2hsM%2F7PgcpMKzpbpHO7NfLl83wt%2BK1rmCVi9l7axo5eNcP2bdWo%2FaC11M0%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b92f5c68c72c0f6-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Assignment - 6
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Assignment - 6</title>
    
    
        <!-- tilwind & dsisyUI link -->
        <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
    
        <!-- font Awesome link -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
       
        <!-- css link -->
        <link rel="stylesheet" href="./style/style.css">
    
    </head>
    <body>
    <!-- Navbar section Starts -->
        <section>
    
            <div class="navbar bg-base-100 shadow-sm bg-[#15803D] px-3 lg:px-16">
                <div class="navbar-start">
                    <div class="dropdown">
                        <div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> </svg>
                        </div>
                        <ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
                            <li><a>About</a></li>
                            <li><a>Gallery</a></li>
                            <li><a>Plant a Tree</a></li>
                        </ul>
                    </div>
                    <a class=" text-xl">Green Earth</a>
                </div>
                <div class="navbar-center hidden lg:flex">
                    <ul class="menu menu-horizontal px-1">
                        <li><a>About</a></li>
                        <li><a>Gallery</a></li>
                        <li><a>Plant a Tree</a></li>
                    </ul>
                </div>
                <div class="navbar-end">
                    <a class="btn bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-lg">Plant a Tree</a>
                </div>
            </div>
    
        </section>
    <!-- Navbar section End -->
    
    <!-- Hero section Starts -->
    
        <section>
            <div class="flex bg-[#CFF0DC]">
                <div class="hero-img-left hidden sm:block ">
                    <img src="./assets/hero-leaf1.png" alt="Hero-img">
                </div>
                <div class="hero-content flex flex-col">
                    <h1 class="text-2xl font-bold text-gray-900">Plant a Tree, Grow a Future</h1>
                    <p class="text-gray-700 text-center">Join our mission to plant 1 million trees and make the Earth greener for future generations.</p>
                    <a class="btn mt-2 bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-md"> Get Involved </a>
                </div>
                <div class="hero-img-right hidden sm:block">
                    <img src="./assets/hero-leaf2.png" alt="Hero-img">
                </div>
            </div>
        </section>
    
    <!-- Hero section End -->
     <!-- card section starts -->
        <section class="p-16 bg-[#f0fdf4]">
    
            <H1 class="text-center text-2xl font-semibold text-gray-800 mb-10">Choose Your Trees</H1>
    
            <div id="container" class="flex flex-col lg:flex-row gap-5 justify-center">
              <!-- categories -->
                <div class="col-span-2 p-4 rounded-lg lg:max-w-[175px]">
                    <h2 class="font-bold text-gray-800 mb-3 text-center">Categories</h2>
                    <!-- <button onclick=" getAllPlants()" class="w-full text-left px-3 py-2 rounded-md bg-green-600 text-white">All Trees</button>  -->
                    <div id="list-container" class="" ></div>
                </div>
              
                <div class=" justify-center items-center m-auto py-10 hidden" id="loader">
                      <span class="loading loading-dots loading-xl"></span>
                </div>
            
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 172.66.44.134:80 · assignment-6.pages.dev

    2026-01-05 12:25

    HTTP/1.1 301 Moved Permanently
    Date: Mon, 05 Jan 2026 12:25:44 GMT
    Content-Length: 0
    Connection: close
    Location: https://assignment-6.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=DRkn0rGsi4yLJlG%2BtlG1goA2CzsAeXPkAo6uEX6vb8kuZyY9uruEkZwvYLsAPaqQEQ49E6mwTCUMVmkjY6H2ywA%2B5plohy6owAigg2ShKblwl4NeAFw%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b92f5c5ca2139f7-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-05 by HttpPlugin
    Create report
  • Open service 172.66.47.122:443 · assignment-6.pages.dev

    2026-01-02 13:46

    HTTP/1.1 200 OK
    Date: Fri, 02 Jan 2026 13:46:16 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 10120
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "9ba39c2dc1ba4543ec0a7b69c74a5c26"
    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=8TbrH4qBOJRcZ%2BQ96ZLt4oVbggYlFLKoRGpYn%2FNw0c6h6LVdHTC6PDwVdIEx4652ZlGivbow%2BvJ%2FCLrGsxGdYHhzP2y%2BQaKIvaYwa7q%2F4ARIxx7zlyI%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b7ab39f0d132695-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Assignment - 6
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Assignment - 6</title>
    
    
        <!-- tilwind & dsisyUI link -->
        <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
    
        <!-- font Awesome link -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
       
        <!-- css link -->
        <link rel="stylesheet" href="./style/style.css">
    
    </head>
    <body>
    <!-- Navbar section Starts -->
        <section>
    
            <div class="navbar bg-base-100 shadow-sm bg-[#15803D] px-3 lg:px-16">
                <div class="navbar-start">
                    <div class="dropdown">
                        <div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> </svg>
                        </div>
                        <ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
                            <li><a>About</a></li>
                            <li><a>Gallery</a></li>
                            <li><a>Plant a Tree</a></li>
                        </ul>
                    </div>
                    <a class=" text-xl">Green Earth</a>
                </div>
                <div class="navbar-center hidden lg:flex">
                    <ul class="menu menu-horizontal px-1">
                        <li><a>About</a></li>
                        <li><a>Gallery</a></li>
                        <li><a>Plant a Tree</a></li>
                    </ul>
                </div>
                <div class="navbar-end">
                    <a class="btn bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-lg">Plant a Tree</a>
                </div>
            </div>
    
        </section>
    <!-- Navbar section End -->
    
    <!-- Hero section Starts -->
    
        <section>
            <div class="flex bg-[#CFF0DC]">
                <div class="hero-img-left hidden sm:block ">
                    <img src="./assets/hero-leaf1.png" alt="Hero-img">
                </div>
                <div class="hero-content flex flex-col">
                    <h1 class="text-2xl font-bold text-gray-900">Plant a Tree, Grow a Future</h1>
                    <p class="text-gray-700 text-center">Join our mission to plant 1 million trees and make the Earth greener for future generations.</p>
                    <a class="btn mt-2 bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-md"> Get Involved </a>
                </div>
                <div class="hero-img-right hidden sm:block">
                    <img src="./assets/hero-leaf2.png" alt="Hero-img">
                </div>
            </div>
        </section>
    
    <!-- Hero section End -->
     <!-- card section starts -->
        <section class="p-16 bg-[#f0fdf4]">
    
            <H1 class="text-center text-2xl font-semibold text-gray-800 mb-10">Choose Your Trees</H1>
    
            <div id="container" class="flex flex-col lg:flex-row gap-5 justify-center">
              <!-- categories -->
                <div class="col-span-2 p-4 rounded-lg lg:max-w-[175px]">
                    <h2 class="font-bold text-gray-800 mb-3 text-center">Categories</h2>
                    <!-- <button onclick=" getAllPlants()" class="w-full text-left px-3 py-2 rounded-md bg-green-600 text-white">All Trees</button>  -->
                    <div id="list-container" class="" ></div>
                </div>
              
                <div class=" justify-center items-center m-auto py-10 hidden" id="loader">
                      <span class="loading loading-dots loading-xl"></span>
                </div>
            
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 172.66.44.134:8443 · assignment-6.pages.dev

    2026-01-01 22:41

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 22:41:41 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 10120
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "9ba39c2dc1ba4543ec0a7b69c74a5c26"
    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=ZAHg9PMnna8cXpNFb7zRgagNrQvKtk%2F3V51B61Au%2FO2EyvVzZww0Fqr9T41bhAwnTVs9O9cZHnMD3wfpsne%2B%2BvlEQKHPPZIEgSJyB30Rw%2FpUkrhia4k%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b75868cae9dced9-SJC
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Assignment - 6
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Assignment - 6</title>
    
    
        <!-- tilwind & dsisyUI link -->
        <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
    
        <!-- font Awesome link -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
       
        <!-- css link -->
        <link rel="stylesheet" href="./style/style.css">
    
    </head>
    <body>
    <!-- Navbar section Starts -->
        <section>
    
            <div class="navbar bg-base-100 shadow-sm bg-[#15803D] px-3 lg:px-16">
                <div class="navbar-start">
                    <div class="dropdown">
                        <div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> </svg>
                        </div>
                        <ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
                            <li><a>About</a></li>
                            <li><a>Gallery</a></li>
                            <li><a>Plant a Tree</a></li>
                        </ul>
                    </div>
                    <a class=" text-xl">Green Earth</a>
                </div>
                <div class="navbar-center hidden lg:flex">
                    <ul class="menu menu-horizontal px-1">
                        <li><a>About</a></li>
                        <li><a>Gallery</a></li>
                        <li><a>Plant a Tree</a></li>
                    </ul>
                </div>
                <div class="navbar-end">
                    <a class="btn bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-lg">Plant a Tree</a>
                </div>
            </div>
    
        </section>
    <!-- Navbar section End -->
    
    <!-- Hero section Starts -->
    
        <section>
            <div class="flex bg-[#CFF0DC]">
                <div class="hero-img-left hidden sm:block ">
                    <img src="./assets/hero-leaf1.png" alt="Hero-img">
                </div>
                <div class="hero-content flex flex-col">
                    <h1 class="text-2xl font-bold text-gray-900">Plant a Tree, Grow a Future</h1>
                    <p class="text-gray-700 text-center">Join our mission to plant 1 million trees and make the Earth greener for future generations.</p>
                    <a class="btn mt-2 bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-md"> Get Involved </a>
                </div>
                <div class="hero-img-right hidden sm:block">
                    <img src="./assets/hero-leaf2.png" alt="Hero-img">
                </div>
            </div>
        </section>
    
    <!-- Hero section End -->
     <!-- card section starts -->
        <section class="p-16 bg-[#f0fdf4]">
    
            <H1 class="text-center text-2xl font-semibold text-gray-800 mb-10">Choose Your Trees</H1>
    
            <div id="container" class="flex flex-col lg:flex-row gap-5 justify-center">
              <!-- categories -->
                <div class="col-span-2 p-4 rounded-lg lg:max-w-[175px]">
                    <h2 class="font-bold text-gray-800 mb-3 text-center">Categories</h2>
                    <!-- <button onclick=" getAllPlants()" class="w-full text-left px-3 py-2 rounded-md bg-green-600 text-white">All Trees</button>  -->
                    <div id="list-container" class="" ></div>
                </div>
              
                <div class=" justify-center items-center m-auto py-10 hidden" id="loader">
                      <span class="loading loading-dots loading-xl"></span>
                </div>
            
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 172.66.44.134:8443 · assignment-6.pages.dev

    2025-12-30 07:43

    HTTP/1.1 200 OK
    Date: Tue, 30 Dec 2025 07:43:45 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 10120
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "9ba39c2dc1ba4543ec0a7b69c74a5c26"
    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=KZVIUgh4tno5UnzQqQd1mVEnynilg6LoDNtDiPENfIOqRqdig7BXw5tbryMfr8VkyMGCxXNmJ9T9m5KkIUfZ%2B87DQzonF7514vdbmAwPO2MdxQ4cDQA%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b5fe877a8c68f3b-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Assignment - 6
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Assignment - 6</title>
    
    
        <!-- tilwind & dsisyUI link -->
        <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
    
        <!-- font Awesome link -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
       
        <!-- css link -->
        <link rel="stylesheet" href="./style/style.css">
    
    </head>
    <body>
    <!-- Navbar section Starts -->
        <section>
    
            <div class="navbar bg-base-100 shadow-sm bg-[#15803D] px-3 lg:px-16">
                <div class="navbar-start">
                    <div class="dropdown">
                        <div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> </svg>
                        </div>
                        <ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
                            <li><a>About</a></li>
                            <li><a>Gallery</a></li>
                            <li><a>Plant a Tree</a></li>
                        </ul>
                    </div>
                    <a class=" text-xl">Green Earth</a>
                </div>
                <div class="navbar-center hidden lg:flex">
                    <ul class="menu menu-horizontal px-1">
                        <li><a>About</a></li>
                        <li><a>Gallery</a></li>
                        <li><a>Plant a Tree</a></li>
                    </ul>
                </div>
                <div class="navbar-end">
                    <a class="btn bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-lg">Plant a Tree</a>
                </div>
            </div>
    
        </section>
    <!-- Navbar section End -->
    
    <!-- Hero section Starts -->
    
        <section>
            <div class="flex bg-[#CFF0DC]">
                <div class="hero-img-left hidden sm:block ">
                    <img src="./assets/hero-leaf1.png" alt="Hero-img">
                </div>
                <div class="hero-content flex flex-col">
                    <h1 class="text-2xl font-bold text-gray-900">Plant a Tree, Grow a Future</h1>
                    <p class="text-gray-700 text-center">Join our mission to plant 1 million trees and make the Earth greener for future generations.</p>
                    <a class="btn mt-2 bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-md"> Get Involved </a>
                </div>
                <div class="hero-img-right hidden sm:block">
                    <img src="./assets/hero-leaf2.png" alt="Hero-img">
                </div>
            </div>
        </section>
    
    <!-- Hero section End -->
     <!-- card section starts -->
        <section class="p-16 bg-[#f0fdf4]">
    
            <H1 class="text-center text-2xl font-semibold text-gray-800 mb-10">Choose Your Trees</H1>
    
            <div id="container" class="flex flex-col lg:flex-row gap-5 justify-center">
              <!-- categories -->
                <div class="col-span-2 p-4 rounded-lg lg:max-w-[175px]">
                    <h2 class="font-bold text-gray-800 mb-3 text-center">Categories</h2>
                    <!-- <button onclick=" getAllPlants()" class="w-full text-left px-3 py-2 rounded-md bg-green-600 text-white">All Trees</button>  -->
                    <div id="list-container" class="" ></div>
                </div>
              
                <div class=" justify-center items-center m-auto py-10 hidden" id="loader">
                      <span class="loading loading-dots loading-xl"></span>
                </div>
            
    Found 2025-12-30 by HttpPlugin
    Create report
  • Open service 172.66.47.122:443 · assignment-6.pages.dev

    2025-12-23 06:36

    HTTP/1.1 200 OK
    Date: Tue, 23 Dec 2025 06:36:48 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 10120
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "9ba39c2dc1ba4543ec0a7b69c74a5c26"
    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=6AJopURWa9jhM3mWam6q1F3zsGrS4BLqq0xQRkgkMT2gaYzdxbH1686W8iWlWdVX9gl%2FvY5blF9fOhXNtV7qLuy%2FYWM5BKLIxi1QSG%2BtZghGvo%2Bhhac%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b25d8c1581c2aca-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Assignment - 6
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Assignment - 6</title>
    
    
        <!-- tilwind & dsisyUI link -->
        <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
    
        <!-- font Awesome link -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
       
        <!-- css link -->
        <link rel="stylesheet" href="./style/style.css">
    
    </head>
    <body>
    <!-- Navbar section Starts -->
        <section>
    
            <div class="navbar bg-base-100 shadow-sm bg-[#15803D] px-3 lg:px-16">
                <div class="navbar-start">
                    <div class="dropdown">
                        <div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> </svg>
                        </div>
                        <ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
                            <li><a>About</a></li>
                            <li><a>Gallery</a></li>
                            <li><a>Plant a Tree</a></li>
                        </ul>
                    </div>
                    <a class=" text-xl">Green Earth</a>
                </div>
                <div class="navbar-center hidden lg:flex">
                    <ul class="menu menu-horizontal px-1">
                        <li><a>About</a></li>
                        <li><a>Gallery</a></li>
                        <li><a>Plant a Tree</a></li>
                    </ul>
                </div>
                <div class="navbar-end">
                    <a class="btn bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-lg">Plant a Tree</a>
                </div>
            </div>
    
        </section>
    <!-- Navbar section End -->
    
    <!-- Hero section Starts -->
    
        <section>
            <div class="flex bg-[#CFF0DC]">
                <div class="hero-img-left hidden sm:block ">
                    <img src="./assets/hero-leaf1.png" alt="Hero-img">
                </div>
                <div class="hero-content flex flex-col">
                    <h1 class="text-2xl font-bold text-gray-900">Plant a Tree, Grow a Future</h1>
                    <p class="text-gray-700 text-center">Join our mission to plant 1 million trees and make the Earth greener for future generations.</p>
                    <a class="btn mt-2 bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-md"> Get Involved </a>
                </div>
                <div class="hero-img-right hidden sm:block">
                    <img src="./assets/hero-leaf2.png" alt="Hero-img">
                </div>
            </div>
        </section>
    
    <!-- Hero section End -->
     <!-- card section starts -->
        <section class="p-16 bg-[#f0fdf4]">
    
            <H1 class="text-center text-2xl font-semibold text-gray-800 mb-10">Choose Your Trees</H1>
    
            <div id="container" class="flex flex-col lg:flex-row gap-5 justify-center">
              <!-- categories -->
                <div class="col-span-2 p-4 rounded-lg lg:max-w-[175px]">
                    <h2 class="font-bold text-gray-800 mb-3 text-center">Categories</h2>
                    <!-- <button onclick=" getAllPlants()" class="w-full text-left px-3 py-2 rounded-md bg-green-600 text-white">All Trees</button>  -->
                    <div id="list-container" class="" ></div>
                </div>
              
                <div class=" justify-center items-center m-auto py-10 hidden" id="loader">
                      <span class="loading loading-dots loading-xl"></span>
                </div>
            
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 172.66.44.134:8443 · assignment-6.pages.dev

    2025-12-22 06:24

    HTTP/1.1 200 OK
    Date: Mon, 22 Dec 2025 06:24:27 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 10120
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "9ba39c2dc1ba4543ec0a7b69c74a5c26"
    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=MIE1cFwx8M3W2esmaWh95v%2BtxZITngMYFZkkVieYC509zrSoXAyysx2ROV%2Fum%2BI5gZAyii1I4RdTe3fYrvFv5%2F0%2FPEDy1iE0PU8YFXFXNhiZWVlj0zk%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b1d8949d923ac54-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Assignment - 6
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Assignment - 6</title>
    
    
        <!-- tilwind & dsisyUI link -->
        <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
    
        <!-- font Awesome link -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
       
        <!-- css link -->
        <link rel="stylesheet" href="./style/style.css">
    
    </head>
    <body>
    <!-- Navbar section Starts -->
        <section>
    
            <div class="navbar bg-base-100 shadow-sm bg-[#15803D] px-3 lg:px-16">
                <div class="navbar-start">
                    <div class="dropdown">
                        <div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> </svg>
                        </div>
                        <ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
                            <li><a>About</a></li>
                            <li><a>Gallery</a></li>
                            <li><a>Plant a Tree</a></li>
                        </ul>
                    </div>
                    <a class=" text-xl">Green Earth</a>
                </div>
                <div class="navbar-center hidden lg:flex">
                    <ul class="menu menu-horizontal px-1">
                        <li><a>About</a></li>
                        <li><a>Gallery</a></li>
                        <li><a>Plant a Tree</a></li>
                    </ul>
                </div>
                <div class="navbar-end">
                    <a class="btn bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-lg">Plant a Tree</a>
                </div>
            </div>
    
        </section>
    <!-- Navbar section End -->
    
    <!-- Hero section Starts -->
    
        <section>
            <div class="flex bg-[#CFF0DC]">
                <div class="hero-img-left hidden sm:block ">
                    <img src="./assets/hero-leaf1.png" alt="Hero-img">
                </div>
                <div class="hero-content flex flex-col">
                    <h1 class="text-2xl font-bold text-gray-900">Plant a Tree, Grow a Future</h1>
                    <p class="text-gray-700 text-center">Join our mission to plant 1 million trees and make the Earth greener for future generations.</p>
                    <a class="btn mt-2 bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-md"> Get Involved </a>
                </div>
                <div class="hero-img-right hidden sm:block">
                    <img src="./assets/hero-leaf2.png" alt="Hero-img">
                </div>
            </div>
        </section>
    
    <!-- Hero section End -->
     <!-- card section starts -->
        <section class="p-16 bg-[#f0fdf4]">
    
            <H1 class="text-center text-2xl font-semibold text-gray-800 mb-10">Choose Your Trees</H1>
    
            <div id="container" class="flex flex-col lg:flex-row gap-5 justify-center">
              <!-- categories -->
                <div class="col-span-2 p-4 rounded-lg lg:max-w-[175px]">
                    <h2 class="font-bold text-gray-800 mb-3 text-center">Categories</h2>
                    <!-- <button onclick=" getAllPlants()" class="w-full text-left px-3 py-2 rounded-md bg-green-600 text-white">All Trees</button>  -->
                    <div id="list-container" class="" ></div>
                </div>
              
                <div class=" justify-center items-center m-auto py-10 hidden" id="loader">
                      <span class="loading loading-dots loading-xl"></span>
                </div>
            
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 172.66.47.122:443 · assignment-6.pages.dev

    2025-12-21 07:38

    HTTP/1.1 200 OK
    Date: Sun, 21 Dec 2025 07:38:07 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 10120
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "9ba39c2dc1ba4543ec0a7b69c74a5c26"
    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=CKem41dh8rZKj2jyVxLckT8n7WZz6NXAuCAuONiF%2BQp7x3Uoqe4bLnz8XtZFU18wTQcqiBjexoju5Fimv3VKcjLv7TF4juJYqF15XMY%2FlkkG93eeJL8%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b15b7d78c6f2bca-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Assignment - 6
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Assignment - 6</title>
    
    
        <!-- tilwind & dsisyUI link -->
        <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
    
        <!-- font Awesome link -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
       
        <!-- css link -->
        <link rel="stylesheet" href="./style/style.css">
    
    </head>
    <body>
    <!-- Navbar section Starts -->
        <section>
    
            <div class="navbar bg-base-100 shadow-sm bg-[#15803D] px-3 lg:px-16">
                <div class="navbar-start">
                    <div class="dropdown">
                        <div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> </svg>
                        </div>
                        <ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
                            <li><a>About</a></li>
                            <li><a>Gallery</a></li>
                            <li><a>Plant a Tree</a></li>
                        </ul>
                    </div>
                    <a class=" text-xl">Green Earth</a>
                </div>
                <div class="navbar-center hidden lg:flex">
                    <ul class="menu menu-horizontal px-1">
                        <li><a>About</a></li>
                        <li><a>Gallery</a></li>
                        <li><a>Plant a Tree</a></li>
                    </ul>
                </div>
                <div class="navbar-end">
                    <a class="btn bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-lg">Plant a Tree</a>
                </div>
            </div>
    
        </section>
    <!-- Navbar section End -->
    
    <!-- Hero section Starts -->
    
        <section>
            <div class="flex bg-[#CFF0DC]">
                <div class="hero-img-left hidden sm:block ">
                    <img src="./assets/hero-leaf1.png" alt="Hero-img">
                </div>
                <div class="hero-content flex flex-col">
                    <h1 class="text-2xl font-bold text-gray-900">Plant a Tree, Grow a Future</h1>
                    <p class="text-gray-700 text-center">Join our mission to plant 1 million trees and make the Earth greener for future generations.</p>
                    <a class="btn mt-2 bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-md"> Get Involved </a>
                </div>
                <div class="hero-img-right hidden sm:block">
                    <img src="./assets/hero-leaf2.png" alt="Hero-img">
                </div>
            </div>
        </section>
    
    <!-- Hero section End -->
     <!-- card section starts -->
        <section class="p-16 bg-[#f0fdf4]">
    
            <H1 class="text-center text-2xl font-semibold text-gray-800 mb-10">Choose Your Trees</H1>
    
            <div id="container" class="flex flex-col lg:flex-row gap-5 justify-center">
              <!-- categories -->
                <div class="col-span-2 p-4 rounded-lg lg:max-w-[175px]">
                    <h2 class="font-bold text-gray-800 mb-3 text-center">Categories</h2>
                    <!-- <button onclick=" getAllPlants()" class="w-full text-left px-3 py-2 rounded-md bg-green-600 text-white">All Trees</button>  -->
                    <div id="list-container" class="" ></div>
                </div>
              
                <div class=" justify-center items-center m-auto py-10 hidden" id="loader">
                      <span class="loading loading-dots loading-xl"></span>
                </div>
            
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 172.66.44.134:8443 · assignment-6.pages.dev

    2025-12-20 19:46

    HTTP/1.1 200 OK
    Date: Sat, 20 Dec 2025 19:46:10 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 10120
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "9ba39c2dc1ba4543ec0a7b69c74a5c26"
    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=KJ3u7Ab7t12xRqvuXAGJxF6CM0EmmLTZtqM96Dho7w9zM4RrtaUblKlc6tG%2Fm03d6%2FIlzgBMT8X4GX04E9Ufqr5Yh%2BrQPiAXhSmRoQke3cn441Eesdo%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b11a4f1ea5dac78-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Assignment - 6
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Assignment - 6</title>
    
    
        <!-- tilwind & dsisyUI link -->
        <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
    
        <!-- font Awesome link -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
       
        <!-- css link -->
        <link rel="stylesheet" href="./style/style.css">
    
    </head>
    <body>
    <!-- Navbar section Starts -->
        <section>
    
            <div class="navbar bg-base-100 shadow-sm bg-[#15803D] px-3 lg:px-16">
                <div class="navbar-start">
                    <div class="dropdown">
                        <div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> </svg>
                        </div>
                        <ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
                            <li><a>About</a></li>
                            <li><a>Gallery</a></li>
                            <li><a>Plant a Tree</a></li>
                        </ul>
                    </div>
                    <a class=" text-xl">Green Earth</a>
                </div>
                <div class="navbar-center hidden lg:flex">
                    <ul class="menu menu-horizontal px-1">
                        <li><a>About</a></li>
                        <li><a>Gallery</a></li>
                        <li><a>Plant a Tree</a></li>
                    </ul>
                </div>
                <div class="navbar-end">
                    <a class="btn bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-lg">Plant a Tree</a>
                </div>
            </div>
    
        </section>
    <!-- Navbar section End -->
    
    <!-- Hero section Starts -->
    
        <section>
            <div class="flex bg-[#CFF0DC]">
                <div class="hero-img-left hidden sm:block ">
                    <img src="./assets/hero-leaf1.png" alt="Hero-img">
                </div>
                <div class="hero-content flex flex-col">
                    <h1 class="text-2xl font-bold text-gray-900">Plant a Tree, Grow a Future</h1>
                    <p class="text-gray-700 text-center">Join our mission to plant 1 million trees and make the Earth greener for future generations.</p>
                    <a class="btn mt-2 bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-md"> Get Involved </a>
                </div>
                <div class="hero-img-right hidden sm:block">
                    <img src="./assets/hero-leaf2.png" alt="Hero-img">
                </div>
            </div>
        </section>
    
    <!-- Hero section End -->
     <!-- card section starts -->
        <section class="p-16 bg-[#f0fdf4]">
    
            <H1 class="text-center text-2xl font-semibold text-gray-800 mb-10">Choose Your Trees</H1>
    
            <div id="container" class="flex flex-col lg:flex-row gap-5 justify-center">
              <!-- categories -->
                <div class="col-span-2 p-4 rounded-lg lg:max-w-[175px]">
                    <h2 class="font-bold text-gray-800 mb-3 text-center">Categories</h2>
                    <!-- <button onclick=" getAllPlants()" class="w-full text-left px-3 py-2 rounded-md bg-green-600 text-white">All Trees</button>  -->
                    <div id="list-container" class="" ></div>
                </div>
              
                <div class=" justify-center items-center m-auto py-10 hidden" id="loader">
                      <span class="loading loading-dots loading-xl"></span>
                </div>
            
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 172.66.47.122:443 · assignment-6.pages.dev

    2025-12-19 10:07

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 10:07:42 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 10120
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "9ba39c2dc1ba4543ec0a7b69c74a5c26"
    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=LAoQtZt7CJGMRmeFz8css3SoYYjIydTepyB4TmQPeuo0oTmIXHVHmFA7elDdd67fXO%2BoO9QUsIWfGqzafJ8J%2FEgSF%2B%2Bx7YSxPiWw8BtbLZy69a9jg6Q%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b0618336bc8d288-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Assignment - 6
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Assignment - 6</title>
    
    
        <!-- tilwind & dsisyUI link -->
        <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
    
        <!-- font Awesome link -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
       
        <!-- css link -->
        <link rel="stylesheet" href="./style/style.css">
    
    </head>
    <body>
    <!-- Navbar section Starts -->
        <section>
    
            <div class="navbar bg-base-100 shadow-sm bg-[#15803D] px-3 lg:px-16">
                <div class="navbar-start">
                    <div class="dropdown">
                        <div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> </svg>
                        </div>
                        <ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
                            <li><a>About</a></li>
                            <li><a>Gallery</a></li>
                            <li><a>Plant a Tree</a></li>
                        </ul>
                    </div>
                    <a class=" text-xl">Green Earth</a>
                </div>
                <div class="navbar-center hidden lg:flex">
                    <ul class="menu menu-horizontal px-1">
                        <li><a>About</a></li>
                        <li><a>Gallery</a></li>
                        <li><a>Plant a Tree</a></li>
                    </ul>
                </div>
                <div class="navbar-end">
                    <a class="btn bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-lg">Plant a Tree</a>
                </div>
            </div>
    
        </section>
    <!-- Navbar section End -->
    
    <!-- Hero section Starts -->
    
        <section>
            <div class="flex bg-[#CFF0DC]">
                <div class="hero-img-left hidden sm:block ">
                    <img src="./assets/hero-leaf1.png" alt="Hero-img">
                </div>
                <div class="hero-content flex flex-col">
                    <h1 class="text-2xl font-bold text-gray-900">Plant a Tree, Grow a Future</h1>
                    <p class="text-gray-700 text-center">Join our mission to plant 1 million trees and make the Earth greener for future generations.</p>
                    <a class="btn mt-2 bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-md"> Get Involved </a>
                </div>
                <div class="hero-img-right hidden sm:block">
                    <img src="./assets/hero-leaf2.png" alt="Hero-img">
                </div>
            </div>
        </section>
    
    <!-- Hero section End -->
     <!-- card section starts -->
        <section class="p-16 bg-[#f0fdf4]">
    
            <H1 class="text-center text-2xl font-semibold text-gray-800 mb-10">Choose Your Trees</H1>
    
            <div id="container" class="flex flex-col lg:flex-row gap-5 justify-center">
              <!-- categories -->
                <div class="col-span-2 p-4 rounded-lg lg:max-w-[175px]">
                    <h2 class="font-bold text-gray-800 mb-3 text-center">Categories</h2>
                    <!-- <button onclick=" getAllPlants()" class="w-full text-left px-3 py-2 rounded-md bg-green-600 text-white">All Trees</button>  -->
                    <div id="list-container" class="" ></div>
                </div>
              
                <div class=" justify-center items-center m-auto py-10 hidden" id="loader">
                      <span class="loading loading-dots loading-xl"></span>
                </div>
            
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 172.66.44.134:8443 · assignment-6.pages.dev

    2025-12-19 01:33

    HTTP/1.1 200 OK
    Date: Fri, 19 Dec 2025 01:33:21 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 10120
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "9ba39c2dc1ba4543ec0a7b69c74a5c26"
    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=tL7RgHsJX4YBzVK8XgM8ghjBzCzvF%2FNGuihKM1JSlPOurS8ZgrgPm%2B2ijTgc059KFO%2Ffr78nINBLw9hT%2FdSH6%2B4KKKkzxY4CTD0EYAwv9PErI3urg%2FM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9b0326c1dfba9fca-AMS
    alt-svc: h3=":8443"; ma=86400
    
    Page title: Assignment - 6
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Assignment - 6</title>
    
    
        <!-- tilwind & dsisyUI link -->
        <link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
        <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
    
        <!-- font Awesome link -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
       
        <!-- css link -->
        <link rel="stylesheet" href="./style/style.css">
    
    </head>
    <body>
    <!-- Navbar section Starts -->
        <section>
    
            <div class="navbar bg-base-100 shadow-sm bg-[#15803D] px-3 lg:px-16">
                <div class="navbar-start">
                    <div class="dropdown">
                        <div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
                            <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /> </svg>
                        </div>
                        <ul tabindex="0" class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow">
                            <li><a>About</a></li>
                            <li><a>Gallery</a></li>
                            <li><a>Plant a Tree</a></li>
                        </ul>
                    </div>
                    <a class=" text-xl">Green Earth</a>
                </div>
                <div class="navbar-center hidden lg:flex">
                    <ul class="menu menu-horizontal px-1">
                        <li><a>About</a></li>
                        <li><a>Gallery</a></li>
                        <li><a>Plant a Tree</a></li>
                    </ul>
                </div>
                <div class="navbar-end">
                    <a class="btn bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-lg">Plant a Tree</a>
                </div>
            </div>
    
        </section>
    <!-- Navbar section End -->
    
    <!-- Hero section Starts -->
    
        <section>
            <div class="flex bg-[#CFF0DC]">
                <div class="hero-img-left hidden sm:block ">
                    <img src="./assets/hero-leaf1.png" alt="Hero-img">
                </div>
                <div class="hero-content flex flex-col">
                    <h1 class="text-2xl font-bold text-gray-900">Plant a Tree, Grow a Future</h1>
                    <p class="text-gray-700 text-center">Join our mission to plant 1 million trees and make the Earth greener for future generations.</p>
                    <a class="btn mt-2 bg-[#ffbf00] hover:bg-[#e6ac00] text-gray-900 font-semibold px-4 py-2 rounded-md"> Get Involved </a>
                </div>
                <div class="hero-img-right hidden sm:block">
                    <img src="./assets/hero-leaf2.png" alt="Hero-img">
                </div>
            </div>
        </section>
    
    <!-- Hero section End -->
     <!-- card section starts -->
        <section class="p-16 bg-[#f0fdf4]">
    
            <H1 class="text-center text-2xl font-semibold text-gray-800 mb-10">Choose Your Trees</H1>
    
            <div id="container" class="flex flex-col lg:flex-row gap-5 justify-center">
              <!-- categories -->
                <div class="col-span-2 p-4 rounded-lg lg:max-w-[175px]">
                    <h2 class="font-bold text-gray-800 mb-3 text-center">Categories</h2>
                    <!-- <button onclick=" getAllPlants()" class="w-full text-left px-3 py-2 rounded-md bg-green-600 text-white">All Trees</button>  -->
                    <div id="list-container" class="" ></div>
                </div>
              
                <div class=" justify-center items-center m-auto py-10 hidden" id="loader">
                      <span class="loading loading-dots loading-xl"></span>
                </div>
            
    Found 2025-12-19 by HttpPlugin
    Create report
assignment-6.pages.dev*.assignment-6.pages.dev
CN:
assignment-6.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-05 16:03
Not after:
2026-04-05 17:02
assignment-6.pages.dev*.assignment-6.pages.dev
CN:
assignment-6.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-07 12:03
Not after:
2026-02-05 13:01