https://as215240.net/

Submitted URL:
https://as215240.net/
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 · 1 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">
    <title>AS215240</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            background-color: #121212;
            color: #d1d1d1;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            flex-direction: column;
        }

        h1,
        p {
            text-align: center;
        }

        .y {
            font-weight: bold;
            font-size: 1.5em;
            color: #21D07A;
        }

        .contact {
            background-color: #282828;
            padding: 20px;
            border-radius: 5px;
            margin-top: 20px;
        }

        a {
            color: #21D07A;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }
    </style>
</head>

<body>
    <h1>Welcome to <span class="y">AS215240</span></h1>
    <p>If you encounter any issues, please don't hesitate to reach out to us.</p>
    <div class="contact">
        <p>Abuse Mail: <a href="mailto:[email protected]">[email protected]</a></p>
        <p>Interested in dedicated servers? Message us at <a href="mailto:[email protected]">[email protected]</a>
        </p>
    </div>


</body></html>