https://superbet.com/

Submitted URL:
https://superbet.com
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 · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
        body {
            display: grid;
            height: 100vh;
            place-items: center;

            font-family: sans-serif;
            font-size: clamp(1rem, 0.75rem + 1.5vw, 1.5rem);
        }
    </style>
    <title>Service is not available in this location</title>
</head>
<body>
<main>
    <p>
        Our location services have detected you are in a country that this site does not offer its services to.
    </p>
    <p>
        We apologize for any inconvenience this has caused.
    </p>
    <p>
        For further information please contact us via <a href="mailto:[email protected]">[email protected]</a>
    </p>
</main>


</body></html>