https://www.onlineverlag24.de/

Submitted URL:
https://www.onlineverlag24.de/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 3 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
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://www.onlineverlag24.de/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="de"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Wartungsarbeiten</title>
    <style>
        body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            background-color: #f0f0f0;
            font-family: Arial, sans-serif;
        }
        .message-container {
            text-align: center;
            background-color: #ffffff;
            padding: 20px;
            border: 1px solid #cccccc;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .message-container h1 {
            font-size: 24px;
            color: #333333;
        }
        .message-container p {
            font-size: 18px;
            color: #666666;
        }
    </style>
</head>
<body>
    <div class="message-container">
        <h1>Wartungsarbeiten</h1>
        <p>Unsere Website onlineverlag24.de wird derzeit gewartet, bitte besuchen Sie uns später noch einmal.</p>
    </div>


</body></html>