https://missing-picture.com/

Submitted URL:
https://missing-picture.com/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 4 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
0string
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://missing-picture.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<!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 rel="stylesheet" href="styles.css">
    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&amp;display=swap" rel="stylesheet">
</head>
<body>
    <div class="container">
        <header>
            <img src="https://img.itch.zone/aW1nLzE2NDc1ODIxLnBuZw==/original/Hp2kIf.png" alt="Logo Missing Picture" class="logo">
            <h1>Missing Picture</h1>
            <p class="tagline">A mystery game that will captivate you!</p>
        </header>

        <main>  
            <a href="Missing_Setup.rar" class="download-button">Download Game</a>

            <h2>Watch the Trailer</h2>
            <iframe width="560" height="315" src="https://www.youtube.com/embed/lVEKjsnsbg0" frameborder="0" allowfullscreen=""></iframe>

            <h2>Game Description</h2>
            <p class="description">Missing Picture is a mystery and detective game where you investigate the disappearance of three teenagers in the dark forests of Sweden.</p>

            <h3>Features:</h3>
            <ul>
                <li>Explore a part of the Swedish forest</li>
                <li>Take photos of evidence</li>
                <li>Listen to cassette tapes of the missing teenagers</li>
                <li>Unravel the mystery</li>
            </ul>

            <h3>Story</h3>
            <p>Three teenagers disappeared while hiking in the forests of Värmland, Sweden. After days of investigation with no progress, the police close the case. Determined to uncover the truth, a lone detective ventures into the forest.</p>
            <p>Do you have what it takes to solve the mystery? Grab your camera and find out!</p>
            <p class="note">Missing Picture is a student project made by Frukostklubben. Playable only on Windows.</p>

            <h2>Game Images</h2>
            <div class="image-gallery">
                <img src="https://img.itch.zone/aW1hZ2UvMjcyNTYyNS8xNzQ4Mjk4OS5wbmc=/original/osIQHh.png" alt="Image 1">
                <img src="https://img.itch.zone/aW1hZ2UvMjcyNTYyNS8xNjQ3Mzk1MC5wbmc=/original/RcDGbS.png" alt="Image 2">
                <img src="https://img.itch.zone/aW1hZ2UvMjcyNTYyNS8xNjQ0ODA3Ni5wbmc=/347x500/rUhIyb.png" alt="Image 3">
                <img src="https://img.itch.zone/aW1hZ2UvMjcyNTYyNS8xNjQ0ODA3My5wbmc=/original/02jyjc.png" alt="Image 4">
                <img src="https://img.itch.zone/aW1hZ2UvMjcyNTYyNS8xNjQ0ODA3NS5wbmc=/original/aUcIJS.png" alt="Image 5">
            </div>

            <a href="Missing_Setup.rar" class="download-button">Download Game</a>
        </main>

        <footer>
            <p>© 2024 Frukostklubben. All rights reserved.</p>
        </footer>
    </div>


</body></html>