Domain techpointfr.care
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80

  • Open service 2606:4700:3035::6815:5869:8443 路 techpointfr.care

    2026-01-06 12:27

    
                                
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:5869:80 路 techpointfr.care

    2026-01-06 12:27

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 06 Jan 2026 12:27:38 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Location: https://techpointfr.care:443/
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0mfYz5yKThh7QrJsCrvAtFLF3ersZ%2BmmvJiypICvOsge8FXIHaIojR09%2FhtyKoaAXIXtTpXUo9CYHehbVUc3ad6H4E5ohoPjRVROraIVrQZnHXDRls7K4lNvKys%3D"}]}
    CF-RAY: 9b9b35e88829eb9e-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3035::6815:5869:443 路 techpointfr.care

    2026-01-06 12:27

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 12:27:37 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Wed, 22 Mar 2023 11:29:59 GMT
    vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expires: Thu, 01 Jan 1970 00:00:01 GMT
    Cache-Control: no-cache
    referrer-policy: unsafe-url
    content-security-policy: default-src * https: data: blob: wss: 'unsafe-inline'
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=cRbfDa9G8EQqEUaDeYpzoXz9kaFpFTOwcVfxZ0MIpW7mR3wMsK2Ckk8FDGeSWK7bOhPiEbrEUxCc2V%2BBFtYWsOXIp4S9jX0cPNq4RN7E29893I3tFaK4%2BPV2"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b9b35e9592da3e0-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Welcome 馃憢
    
    <!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
        <title>Welcome 馃憢</title>
    </head>
    
    <body>
    <div class="buttons">
        <h1>Welcome 馃憢</h1>
        <!--
          <button class="fill">Fill In</button>
          <button class="pulse">Pulse</button>
          <button class="close">Close</button>
          <button class="raise">Raise</button>
          <button class="up">Fill Up</button>
          <button class="slide">Slide</button>
          <button class="offset">Offset</button>
        -->
    </div>
    <style>
        .fill:hover,
        .fill:focus {
            box-shadow: inset 0 0 0 2em var(--hover);
        }
    
        .pulse:hover,
        .pulse:focus {
            -webkit-animation: pulse 1s;
            animation: pulse 1s;
            box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
        }
    
        @-webkit-keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 var(--hover);
            }
        }
    
        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 var(--hover);
            }
        }
        .close:hover,
        .close:focus {
            box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
        }
    
        .raise:hover,
        .raise:focus {
            box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
            -webkit-transform: translateY(-0.25em);
            transform: translateY(-0.25em);
        }
    
        .up:hover,
        .up:focus {
            box-shadow: inset 0 -3.25em 0 0 var(--hover);
        }
    
        .slide:hover,
        .slide:focus {
            box-shadow: inset 6.5em 0 0 0 var(--hover);
        }
    
        .offset {
            box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
        }
        .offset:hover, .offset:focus {
            box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
        }
    
        .fill {
            --color: #a972cb;
            --hover: #cb72aa;
        }
    
        .pulse {
            --color: #ef6eae;
            --hover: #ef8f6e;
        }
    
        .close {
            --color: #ff7f82;
            --hover: #ffdc7f;
        }
    
        .raise {
            --color: #ffa260;
            --hover: #e5ff60;
        }
    
        .up {
            --color: #e4cb58;
            --hover: #94e458;
        }
    
        .slide {
            --color: #8fc866;
            --hover: #66c887;
        }
    
        .offset {
            --color: #19bc8b;
            --hover: #1973bc;
        }
    
        button, .button {
            display:inline-block;
            text-decoration:none;
            color: var(--color);
            -webkit-transition: 0.25s;
            transition: 0.25s;
        }
        button:hover, button:focus, .button:hover, .button:focus {
            border-color: var(--hover);
            color: #fff;
        }
    
        body {
            color: #fff;
            background: #17181c;
            font: 300 1em 'Fira Sans', sans-serif;
            -webkit-box-pack: center;
            justify-content: center;
            align-content: center;
            -webkit-box-align: center;
            align-items: center;
            text-align: center;
            min-height: 100vh;
            display: -webkit-box;
            display: flex;
        }
    
        button, .button {
            background: none;
            border: 2px solid;
            font: inherit;
            line-height: 1;
            margin: 0.5em;
            padding: 1em 2em;
        }
    
        h1 {
            font-weight: 400;
        }
    
        code {
            color: #e4cb58;
            font: inherit;
        }
    </style>
    </body>
    </html>
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 104.21.88.105:8443 路 techpointfr.care

    2026-01-06 12:27

    
                                
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:b0e3:443 路 techpointfr.care

    2026-01-06 12:27

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 12:27:38 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Wed, 22 Mar 2023 11:29:59 GMT
    vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expires: Thu, 01 Jan 1970 00:00:01 GMT
    Cache-Control: no-cache
    referrer-policy: unsafe-url
    content-security-policy: default-src * https: data: blob: wss: 'unsafe-inline'
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=fNia34ZWQ3G2XsaSi%2BiK1kHsm0L4VWfW3swjPOnFwNPqLWTEJfwLBspGW8tfrmgljzvz1%2FIoX%2BeAhCHsFIPRUREQGtNpJBtWWfE0eQMLFmuFvY0j7C0iL%2FIO"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b9b35e98e8f0f58-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Welcome 馃憢
    
    <!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
        <title>Welcome 馃憢</title>
    </head>
    
    <body>
    <div class="buttons">
        <h1>Welcome 馃憢</h1>
        <!--
          <button class="fill">Fill In</button>
          <button class="pulse">Pulse</button>
          <button class="close">Close</button>
          <button class="raise">Raise</button>
          <button class="up">Fill Up</button>
          <button class="slide">Slide</button>
          <button class="offset">Offset</button>
        -->
    </div>
    <style>
        .fill:hover,
        .fill:focus {
            box-shadow: inset 0 0 0 2em var(--hover);
        }
    
        .pulse:hover,
        .pulse:focus {
            -webkit-animation: pulse 1s;
            animation: pulse 1s;
            box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
        }
    
        @-webkit-keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 var(--hover);
            }
        }
    
        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 var(--hover);
            }
        }
        .close:hover,
        .close:focus {
            box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
        }
    
        .raise:hover,
        .raise:focus {
            box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
            -webkit-transform: translateY(-0.25em);
            transform: translateY(-0.25em);
        }
    
        .up:hover,
        .up:focus {
            box-shadow: inset 0 -3.25em 0 0 var(--hover);
        }
    
        .slide:hover,
        .slide:focus {
            box-shadow: inset 6.5em 0 0 0 var(--hover);
        }
    
        .offset {
            box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
        }
        .offset:hover, .offset:focus {
            box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
        }
    
        .fill {
            --color: #a972cb;
            --hover: #cb72aa;
        }
    
        .pulse {
            --color: #ef6eae;
            --hover: #ef8f6e;
        }
    
        .close {
            --color: #ff7f82;
            --hover: #ffdc7f;
        }
    
        .raise {
            --color: #ffa260;
            --hover: #e5ff60;
        }
    
        .up {
            --color: #e4cb58;
            --hover: #94e458;
        }
    
        .slide {
            --color: #8fc866;
            --hover: #66c887;
        }
    
        .offset {
            --color: #19bc8b;
            --hover: #1973bc;
        }
    
        button, .button {
            display:inline-block;
            text-decoration:none;
            color: var(--color);
            -webkit-transition: 0.25s;
            transition: 0.25s;
        }
        button:hover, button:focus, .button:hover, .button:focus {
            border-color: var(--hover);
            color: #fff;
        }
    
        body {
            color: #fff;
            background: #17181c;
            font: 300 1em 'Fira Sans', sans-serif;
            -webkit-box-pack: center;
            justify-content: center;
            align-content: center;
            -webkit-box-align: center;
            align-items: center;
            text-align: center;
            min-height: 100vh;
            display: -webkit-box;
            display: flex;
        }
    
        button, .button {
            background: none;
            border: 2px solid;
            font: inherit;
            line-height: 1;
            margin: 0.5em;
            padding: 1em 2em;
        }
    
        h1 {
            font-weight: 400;
        }
    
        code {
            color: #e4cb58;
            font: inherit;
        }
    </style>
    </body>
    </html>
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:b0e3:8443 路 techpointfr.care

    2026-01-06 12:27

    
                                
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 104.21.88.105:443 路 techpointfr.care

    2026-01-06 12:27

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 12:27:38 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Fri, 16 Sep 2022 09:08:45 GMT
    vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expires: Thu, 01 Jan 1970 00:00:01 GMT
    Cache-Control: no-cache
    referrer-policy: unsafe-url
    content-security-policy: default-src * https: data: blob: wss: 'unsafe-inline'
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=U5PR1AcLayUx36U4jDl%2Fwo8Q6OBytTInL0%2BbuuDdq2iRAVyHbJT8SeZF5wATzk%2BebDDsAWso01QhF4N280j4GYBo1UfsqrpIwv97ts9SXvo%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b9b35e99a589998-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Welcome 馃憢
    
    <!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
        <title>Welcome 馃憢</title>
    </head>
    
    <body>
    <div class="buttons">
        <h1>Welcome 馃憢</h1>
        <!--
          <button class="fill">Fill In</button>
          <button class="pulse">Pulse</button>
          <button class="close">Close</button>
          <button class="raise">Raise</button>
          <button class="up">Fill Up</button>
          <button class="slide">Slide</button>
          <button class="offset">Offset</button>
        -->
    </div>
    <style>
        .fill:hover,
        .fill:focus {
            box-shadow: inset 0 0 0 2em var(--hover);
        }
    
        .pulse:hover,
        .pulse:focus {
            -webkit-animation: pulse 1s;
            animation: pulse 1s;
            box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
        }
    
        @-webkit-keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 var(--hover);
            }
        }
    
        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 var(--hover);
            }
        }
        .close:hover,
        .close:focus {
            box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
        }
    
        .raise:hover,
        .raise:focus {
            box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
            -webkit-transform: translateY(-0.25em);
            transform: translateY(-0.25em);
        }
    
        .up:hover,
        .up:focus {
            box-shadow: inset 0 -3.25em 0 0 var(--hover);
        }
    
        .slide:hover,
        .slide:focus {
            box-shadow: inset 6.5em 0 0 0 var(--hover);
        }
    
        .offset {
            box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
        }
        .offset:hover, .offset:focus {
            box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
        }
    
        .fill {
            --color: #a972cb;
            --hover: #cb72aa;
        }
    
        .pulse {
            --color: #ef6eae;
            --hover: #ef8f6e;
        }
    
        .close {
            --color: #ff7f82;
            --hover: #ffdc7f;
        }
    
        .raise {
            --color: #ffa260;
            --hover: #e5ff60;
        }
    
        .up {
            --color: #e4cb58;
            --hover: #94e458;
        }
    
        .slide {
            --color: #8fc866;
            --hover: #66c887;
        }
    
        .offset {
            --color: #19bc8b;
            --hover: #1973bc;
        }
    
        button, .button {
            display:inline-block;
            text-decoration:none;
            color: var(--color);
            -webkit-transition: 0.25s;
            transition: 0.25s;
        }
        button:hover, button:focus, .button:hover, .button:focus {
            border-color: var(--hover);
            color: #fff;
        }
    
        body {
            color: #fff;
            background: #17181c;
            font: 300 1em 'Fira Sans', sans-serif;
            -webkit-box-pack: center;
            justify-content: center;
            align-content: center;
            -webkit-box-align: center;
            align-items: center;
            text-align: center;
            min-height: 100vh;
            display: -webkit-box;
            display: flex;
        }
    
        button, .button {
            background: none;
            border: 2px solid;
            font: inherit;
            line-height: 1;
            margin: 0.5em;
            padding: 1em 2em;
        }
    
        h1 {
            font-weight: 400;
        }
    
        code {
            color: #e4cb58;
            font: inherit;
        }
    </style>
    </body>
    </html>
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:b0e3:80 路 techpointfr.care

    2026-01-06 12:27

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 06 Jan 2026 12:27:38 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Location: https://techpointfr.care:443/
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=gRNQBi09VK6iXqXGqEI%2BF5yQwHsZD9a6uWGo6QehF2OJstbpaKBGS278FD2jKSnq3yvP0yNr3BP8%2BEQ6AT6G9g7RmO6fe3k5iKkukxM%2FRDvILnX44oo%2Fl3fKJWQ%3D"}]}
    CF-RAY: 9b9b35e88f72fde6-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 172.67.176.227:8443 路 techpointfr.care

    2026-01-06 12:27

    
                                
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 104.21.88.105:80 路 techpointfr.care

    2026-01-06 12:27

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 06 Jan 2026 12:27:38 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Location: https://techpointfr.care:443/
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=X20iW5OuDH2Mw87mDWyrfMjfGQmOKPY1BkjDL38ASIGqxMf1SkAGzqLkcQ4rnUqC%2BeTA6427nmiswabqmqw3XL4NetipWxqA0Syyh1W1zg4%3D"}]}
    CF-RAY: 9b9b35e9ceeece8b-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 172.67.176.227:80 路 techpointfr.care

    2026-01-06 12:27

    HTTP/1.1 301 Moved Permanently
    Date: Tue, 06 Jan 2026 12:27:38 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Location: https://techpointfr.care:443/
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=WKqzwgdMrcS5HbIk2nbyWP44%2FLVf8GGCZiJ4TDw%2FELjMzqCfNGF%2FJXSDg7vLDNFjZgTC275TVIWGCi3VGsNMo%2F%2FKSBEs5da8%2BgZSPKe4FyQ%3D"}]}
    CF-RAY: 9b9b35e8798b4017-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    </body>
    </html>
    
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 172.67.176.227:443 路 techpointfr.care

    2026-01-06 12:27

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 12:27:38 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Fri, 16 Sep 2022 09:08:45 GMT
    vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expires: Thu, 01 Jan 1970 00:00:01 GMT
    Cache-Control: no-cache
    referrer-policy: unsafe-url
    content-security-policy: default-src * https: data: blob: wss: 'unsafe-inline'
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nLNmWb%2Fm3QCc9l3gH%2FLXNrJd5gXQZJlVgUSqMBYy7c12rJtMFShN66ObWx0qLt9qFS04kCYd8PqxxsAb9htA%2FO3gT4mz76MeB2KQQ3uXLY0%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b9b35e99c09f894-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Welcome 馃憢
    
    <!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
        <title>Welcome 馃憢</title>
    </head>
    
    <body>
    <div class="buttons">
        <h1>Welcome 馃憢</h1>
        <!--
          <button class="fill">Fill In</button>
          <button class="pulse">Pulse</button>
          <button class="close">Close</button>
          <button class="raise">Raise</button>
          <button class="up">Fill Up</button>
          <button class="slide">Slide</button>
          <button class="offset">Offset</button>
        -->
    </div>
    <style>
        .fill:hover,
        .fill:focus {
            box-shadow: inset 0 0 0 2em var(--hover);
        }
    
        .pulse:hover,
        .pulse:focus {
            -webkit-animation: pulse 1s;
            animation: pulse 1s;
            box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
        }
    
        @-webkit-keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 var(--hover);
            }
        }
    
        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 var(--hover);
            }
        }
        .close:hover,
        .close:focus {
            box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
        }
    
        .raise:hover,
        .raise:focus {
            box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
            -webkit-transform: translateY(-0.25em);
            transform: translateY(-0.25em);
        }
    
        .up:hover,
        .up:focus {
            box-shadow: inset 0 -3.25em 0 0 var(--hover);
        }
    
        .slide:hover,
        .slide:focus {
            box-shadow: inset 6.5em 0 0 0 var(--hover);
        }
    
        .offset {
            box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
        }
        .offset:hover, .offset:focus {
            box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
        }
    
        .fill {
            --color: #a972cb;
            --hover: #cb72aa;
        }
    
        .pulse {
            --color: #ef6eae;
            --hover: #ef8f6e;
        }
    
        .close {
            --color: #ff7f82;
            --hover: #ffdc7f;
        }
    
        .raise {
            --color: #ffa260;
            --hover: #e5ff60;
        }
    
        .up {
            --color: #e4cb58;
            --hover: #94e458;
        }
    
        .slide {
            --color: #8fc866;
            --hover: #66c887;
        }
    
        .offset {
            --color: #19bc8b;
            --hover: #1973bc;
        }
    
        button, .button {
            display:inline-block;
            text-decoration:none;
            color: var(--color);
            -webkit-transition: 0.25s;
            transition: 0.25s;
        }
        button:hover, button:focus, .button:hover, .button:focus {
            border-color: var(--hover);
            color: #fff;
        }
    
        body {
            color: #fff;
            background: #17181c;
            font: 300 1em 'Fira Sans', sans-serif;
            -webkit-box-pack: center;
            justify-content: center;
            align-content: center;
            -webkit-box-align: center;
            align-items: center;
            text-align: center;
            min-height: 100vh;
            display: -webkit-box;
            display: flex;
        }
    
        button, .button {
            background: none;
            border: 2px solid;
            font: inherit;
            line-height: 1;
            margin: 0.5em;
            padding: 1em 2em;
        }
    
        h1 {
            font-weight: 400;
        }
    
        code {
            color: #e4cb58;
            font: inherit;
        }
    </style>
    </body>
    </html>
    Found 2026-01-06 by HttpPlugin
    Create report
techpointfr.care*.techpointfr.care
CN:
techpointfr.care
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-12 13:58
Not after:
2026-03-12 14:56