Domain words-7zp.pages.dev
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 172.66.47.87:80 · words-7zp.pages.dev

    2026-01-10 13:37

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 10 Jan 2026 13:37:18 GMT
    Content-Length: 0
    Connection: close
    Location: https://words-7zp.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=k1ZbDNkZpRfJC2bDzEtNUbCHunYuYuSGYKJ5OPFQ9o%2FxL3%2FKshF1vTLImCrTagFKaJ%2BuhugeGDFjQ0Cpyv6aS3bebUrusf%2Bbb%2FS%2FaEwcEYYYs8w%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bbc91785ef4924d-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 172.66.44.169:443 · words-7zp.pages.dev

    2026-01-10 13:37

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 13:37:18 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 44112
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "954eab2c1e5d28e7b62025cc91d1d281"
    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=o9Nd8UxqBOd381iEbrffft%2Fr4lPh6gyLn2Hkfo%2BRj3iyS8d%2BTyqqovehZb2nJERSXQdJeZEpTu1Mf3jy3vSjWVjicNiUy74t0QxKyhKGG7uKrwA%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bbc917879b5db9f-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 单词消消乐 - M3W3核心词
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>单词消消乐 - M3W3核心词</title>
        <style>
            /* 保持原有样式不变 */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                font-family: 'Comic Sans MS', 'Microsoft YaHei', sans-serif;
            }
            
            body {
                background: linear-gradient(to bottom, #fff9c4, #ffecb3);
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 20px;
                overflow-x: hidden;
                position: relative;
                cursor: pointer;
            }
            
            /* 加载界面样式 */
            .loader-screen {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to bottom, #fff9c4, #ffecb3);
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                z-index: 200;
                transition: opacity 0.5s ease;
            }
            
            .loader-logo {
                font-size: 3.5rem;
                color: #ff6f00;
                text-shadow: 3px 3px 0 #ffcc80, 6px 6px 0 rgba(0,0,0,0.1);
                margin-bottom: 40px;
                animation: bounce 2s infinite;
            }
            
            .loader-progress-container {
                width: 80%;
                max-width: 500px;
                height: 30px;
                background-color: rgba(255, 255, 255, 0.7);
                border-radius: 15px;
                box-shadow: 0 5px 15px rgba(0,0,0,0.1) inset;
                margin-bottom: 20px;
                overflow: hidden;
            }
            
            .loader-progress-bar {
                height: 100%;
                width: 0%;
                background: linear-gradient(to right, #ff6f00, #ff8f00);
                border-radius: 15px;
                transition: width 0.3s ease;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-weight: bold;
            }
            
            .loader-status {
                color: #5d4037;
                font-size: 1.2rem;
                margin-bottom: 30px;
            }
            
            .start-button {
                background: linear-gradient(to right, #ff6f00, #ff8f00);
                color: white;
                border: none;
                padding: 12px 35px;
                font-size: 1.4rem;
                border-radius: 50px;
                cursor: pointer;
                box-shadow: 0 5px 15px rgba(255, 111, 0, 0.4);
                transition: transform 0.3s, box-shadow 0.3s;
                font-weight: bold;
                letter-spacing: 1px;
                opacity: 0;
                pointer-events: none;
                transition: opacity 0.3s ease;
            }
            
            .start-button.visible {
                opacity: 1;
                pointer-events: all;
            }
            
            .start-button:hover {
                transform: translateY(-5px);
                box-shadow: 0 8px 20px rgba(255, 111, 0, 0.6);
            }
            
            /* 其他样式保持不变 */
            .decoration {
                position: absolute;
                z-index: -1;
            }
            
            .decoration.balloon {
                width: 40px;
                height: 60px;
                border-radius: 50%;
                opacity: 0.7;
                animation: float 8s infinite ease-in-out;
            }
            
            .decoration.confetti {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                opacity: 0.8;
                animation: fall 10s infinite linear;
            }
            
            .header {
                text-align: center;
                margin: 10px 0 20px;
                width: 100%;
                position: relative;
            }
            
            h1 {
                font-size: 3.5rem;
                color: #ff6f00;
                text-shadow: 3px 3px 0 #ffcc80, 6px 6px 0 rgba(0,0,0,0.1);
                letter-spacing: 2
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 172.66.44.169:8443 · words-7zp.pages.dev

    2026-01-10 13:37

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 13:37:18 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 44112
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "954eab2c1e5d28e7b62025cc91d1d281"
    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=oBQwwIpNkiSeVc9b4rLAc4c7ZnpQcWV4wkhspN6StTpD6hdtwzbk3ud5LQn3239Xa6kAwgJraOanvF9%2FIZgzDF9nn7HC0EXR8kNtaYpPQQJTSbM%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bbc91786a254d43-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 单词消消乐 - M3W3核心词
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>单词消消乐 - M3W3核心词</title>
        <style>
            /* 保持原有样式不变 */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                font-family: 'Comic Sans MS', 'Microsoft YaHei', sans-serif;
            }
            
            body {
                background: linear-gradient(to bottom, #fff9c4, #ffecb3);
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 20px;
                overflow-x: hidden;
                position: relative;
                cursor: pointer;
            }
            
            /* 加载界面样式 */
            .loader-screen {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to bottom, #fff9c4, #ffecb3);
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                z-index: 200;
                transition: opacity 0.5s ease;
            }
            
            .loader-logo {
                font-size: 3.5rem;
                color: #ff6f00;
                text-shadow: 3px 3px 0 #ffcc80, 6px 6px 0 rgba(0,0,0,0.1);
                margin-bottom: 40px;
                animation: bounce 2s infinite;
            }
            
            .loader-progress-container {
                width: 80%;
                max-width: 500px;
                height: 30px;
                background-color: rgba(255, 255, 255, 0.7);
                border-radius: 15px;
                box-shadow: 0 5px 15px rgba(0,0,0,0.1) inset;
                margin-bottom: 20px;
                overflow: hidden;
            }
            
            .loader-progress-bar {
                height: 100%;
                width: 0%;
                background: linear-gradient(to right, #ff6f00, #ff8f00);
                border-radius: 15px;
                transition: width 0.3s ease;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-weight: bold;
            }
            
            .loader-status {
                color: #5d4037;
                font-size: 1.2rem;
                margin-bottom: 30px;
            }
            
            .start-button {
                background: linear-gradient(to right, #ff6f00, #ff8f00);
                color: white;
                border: none;
                padding: 12px 35px;
                font-size: 1.4rem;
                border-radius: 50px;
                cursor: pointer;
                box-shadow: 0 5px 15px rgba(255, 111, 0, 0.4);
                transition: transform 0.3s, box-shadow 0.3s;
                font-weight: bold;
                letter-spacing: 1px;
                opacity: 0;
                pointer-events: none;
                transition: opacity 0.3s ease;
            }
            
            .start-button.visible {
                opacity: 1;
                pointer-events: all;
            }
            
            .start-button:hover {
                transform: translateY(-5px);
                box-shadow: 0 8px 20px rgba(255, 111, 0, 0.6);
            }
            
            /* 其他样式保持不变 */
            .decoration {
                position: absolute;
                z-index: -1;
            }
            
            .decoration.balloon {
                width: 40px;
                height: 60px;
                border-radius: 50%;
                opacity: 0.7;
                animation: float 8s infinite ease-in-out;
            }
            
            .decoration.confetti {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                opacity: 0.8;
                animation: fall 10s infinite linear;
            }
            
            .header {
                text-align: center;
                margin: 10px 0 20px;
                width: 100%;
                position: relative;
            }
            
            h1 {
                font-size: 3.5rem;
                color: #ff6f00;
                text-shadow: 3px 3px 0 #ffcc80, 6px 6px 0 rgba(0,0,0,0.1);
                letter-spacing: 2
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 172.66.44.169:80 · words-7zp.pages.dev

    2026-01-10 13:37

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 10 Jan 2026 13:37:18 GMT
    Content-Length: 0
    Connection: close
    Location: https://words-7zp.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=wqYcFO7rP%2BP01K7oJ3KCDumueBQd7mH8yrRQwE9m6bh1YpjoAQHfDZK%2Ba9EQLHZZ5nWDswAHQQ5CuZebjqoi3cvKQsdfXLTOOVXfLij6iGV5Whs%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bbc9177cb97dbc9-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f57:80 · words-7zp.pages.dev

    2026-01-10 13:37

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 10 Jan 2026 13:37:18 GMT
    Content-Length: 0
    Connection: close
    Location: https://words-7zp.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ZAcIeQZLWUChWl%2FZqkFCa%2FqqaLzCAJNj0pd6RIyh%2B6FytXnX2ghykTW9d9tC3Zwp2UBOHoIKDr26CO935JRlrKMNTPToqSp2Nn4i4qUnHLjNqKYPxH2Sb8iTO7a0orw%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bbc9177bdc9e7ba-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 172.66.47.87:8443 · words-7zp.pages.dev

    2026-01-10 13:37

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 13:37:18 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 44112
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "954eab2c1e5d28e7b62025cc91d1d281"
    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=Jwow8UMnJAOnulfMWJmxqleVBMN%2Bd6cWrCPqFRwyUkT5256i0DNBCUen2UeXaVIAOWx5TgJEM%2F4RzrcU9RLvky0otam3FsG7Uvf0kRM8LY4U2ic%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bbc9177ec1a37f7-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 单词消消乐 - M3W3核心词
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>单词消消乐 - M3W3核心词</title>
        <style>
            /* 保持原有样式不变 */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                font-family: 'Comic Sans MS', 'Microsoft YaHei', sans-serif;
            }
            
            body {
                background: linear-gradient(to bottom, #fff9c4, #ffecb3);
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 20px;
                overflow-x: hidden;
                position: relative;
                cursor: pointer;
            }
            
            /* 加载界面样式 */
            .loader-screen {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to bottom, #fff9c4, #ffecb3);
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                z-index: 200;
                transition: opacity 0.5s ease;
            }
            
            .loader-logo {
                font-size: 3.5rem;
                color: #ff6f00;
                text-shadow: 3px 3px 0 #ffcc80, 6px 6px 0 rgba(0,0,0,0.1);
                margin-bottom: 40px;
                animation: bounce 2s infinite;
            }
            
            .loader-progress-container {
                width: 80%;
                max-width: 500px;
                height: 30px;
                background-color: rgba(255, 255, 255, 0.7);
                border-radius: 15px;
                box-shadow: 0 5px 15px rgba(0,0,0,0.1) inset;
                margin-bottom: 20px;
                overflow: hidden;
            }
            
            .loader-progress-bar {
                height: 100%;
                width: 0%;
                background: linear-gradient(to right, #ff6f00, #ff8f00);
                border-radius: 15px;
                transition: width 0.3s ease;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-weight: bold;
            }
            
            .loader-status {
                color: #5d4037;
                font-size: 1.2rem;
                margin-bottom: 30px;
            }
            
            .start-button {
                background: linear-gradient(to right, #ff6f00, #ff8f00);
                color: white;
                border: none;
                padding: 12px 35px;
                font-size: 1.4rem;
                border-radius: 50px;
                cursor: pointer;
                box-shadow: 0 5px 15px rgba(255, 111, 0, 0.4);
                transition: transform 0.3s, box-shadow 0.3s;
                font-weight: bold;
                letter-spacing: 1px;
                opacity: 0;
                pointer-events: none;
                transition: opacity 0.3s ease;
            }
            
            .start-button.visible {
                opacity: 1;
                pointer-events: all;
            }
            
            .start-button:hover {
                transform: translateY(-5px);
                box-shadow: 0 8px 20px rgba(255, 111, 0, 0.6);
            }
            
            /* 其他样式保持不变 */
            .decoration {
                position: absolute;
                z-index: -1;
            }
            
            .decoration.balloon {
                width: 40px;
                height: 60px;
                border-radius: 50%;
                opacity: 0.7;
                animation: float 8s infinite ease-in-out;
            }
            
            .decoration.confetti {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                opacity: 0.8;
                animation: fall 10s infinite linear;
            }
            
            .header {
                text-align: center;
                margin: 10px 0 20px;
                width: 100%;
                position: relative;
            }
            
            h1 {
                font-size: 3.5rem;
                color: #ff6f00;
                text-shadow: 3px 3px 0 #ffcc80, 6px 6px 0 rgba(0,0,0,0.1);
                letter-spacing: 2
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2ca9:8443 · words-7zp.pages.dev

    2026-01-10 13:37

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 13:37:18 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 44112
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "954eab2c1e5d28e7b62025cc91d1d281"
    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=sMBAyqjl%2F3VfXMzQZv7OUbc77QJ3mIDmvINk0ifRZg8ZdluPPrwkRHq1OTh4XU6vbSIwhkKUUTQ%2FKkSvGyAg0Tiw0QOCVCy8LYOiAEhKJLlnafZGRVGQxmY1hW5pmI8%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bbc9177d80dc614-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 单词消消乐 - M3W3核心词
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>单词消消乐 - M3W3核心词</title>
        <style>
            /* 保持原有样式不变 */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                font-family: 'Comic Sans MS', 'Microsoft YaHei', sans-serif;
            }
            
            body {
                background: linear-gradient(to bottom, #fff9c4, #ffecb3);
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 20px;
                overflow-x: hidden;
                position: relative;
                cursor: pointer;
            }
            
            /* 加载界面样式 */
            .loader-screen {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to bottom, #fff9c4, #ffecb3);
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                z-index: 200;
                transition: opacity 0.5s ease;
            }
            
            .loader-logo {
                font-size: 3.5rem;
                color: #ff6f00;
                text-shadow: 3px 3px 0 #ffcc80, 6px 6px 0 rgba(0,0,0,0.1);
                margin-bottom: 40px;
                animation: bounce 2s infinite;
            }
            
            .loader-progress-container {
                width: 80%;
                max-width: 500px;
                height: 30px;
                background-color: rgba(255, 255, 255, 0.7);
                border-radius: 15px;
                box-shadow: 0 5px 15px rgba(0,0,0,0.1) inset;
                margin-bottom: 20px;
                overflow: hidden;
            }
            
            .loader-progress-bar {
                height: 100%;
                width: 0%;
                background: linear-gradient(to right, #ff6f00, #ff8f00);
                border-radius: 15px;
                transition: width 0.3s ease;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-weight: bold;
            }
            
            .loader-status {
                color: #5d4037;
                font-size: 1.2rem;
                margin-bottom: 30px;
            }
            
            .start-button {
                background: linear-gradient(to right, #ff6f00, #ff8f00);
                color: white;
                border: none;
                padding: 12px 35px;
                font-size: 1.4rem;
                border-radius: 50px;
                cursor: pointer;
                box-shadow: 0 5px 15px rgba(255, 111, 0, 0.4);
                transition: transform 0.3s, box-shadow 0.3s;
                font-weight: bold;
                letter-spacing: 1px;
                opacity: 0;
                pointer-events: none;
                transition: opacity 0.3s ease;
            }
            
            .start-button.visible {
                opacity: 1;
                pointer-events: all;
            }
            
            .start-button:hover {
                transform: translateY(-5px);
                box-shadow: 0 8px 20px rgba(255, 111, 0, 0.6);
            }
            
            /* 其他样式保持不变 */
            .decoration {
                position: absolute;
                z-index: -1;
            }
            
            .decoration.balloon {
                width: 40px;
                height: 60px;
                border-radius: 50%;
                opacity: 0.7;
                animation: float 8s infinite ease-in-out;
            }
            
            .decoration.confetti {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                opacity: 0.8;
                animation: fall 10s infinite linear;
            }
            
            .header {
                text-align: center;
                margin: 10px 0 20px;
                width: 100%;
                position: relative;
            }
            
            h1 {
                font-size: 3.5rem;
                color: #ff6f00;
                text-shadow: 3px 3px 0 #ffcc80, 6px 6px 0 rgba(0,0,0,0.1);
                letter-spacing: 2
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 172.66.47.87:443 · words-7zp.pages.dev

    2026-01-10 13:37

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 13:37:18 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 44112
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "954eab2c1e5d28e7b62025cc91d1d281"
    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=ysD2WEnY4TPOMDkm0M6oe3cTzo7xR0GQVijWtoHvRvK3QIaCQo%2FOYs4v0ZVp4xzK57IRpGSnIwEmETLLwST%2FRNBCrt%2B%2BHQ50DLSLE4V%2Bo1KZI2I%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bbc9178188a8e2c-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 单词消消乐 - M3W3核心词
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>单词消消乐 - M3W3核心词</title>
        <style>
            /* 保持原有样式不变 */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                font-family: 'Comic Sans MS', 'Microsoft YaHei', sans-serif;
            }
            
            body {
                background: linear-gradient(to bottom, #fff9c4, #ffecb3);
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 20px;
                overflow-x: hidden;
                position: relative;
                cursor: pointer;
            }
            
            /* 加载界面样式 */
            .loader-screen {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to bottom, #fff9c4, #ffecb3);
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                z-index: 200;
                transition: opacity 0.5s ease;
            }
            
            .loader-logo {
                font-size: 3.5rem;
                color: #ff6f00;
                text-shadow: 3px 3px 0 #ffcc80, 6px 6px 0 rgba(0,0,0,0.1);
                margin-bottom: 40px;
                animation: bounce 2s infinite;
            }
            
            .loader-progress-container {
                width: 80%;
                max-width: 500px;
                height: 30px;
                background-color: rgba(255, 255, 255, 0.7);
                border-radius: 15px;
                box-shadow: 0 5px 15px rgba(0,0,0,0.1) inset;
                margin-bottom: 20px;
                overflow: hidden;
            }
            
            .loader-progress-bar {
                height: 100%;
                width: 0%;
                background: linear-gradient(to right, #ff6f00, #ff8f00);
                border-radius: 15px;
                transition: width 0.3s ease;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-weight: bold;
            }
            
            .loader-status {
                color: #5d4037;
                font-size: 1.2rem;
                margin-bottom: 30px;
            }
            
            .start-button {
                background: linear-gradient(to right, #ff6f00, #ff8f00);
                color: white;
                border: none;
                padding: 12px 35px;
                font-size: 1.4rem;
                border-radius: 50px;
                cursor: pointer;
                box-shadow: 0 5px 15px rgba(255, 111, 0, 0.4);
                transition: transform 0.3s, box-shadow 0.3s;
                font-weight: bold;
                letter-spacing: 1px;
                opacity: 0;
                pointer-events: none;
                transition: opacity 0.3s ease;
            }
            
            .start-button.visible {
                opacity: 1;
                pointer-events: all;
            }
            
            .start-button:hover {
                transform: translateY(-5px);
                box-shadow: 0 8px 20px rgba(255, 111, 0, 0.6);
            }
            
            /* 其他样式保持不变 */
            .decoration {
                position: absolute;
                z-index: -1;
            }
            
            .decoration.balloon {
                width: 40px;
                height: 60px;
                border-radius: 50%;
                opacity: 0.7;
                animation: float 8s infinite ease-in-out;
            }
            
            .decoration.confetti {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                opacity: 0.8;
                animation: fall 10s infinite linear;
            }
            
            .header {
                text-align: center;
                margin: 10px 0 20px;
                width: 100%;
                position: relative;
            }
            
            h1 {
                font-size: 3.5rem;
                color: #ff6f00;
                text-shadow: 3px 3px 0 #ffcc80, 6px 6px 0 rgba(0,0,0,0.1);
                letter-spacing: 2
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2ca9:443 · words-7zp.pages.dev

    2026-01-10 13:37

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 13:37:18 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 44112
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "954eab2c1e5d28e7b62025cc91d1d281"
    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=f7UnQqbpph5EUg8mnqaNk6n5%2Fj2zUk%2FVTAS0n5WpqzP4olJ%2BiBGIG2vsoVrp52oyxN05yqQkj16PA3eh6de50hBJZv0MCt6EFGUuw2qpo5aJuNvGfmNWT51rxcR18zg%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bbc9177cee03625-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 单词消消乐 - M3W3核心词
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>单词消消乐 - M3W3核心词</title>
        <style>
            /* 保持原有样式不变 */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                font-family: 'Comic Sans MS', 'Microsoft YaHei', sans-serif;
            }
            
            body {
                background: linear-gradient(to bottom, #fff9c4, #ffecb3);
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 20px;
                overflow-x: hidden;
                position: relative;
                cursor: pointer;
            }
            
            /* 加载界面样式 */
            .loader-screen {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to bottom, #fff9c4, #ffecb3);
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                z-index: 200;
                transition: opacity 0.5s ease;
            }
            
            .loader-logo {
                font-size: 3.5rem;
                color: #ff6f00;
                text-shadow: 3px 3px 0 #ffcc80, 6px 6px 0 rgba(0,0,0,0.1);
                margin-bottom: 40px;
                animation: bounce 2s infinite;
            }
            
            .loader-progress-container {
                width: 80%;
                max-width: 500px;
                height: 30px;
                background-color: rgba(255, 255, 255, 0.7);
                border-radius: 15px;
                box-shadow: 0 5px 15px rgba(0,0,0,0.1) inset;
                margin-bottom: 20px;
                overflow: hidden;
            }
            
            .loader-progress-bar {
                height: 100%;
                width: 0%;
                background: linear-gradient(to right, #ff6f00, #ff8f00);
                border-radius: 15px;
                transition: width 0.3s ease;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-weight: bold;
            }
            
            .loader-status {
                color: #5d4037;
                font-size: 1.2rem;
                margin-bottom: 30px;
            }
            
            .start-button {
                background: linear-gradient(to right, #ff6f00, #ff8f00);
                color: white;
                border: none;
                padding: 12px 35px;
                font-size: 1.4rem;
                border-radius: 50px;
                cursor: pointer;
                box-shadow: 0 5px 15px rgba(255, 111, 0, 0.4);
                transition: transform 0.3s, box-shadow 0.3s;
                font-weight: bold;
                letter-spacing: 1px;
                opacity: 0;
                pointer-events: none;
                transition: opacity 0.3s ease;
            }
            
            .start-button.visible {
                opacity: 1;
                pointer-events: all;
            }
            
            .start-button:hover {
                transform: translateY(-5px);
                box-shadow: 0 8px 20px rgba(255, 111, 0, 0.6);
            }
            
            /* 其他样式保持不变 */
            .decoration {
                position: absolute;
                z-index: -1;
            }
            
            .decoration.balloon {
                width: 40px;
                height: 60px;
                border-radius: 50%;
                opacity: 0.7;
                animation: float 8s infinite ease-in-out;
            }
            
            .decoration.confetti {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                opacity: 0.8;
                animation: fall 10s infinite linear;
            }
            
            .header {
                text-align: center;
                margin: 10px 0 20px;
                width: 100%;
                position: relative;
            }
            
            h1 {
                font-size: 3.5rem;
                color: #ff6f00;
                text-shadow: 3px 3px 0 #ffcc80, 6px 6px 0 rgba(0,0,0,0.1);
                letter-spacing: 2
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f57:8443 · words-7zp.pages.dev

    2026-01-10 13:37

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 13:37:18 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 44112
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "954eab2c1e5d28e7b62025cc91d1d281"
    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=Z5AuhZrYMR1993Ayp8siTMgkRCoupjYZNUnTW6JSn9xtODqUEsSgyDVDRE4xd1ibOHIAdfbPtjDthvtXh1tnhYC1t9cbw3eoRIE7sEQ1lWmdK7caUEcWv%2F79Rr9BVcA%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bbc9177df275d79-FRA
    alt-svc: h3=":8443"; ma=86400
    
    Page title: 单词消消乐 - M3W3核心词
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>单词消消乐 - M3W3核心词</title>
        <style>
            /* 保持原有样式不变 */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                font-family: 'Comic Sans MS', 'Microsoft YaHei', sans-serif;
            }
            
            body {
                background: linear-gradient(to bottom, #fff9c4, #ffecb3);
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 20px;
                overflow-x: hidden;
                position: relative;
                cursor: pointer;
            }
            
            /* 加载界面样式 */
            .loader-screen {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to bottom, #fff9c4, #ffecb3);
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                z-index: 200;
                transition: opacity 0.5s ease;
            }
            
            .loader-logo {
                font-size: 3.5rem;
                color: #ff6f00;
                text-shadow: 3px 3px 0 #ffcc80, 6px 6px 0 rgba(0,0,0,0.1);
                margin-bottom: 40px;
                animation: bounce 2s infinite;
            }
            
            .loader-progress-container {
                width: 80%;
                max-width: 500px;
                height: 30px;
                background-color: rgba(255, 255, 255, 0.7);
                border-radius: 15px;
                box-shadow: 0 5px 15px rgba(0,0,0,0.1) inset;
                margin-bottom: 20px;
                overflow: hidden;
            }
            
            .loader-progress-bar {
                height: 100%;
                width: 0%;
                background: linear-gradient(to right, #ff6f00, #ff8f00);
                border-radius: 15px;
                transition: width 0.3s ease;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-weight: bold;
            }
            
            .loader-status {
                color: #5d4037;
                font-size: 1.2rem;
                margin-bottom: 30px;
            }
            
            .start-button {
                background: linear-gradient(to right, #ff6f00, #ff8f00);
                color: white;
                border: none;
                padding: 12px 35px;
                font-size: 1.4rem;
                border-radius: 50px;
                cursor: pointer;
                box-shadow: 0 5px 15px rgba(255, 111, 0, 0.4);
                transition: transform 0.3s, box-shadow 0.3s;
                font-weight: bold;
                letter-spacing: 1px;
                opacity: 0;
                pointer-events: none;
                transition: opacity 0.3s ease;
            }
            
            .start-button.visible {
                opacity: 1;
                pointer-events: all;
            }
            
            .start-button:hover {
                transform: translateY(-5px);
                box-shadow: 0 8px 20px rgba(255, 111, 0, 0.6);
            }
            
            /* 其他样式保持不变 */
            .decoration {
                position: absolute;
                z-index: -1;
            }
            
            .decoration.balloon {
                width: 40px;
                height: 60px;
                border-radius: 50%;
                opacity: 0.7;
                animation: float 8s infinite ease-in-out;
            }
            
            .decoration.confetti {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                opacity: 0.8;
                animation: fall 10s infinite linear;
            }
            
            .header {
                text-align: center;
                margin: 10px 0 20px;
                width: 100%;
                position: relative;
            }
            
            h1 {
                font-size: 3.5rem;
                color: #ff6f00;
                text-shadow: 3px 3px 0 #ffcc80, 6px 6px 0 rgba(0,0,0,0.1);
                letter-spacing: 2
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2f57:443 · words-7zp.pages.dev

    2026-01-10 13:37

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 13:37:18 GMT
    Content-Type: text/html; charset=utf-8
    Content-Length: 44112
    Connection: close
    Access-Control-Allow-Origin: *
    Cache-Control: public, max-age=0, must-revalidate
    ETag: "954eab2c1e5d28e7b62025cc91d1d281"
    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=IEE%2FysQsGsQxIGZ7W0CzVeCYlqvGmZm%2Fh9QvoiuU47VYKW77A0Y0ae9gz4xvCZUFE1QzsHuJshqmbCuEO6zohvXFsG25gte7XEdqyVSu5KD%2B091ALd%2FHsDJo%2BAoDvkI%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bbc917778abd2ba-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 单词消消乐 - M3W3核心词
    
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>单词消消乐 - M3W3核心词</title>
        <style>
            /* 保持原有样式不变 */
            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                font-family: 'Comic Sans MS', 'Microsoft YaHei', sans-serif;
            }
            
            body {
                background: linear-gradient(to bottom, #fff9c4, #ffecb3);
                min-height: 100vh;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 20px;
                overflow-x: hidden;
                position: relative;
                cursor: pointer;
            }
            
            /* 加载界面样式 */
            .loader-screen {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to bottom, #fff9c4, #ffecb3);
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                z-index: 200;
                transition: opacity 0.5s ease;
            }
            
            .loader-logo {
                font-size: 3.5rem;
                color: #ff6f00;
                text-shadow: 3px 3px 0 #ffcc80, 6px 6px 0 rgba(0,0,0,0.1);
                margin-bottom: 40px;
                animation: bounce 2s infinite;
            }
            
            .loader-progress-container {
                width: 80%;
                max-width: 500px;
                height: 30px;
                background-color: rgba(255, 255, 255, 0.7);
                border-radius: 15px;
                box-shadow: 0 5px 15px rgba(0,0,0,0.1) inset;
                margin-bottom: 20px;
                overflow: hidden;
            }
            
            .loader-progress-bar {
                height: 100%;
                width: 0%;
                background: linear-gradient(to right, #ff6f00, #ff8f00);
                border-radius: 15px;
                transition: width 0.3s ease;
                display: flex;
                align-items: center;
                justify-content: center;
                color: white;
                font-weight: bold;
            }
            
            .loader-status {
                color: #5d4037;
                font-size: 1.2rem;
                margin-bottom: 30px;
            }
            
            .start-button {
                background: linear-gradient(to right, #ff6f00, #ff8f00);
                color: white;
                border: none;
                padding: 12px 35px;
                font-size: 1.4rem;
                border-radius: 50px;
                cursor: pointer;
                box-shadow: 0 5px 15px rgba(255, 111, 0, 0.4);
                transition: transform 0.3s, box-shadow 0.3s;
                font-weight: bold;
                letter-spacing: 1px;
                opacity: 0;
                pointer-events: none;
                transition: opacity 0.3s ease;
            }
            
            .start-button.visible {
                opacity: 1;
                pointer-events: all;
            }
            
            .start-button:hover {
                transform: translateY(-5px);
                box-shadow: 0 8px 20px rgba(255, 111, 0, 0.6);
            }
            
            /* 其他样式保持不变 */
            .decoration {
                position: absolute;
                z-index: -1;
            }
            
            .decoration.balloon {
                width: 40px;
                height: 60px;
                border-radius: 50%;
                opacity: 0.7;
                animation: float 8s infinite ease-in-out;
            }
            
            .decoration.confetti {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                opacity: 0.8;
                animation: fall 10s infinite linear;
            }
            
            .header {
                text-align: center;
                margin: 10px 0 20px;
                width: 100%;
                position: relative;
            }
            
            h1 {
                font-size: 3.5rem;
                color: #ff6f00;
                text-shadow: 3px 3px 0 #ffcc80, 6px 6px 0 rgba(0,0,0,0.1);
                letter-spacing: 2
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 2606:4700:310c::ac42:2ca9:80 · words-7zp.pages.dev

    2026-01-10 13:37

    HTTP/1.1 301 Moved Permanently
    Date: Sat, 10 Jan 2026 13:37:17 GMT
    Content-Length: 0
    Connection: close
    Location: https://words-7zp.pages.dev/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=TIfHUvWrK1gil6IDiWyKj0eczOj2uq%2Fc0YP8wbraadXOZtypsDeOEssh6bbO%2B2c8xe8VcEQUt%2Fko3mz4nr4VboFEHfc9sN8N8cNajcR3bEzCKxKJmFVZA4iMZ%2BmATs8%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    CF-RAY: 9bbc9177282a8efb-FRA
    alt-svc: h3=":443"; ma=86400
    
    Found 2 days ago by HttpPlugin
    Create report
words-7zp.pages.dev*.words-7zp.pages.dev
CN:
words-7zp.pages.dev
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-10 12:35
Not after:
2026-04-10 13:34