https://www.skybet.com/

Submitted URL:
https://skybet.comRedirected
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.skybet.com/
Text
Failed to load resource: the server responded with a status of 403 ()

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Access to this site has or may be restricted or prohibited from your current location</title>
    <link rel="stylesheet" href="/failover/bet/bannerstatic/css/base.css">
    <link rel="icon" type="image/png" sizes="128x128" href="/failover/bet/bannerstatic/img/favicon.png">

    <style>
        body {
            background-image: url("/failover/bet/bannerstatic/img/whiteworld-small.png");
            margin: auto;
        }
        h1 {
            font-family: SkyRegular;
            font-size: 24px;
            line-height: 32px;
            color: #0A0A0A;
            margin: auto;
            margin-bottom: 8px;
            text-shadow: none;
			text-align: center;
        }
        p {
            font-family: SkyRegular;
            font-size: 14px;
            line-height: 20px;
            text-align: center;
            color: #3C3C3C;
            margin: auto;
        }
        .main {
            max-width: 1400px;
            margin: auto;
        }
        .flexContainer {
            display: flex;
            flex-flow: wrap;
            margin-left: 16px;
            margin-right: 16px;
            margin-top: 56px;
        }
        .mainWrapper {
            display: flex;
            flex-flow: column;
            margin: auto;
        }
        .logo {
            height: 32px;
            margin: auto;
            margin-bottom: 24px;
        }
        .twitterWrapper {
            min-width: 288px;
            width: 375px;
            padding-bottom: 40px;
            margin:auto;
        }
        .findOutMore {
            display: flex;
            justify-content: center;
        }
        .btnFindOutmore {
            max-width: 375px;
            min-width: 288px;
            height: 40px;
            font-family: SkyMedium;
            font-size: 16px;
            line-height: 24px;
            color: #FFFFFF;
            background-color: #153F8E;
            border-radius: 4px;
            border: none;
            margin-top: 24px;
            margin-bottom: 16px;
            flex-grow: 1;
            cursor: pointer;
        }
        .reloadWrapper {
            font-family: SkyRegular;
            font-size: 16px;
            line-height: 24px;
            color: #909DB4;
            margin-bottom: 24px;
            display: flex;
            justify-content: center;
            cursor: pointer;
        }
        .refreshIcon {
            margin: 5px;
            margin-top: 4px;
            margin-left: 0px;
        }
        /* desktop & tablet */
        @media (min-width: 768px) {
            .logo {
                height: 48px;
            }
            body {
                background-image: url("/failover/bet/bannerstatic/img/whiteworld-large.png");
            }
            h1 {
                font-size: 40px;
                line-height: 48px;
            }
            p {
                font-size: 18px;
                line-height: 24px;
                text-align: left;
            }
            .flexContainer {
                margin-left: 80px;
                margin-right: 80px;
				margin-top: 150px;
                justify-content: space-evenly;
            }
            .mainWrapper {
                width: 375px;
                margin: auto;
                margin-right: 16px;
            }
            .reloadWrapper {
                justify-content: left;
            }
        }
        @media (min-width: 768px){
            h1 {
                text-align: center
            }
            p {
                text-align: center;
            }
            .mainWrapper {
                margin-left: 16px;
            }
            .reloadWrapper {
                justify-content: center;
            }
        }
    </style>
</head>
<body>
    <div class="main">
        <div class="flexContainer">
            <div class="mainWrapper">
                <img src="/failover/bet/bannerstatic/img/logo.png" class="logo">
                <h1>WE'RE UNAVAILABLE IN YOUR LOCATION</h1>
                <p>
                    Sorry, access to this site has or may be restricted or prohibited from your current location
                </p>
                <div class="findOutMore">
                    <button class="btnFindOutmore" onclick="location.href = 'https://support.skybet.com/s/?'">
                        Find out more
                    </button>
                </div>
                <div class="reloadWrapper" onclick="location.reload();">
                    <img src="/failover/bet/bannerstatic/img/icon-refresh.svg" class="refreshIcon">
                    Reload Page
                </div>
            </div>
        </div>
    </div>



</body></html>