https://infograph.venngage.com/pl/akTSc1WMM

Submitted URL:
https://infograph.venngage.com/pl/akTSc1WMM
Report Finished:

JavaScript Variables · 3 found

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 1 found

TypeCategoryLog
errornetwork
URL
https://infograph.venngage.com/pl/akTSc1WMM
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

<!DOCTYPE html><html lang="en"><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <title>404 Page Not Found</title>
    <link href="/media/v2_img/icon-blue.png" rel="shortcut icon" type="image/png">
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700">
    <style type="text/css">
        * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        :before, :after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        html {
            -webkit-tap-highlight-color: rgba(0,0,0,0);
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }

        body {
            font-family: "Inter", "Helvetica Neue", "Helvetica", Arial, sans-serif;
            height: 100%;
            width: 100%;
            margin: 0;
            padding: 0;
            line-height: 150%;
            text-rendering: optimizeLegibility;
        }

        #container {
            position: absolute;
            width: 100%;
            height: 100%;
            padding: 0;
            display: -ms-flexbox;
            display: -moz-flex;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            color: white;
            background-color: #0d2860;
            background-image: url(https://s3.amazonaws.com/media.venngage.com/img/bg-world-404.png);
            background-repeat: no-repeat;
            background-size: auto;
            background-position: center;

        }

        #errorContainer {
            width: auto;
        }

        .row {
            text-align: center;
        }

        .title {
            font-size: 48px;
            font-weight: 700;
            line-height: 48px;
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .subtitle {
            font-size: 18px;
            line-height: 28px;
            font-weight: 400;
            margin: 50px auto;
        }

        .home-btn {
            display: inline-block;
            padding: 10px 12px 10px 12px;
            border-radius: 6px;
            gap: 8px;
            background: #0073E6;
            color: white;
            text-decoration: none;
            font-size: 16px;
            min-width: 162px;
            height: 42px;
        }

        @media (max-width: 767px) {
            .title {
                font-size: 36px;
            }

            .subtitle {
                font-size: 18px;
                margin: 20px auto;
            }

            .row {
                text-align: left;
            }

            .home-btn {
                text-align: center;
            }

            #container {
                align-items: flex-start;
                padding: 6em 3em;
                justify-content: flex-start;
                background-size: contain;
            }
        }
    </style>
</head>
<body>
    <main id="container">
        <div id="errorContainer">
            <h1 class="row title">Page not found</h1>
            <h2 class="row subtitle">
                Looks like this page is off the grid.  Head to the homepage to find what you’re looking for.
    </h2>
            <div class="row">
                <a href="/" class="home-btn">Back to home</a>
            </div>
        </div>
    </main>


</body></html>