https://ncfl-league-official.tebex.io/

Submitted URL:
https://ncfl-league-official.tebex.io/
Report Finished:

The outgoing links identified from the page

LinkText
https://www.tebex.ioTebex.io

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">

    <link href="https://fonts.googleapis.com/css?family=Lato:100,300,300i,400,500,700" rel="stylesheet">

    <title>NCFL League official </title>

    <style type="text/css">
        body {
            margin: 50px 0 50px 0;
            background: #F7F7F7;
            font-family: 'Lato', sans-serif;
            font-weight: 400;
            text-align: center;
            font-size: 16px;
        }

        .container {
            margin: 50px auto 0 auto;
            max-width: 750px;
            height: auto;
            padding: 40px;
        }

        h1 {
            color: rgb(51, 51, 51);
            font-size: 32px;
            font-weight: bold;
            line-height: 40px;
            margin-bottom: 10px;
            margin-left: 0px;
            margin-right: 0px;
            margin-top: 10px;
        }

        p {
            height: 20px;
            margin-top: 30px;
            margin-bottom: 10px;
        }

        a {
            color: #164494;
            text-decoration: none;
        }
    </style>

</head>

<body>

<div class="container">
    <h1>NCFL League official </h1>
    <p>
        This webstore is currently unavailable - please check back later.
    </p>
</div>

<div class="poweredby">
    Powered by <a href="https://www.tebex.io" target="_blank">Tebex.io</a>
</div>


</body></html>