https://www.vulcan.net.pl/

Submitted URL:
https://vulcan.net.plRedirected
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
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://www.vulcan.net.pl/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<html lang="pl"><head>
    <title>Strona nie znaleziona</title>
    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;700&amp;display=swap">
    <style>

        body {
            background: #2a2835;
            color: white;
            font-family: Work Sans, sans-serif;
        }

        .content {
            width: 100%;
            max-width: 1180px;
            box-sizing: border-box;
            position: relative;
            margin: 0 auto;
            display: block;
        }

        .content-logo {
            margin-top: 30px;
            width: 180px;
        }

        .content-info-box1 {
            margin-top: 50px;
            font-size: 1.7rem;
            text-align: center;
            padding: 30px 20px 30px 30px;
        }

        .content-info-box2 {
            color: black;
            margin-top: 30px;
            background-color: #ebebe9;
            padding: 30px 20px 30px 30px;
        }

        .content-footer {
            margin-top: 30px;
            font-size: 0.7rem;
        }

        .content-uri {
            position: relative;
            font-size: xx-large;
            color: #3b4458;
            text-align: center;
            padding: 30px;
        }
    </style>
</head>
<body>
    <div class="content">
        <img class="content-logo" src="/Content/Icons/Layout/vulcan-logo.svg" alt="Logo VULCAN">
        <div class="content-info-box1">
            Strona nie została odnaleziona
        </div>

        <div class="content-info-box2">
            <div>
                Być może w adresie bieżącego żądania brakuje wskazania poprawnego <b>identyfikatora klienta</b>
            </div>
            <div>
                Poprawny adres ma postać:
            </div>

            <div class="content-uri">
                https://www.vulcan.net.pl/<b>vulcan</b>
            </div>

            <div>
                gdzie identyfikator <b>vulcan</b> należy zastąpić poprawnym identyfikatorem klienta.
            </div>
        </div>

        <div class="content-footer">
            Witryna startowa 24.9.0.10248
            <br>
            © VULCAN sp. z o.o. 2012-2024
        </div>

    </div>

</body></html>