https://www.bestbyte.hu/zarva

제출된 URL:
https://www.bestbyte.hu/리디렉션됨
보고서 완료:

링크 · 0개 결과

페이지에서 식별된 외부 링크

JavaScript 변수 · 3개 결과

페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다

이름유형
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

콘솔 로그 메시지 · 4개 결과

웹 콘솔에 기록된 메시지

유형카테고리로그
errornetwork
URL
https://www.bestbyte.hu/zarva
텍스트
Failed to load resource: the server responded with a status of 503 (Service Unavailable)
errornetwork
URL
https://www.bestbyte.hu/Content/fonts/Montserrat-SemiBold.woff
텍스트
Failed to load resource: the server responded with a status of 404 (Not Found)
errornetwork
URL
https://www.bestbyte.hu/zarva
텍스트
Failed to load resource: the server responded with a status of 503 (Service Unavailable)
warningother
URL
https://www.bestbyte.hu/zarva
텍스트
The resource https://www.bestbyte.hu/Content/fonts/Montserrat-SemiBold.woff was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.

HTML

페이지의 원시 HTML 본문

<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1" runat="server">
    <title>Zárva</title>
    <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no, maximum-scale=1">
    <link rel="preload" href="/Content/fonts/Montserrat-SemiBold.woff" as="font" type="font/woff" crossorigin="">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
    <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap" rel="stylesheet">
    <style>
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            font-family: Inter, sans-serif;
            font-size: 16px;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #F3F3F2;
            color: #101010;
        }

        .error {
            max-width: 400px;
            min-width: 320px;
            padding: 1rem;
        }

        a {
            text-decoration: none;
            color: #16BD59;
            display: inline-block;
        }

        p {
            margin: 1em 0;
        }

        ul {
            list-style: none;
            padding: 0;
        }

        li {
            padding: .25em 0;
        }

        .error__title {
            color: lightgrey;
            font-size: 8em;
            font-weight: 800;
            font-style: italic;
            line-height: 1.15;
        }

        .error__subtitle {
            font-size: 1.5em;
            font-weight: 800;
            font-style: italic;
            text-transform: uppercase;
            margin: 1em 0;
        }

        .error__button {
            margin-top: 1rem;
            background-color: #16BD59;
            color: #fff;
            font-weight: 700;
            font-size: 14px;
            padding: 1rem 1.5rem;
        }

        .error__details {
            overflow: hidden;
        }

        .error__meta {
            border-top: 1px solid #EAEAEA;
            padding-top: 1rem;
            margin-top: 1.5rem;
            font-size: 13px;
            color: #3C3C3B;
        }

        .error__logo {
            background: transparent url('../../content/images/logo-bb.svg') no-repeat center center;
            background-size: contain;
            width: 10rem;
            height: 2.25rem;
            margin-top: 1rem;
        }

        .inner {
            padding: 1.5em;
            background: white;
        }

        @media screen and (max-width: 576px) {
            .error__title {
                font-size: 5em;
            }
        }
    </style>
</head>

<body>
    <div class="error">
        <div class="inner">
            <div>
                <div class="error__subtitle">Tisztelt Vásárlóink!</div>
            </div>
                <div class="error__details"><p>Áruházunk jelenleg zárva tart.</p></div>

                <div class="error__details">
                    <p><strong>Kedves Vásárló! Webáruházunk jelenleg karbantartás alatt van, kérlek nézz vissza később! </strong></p>
                </div>
        </div>
        <div class="error__logo"></div>
    </div>



</body></html>