https://sodoff.spirtix.com/windows

Eingereichte URL:
https://sodoff.spirtix.com/windows
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

https://discord.gg/bqHtMRbhM3

JavaScript-Variablen · 3 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

onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Konsolenprotokoll-Meldungen · 1 gefunden

In der Web-Konsole protokollierte Meldungen

errornetwork
URL
https://sodoff.spirtix.com/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 lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>SoDOff Windows</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f5f5f5;
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;
        }

        .container {
            text-align: center;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            background-color: #fff;
            width: 90%;
            max-width: 600px;
            margin: auto;
        }

        h1 {
            color: #333;
        }

        p {
            color: #666;
        }

        .download-button {
            display: inline-block;
            padding: 10px 20px;
            font-size: 16px;
            background-color: #4CAF50;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            transition: background-color 0.3s;
            margin-top: 20px;
        }

        .download-button:hover {
            background-color: #45a049;
        }

        .discord-link {
            margin-top: 50px;
        }

        /* Mobile Styles */
        @media screen and (max-width: 600px) {
            .container {
                width: 100%;
                border-radius: 0;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <h1>SoDOff Windows Client</h1>
	<a href="https://media.sodoff.spirtix.com/clients/sod_windows.zip" class="download-button" download="">Download</a>
        <div class="discord-link">
            <p>Not a member of our Discord?</p>
            <a href="https://discord.gg/bqHtMRbhM3" target="_blank">
                <img src="https://discordapp.com/api/guilds/1124405524679643318/widget.png?style=banner2" alt="Discord">
            </a>
        </div>
    </div>


</body></html>