https://dsds.games/

Eingereichte URL:
https://dsds.games/
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

LinkText
https://twitch.tv/Mr_ShastaTwitch
https://www.youtube.com/@dsdestructionvods8678Youtube

JavaScript-Variablen · 8 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
0object
1object
2object
3object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
randGamefunction

Konsolenprotokoll-Meldungen · 1 gefunden

In der Web-Konsole protokollierte Meldungen

TypKategorieProtokoll
errornetwork
URL
https://dsds.games/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

Der HTML-Rohtext der Seite

<!DOCTYPE html><html><head>
        <meta charset="UTF-8">
        <script src="/scripts/randGame.js"></script>
        <link rel="stylesheet" href="/stylesheets/header.css">
        <link rel="stylesheet" href="/stylesheets/home.css">
        <link rel="stylesheet" href="/stylesheets/home-blue-dsds.css">
    </head>
    <body onload="randGame()">
        <nav>
            <input type="checkbox" id="checkbox">
            <div class="phone-visuals">
                <a class="home-link" href="/">DS Destruction</a>
                <label class="label" for="checkbox">
                    <div class="label-div">
                        <div class="label-oval"></div>
                        <div class="label-oval"></div>
                        <div class="label-oval"></div>
                    </div>
                </label>
            </div>
    
            <div class="links-wrapper">
                <div class="links">
                    <a href="/">Home</a>
                    <a href="/about/">About</a>
                    <a href="/gameslist/">Games List</a>
                    <a href="/upcoming/">Upcoming Games</a>
                    <a href="/locked/">Locked Games</a>
                    <a href="/games/o8i1e" id="a-rand-game">Random Game</a>
     
                    <!--- Links to Twitch/Discord/VodChannel --->
                    <a href="https://twitch.tv/Mr_Shasta">Twitch</a>
                    <a href="https://www.youtube.com/@dsdestructionvods8678">Youtube</a>
                </div>
            </div>
        </nav>
        <div class="title-wrapper">
            <div class="title-flex">
                <h1>Welcome To <br> DS Destruction!</h1>
            </div>
        </div>
        <div class="body">
            <h3 id="playthrough-text">Check out the latest playthroughs!</h3>
            <div class="latest-playthrough-wrapper">
                <div class="latest-playthroughs">
                    <p><a href="/games/219/">Imagine: Fashion Designer New York</a></p>
                    <div class="iframe">
                        <iframe src="https://www.youtube.com/embed/uMar0FbzLsE" style="border:0px #ffffff none;" name="myiFrame" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="400px" width="600px" allowfullscreen=""></iframe>
                    </div>
                </div>
                <div class="latest-playthroughs">
                    <p><a href="/games/218/">Lunar Knights</a></p>
                    <div class="iframe">
                        <iframe src="https://youtube.com/embed/iUbviFji0Wg" style="border:0px #ffffff none;" name="myiFrame" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="400px" width="600px" allowfullscreen=""></iframe>
                    </div>
                </div>
                <div class="latest-playthroughs">
                    <p><a href="/games/217/">Dream Pinball 3D</a></p>
                    <div class="iframe">
                        <iframe src="https://www.youtube.com/embed/WS10o_179Gk" style="border:0px #ffffff none;" name="myiFrame" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="400px" width="600px" allowfullscreen=""></iframe>
                    </div>
                </div>
                <div class="latest-playthroughs">
                    <p><a href="/games/216/">FIFA 06</a></p>
                    <div class="iframe">
                        <iframe src="https://www.youtube.com/embed/iHmfpSqNCSM" style="border:0px #ffffff none;" name="myiFrame" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="400px" width="600px" allowfullscreen=""></iframe>
                    </div>
                </div>

            </div>
        </div>

    


</body></html>