https://media-server.com/

Submitted URL:
https://media-server.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

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 http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="pragma" content="no-cache">
    <meta name="expires" content="now">
    <title>Multimedia Centre</title>
    <link rel="icon" href="data:;base64,iVBORw0KGgo=">
<style>
    html {
        height: 100%;
        margin: 0px;
        padding: 0px;
        border: 0px;
    }

    body {
        height: 100%;
        margin: 0px;
        border: 0px;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Helvetica, Arial;
        color: #212121;
    }

    a, a:visited, a:active {
        text-decoration: none;
        color: #212121;
    }

    a:hover {
        text-decoration: underline;
        color: #212121;
    }

    .headline {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .privacy {
        font-size: 12px;
        margin-top: 10px;
        text-align: center;
    }
</style></head>

<body>
    <div>
        <div class="headline">Multimedia Centre</div>
        <div class="privacy"><a href="https://www.west.com/legal-privacy/#digital-communications" target="_blank">Legal
                and Privacy Statement</a></div>
    </div>


</body></html>