https://www.missing-picture.com/

提交的 URL:
https://missing-picture.com/已重定向
报告完成时间:

链接 · 找到 1 个

从页面中识别出的传出链接

链接文本
https://cdn.discordapp.com/attachments/1305290320740745289/1310327563394089011/MissingSetup.rar?ex=6744d123&is=67437fa3&hm=1939210d3e6b0b5ae22ca380dad66c1237dbbe7945c147ce96f7c8c29a414f12&Download

JavaScript 变量 · 找到 4 个

在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问

名称类型
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

控制台日志消息 · 找到 1 条

记录到 Web 控制台的消息

类型类别记录
errornetwork
URL
https://www.missing-picture.com/favicon.ico
文本
Failed to load resource: the server responded with a status of 404 ()

HTML

页面的原始 HTML 正文

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Missing Picture</title>
    <link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700&amp;family=Roboto:wght@400;500&amp;display=swap" rel="stylesheet">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Roboto', sans-serif;
            background: linear-gradient(135deg, #1e1e1e, #333);
            color: #fff;
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .container {
            background-color: #212121;
            border-radius: 15px;
            max-width: 1200px;
            width: 100%;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
            text-align: center;
        }

        .logo img {
            width: 200px;
            margin-bottom: 20px;
        }

        h1 {
            font-family: 'Orbitron', sans-serif;
            font-size: 3.5rem;
            color: #FF9800;
            text-transform: uppercase;
            margin-bottom: 20px;
            letter-spacing: 2px;
        }

        p {
            font-size: 1.2rem;
            margin-bottom: 30px;
            color: #ddd;
            line-height: 1.8;
        }

        .btn-container {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 40px;
        }

        .download-btn {
            display: inline-block;
            padding: 15px 50px;
            border-radius: 8px;
            font-size: 1.2rem;
            font-weight: 500;
            text-transform: uppercase;
            text-decoration: none;
            color: #fff;
            background-color: #FF9800;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }

        .download-btn:hover {
            background-color: #F57C00;
            transform: translateY(-5px);
            box-shadow: 0 5px 20px rgba(255, 152, 0, 0.5);
        }

        .video-container {
            margin: 40px 0;
        }

        iframe {
            border-radius: 10px;
            width: 100%;
            max-width: 900px;
            height: 500px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.7);
        }

        .section {
            margin: 50px 0;
            text-align: left;
        }

        .section h2 {
            font-family: 'Orbitron', sans-serif;
            font-size: 2.5rem;
            color: #FF9800;
            margin-bottom: 20px;
            border-bottom: 4px solid #F57C00;
            display: inline-block;
        }

        .section ul {
            list-style: none;
            padding-left: 0;
        }

        .section ul li {
            font-size: 1.3rem;
            margin-bottom: 15px;
            position: relative;
            padding-left: 25px;
        }

        .section ul li::before {
            content: '➤';
            color: #FF9800;
            position: absolute;
            left: 0;
            top: 0;
        }

        .gallery {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
            margin-top: 40px;
        }

        .gallery img {
            width: 347px;
            height: 500px;
            border-radius: 10px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.7);
            transition: transform 0.3s ease;
        }

        .gallery img:hover {
            transform: scale(1.05);
        }

        /* Responsividade */
        @media (max-width: 768px) {
            h1 {
                font-size: 2.5rem;
            }

            p {
                font-size: 1.1rem;
            }

            iframe {
                height: 300px;
            }

            .section ul li {
                font-size: 1.1rem;
            }

            .gallery img {
                width: 100%;
                height: auto;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="logo">
            <img src="https://img.itch.zone/aW1nLzE2NDc1ODIxLnBuZw==/original/Hp2kIf.png" alt="Missing Picture Logo">
        </div>

        <h1>Missing Picture</h1>
        <p>Join forces with a friend in Missing Picture. Together, explore the shadowy Swedish forests, piece together clues, and unveil the truth behind the disappearance of three teenagers.</p>
        <div class="btn-container">
            <a href="https://cdn.discordapp.com/attachments/1305290320740745289/1310327563394089011/MissingSetup.rar?ex=6744d123&amp;is=67437fa3&amp;hm=1939210d3e6b0b5ae22ca380dad66c1237dbbe7945c147ce96f7c8c29a414f12&amp;" class="download-btn" download="">Download</a>
        </div>

        <div class="video-container">
            <iframe src="https://www.youtube.com/embed/lElf3SAHsMU?si=eSLKdWaJXjutv5Vb" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
        </div>

        <div class="section gallery">
            <h2>Game Gallery</h2>
            <div class="gallery">
                <img src="https://img.itch.zone/aW1hZ2UvMjcyNTYyNS8xNjQ3Mzk1MC5wbmc=/347x500/OXRxiX.png" alt="Gallery Image 1">
                <img src="https://img.itch.zone/aW1hZ2UvMjcyNTYyNS8xNjQ0ODA3Ni5wbmc=/347x500/rUhIyb.png" alt="Gallery Image 2">
                <img src="https://img.itch.zone/aW1hZ2UvMjcyNTYyNS8xNjQ0ODA3NC5wbmc=/347x500/ECrYna.png" alt="Gallery Image 3">
                <img src="https://img.itch.zone/aW1hZ2UvMjcyNTYyNS8xNjQ0ODA3NS5wbmc=/347x500/zKLG1o.png" alt="Gallery Image 4">
            </div>
        </div>
    </div>


</body></html>