https://ebwebhosting.com/

Submitted URL:
https://ebwebhosting.com/
Report Finished:

JavaScript Variables · 3 found

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 1 found

TypeCategoryLog
errornetwork
URL
https://ebwebhosting.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 (Not Found)

HTML

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Chat</title>
    <style>
        #chat-box {
            border: 1px solid #ccc;
            height: 300px;
            overflow-y: scroll;
            padding: 10px;
        }
        .message {
            margin-bottom: 10px;
        }
    </style>
</head>
<body>
    <div id="chat-box">
                    <div class="message">
                ./DJ_Z(owner): Ini website resmi owner ./DJ_Z<br>
            </div>
                    <div class="message">
                65.109.176.25: <br>
            </div>
                    <div class="message">
                65.109.176.25: <br>
            </div>
                    <div class="message">
                65.109.176.25: <br>
            </div>
                    <div class="message">
                45.128.74.126: 123<br>
            </div>
                    <div class="message">
                141.101.104.91: <br>
            </div>
                    <div class="message">
                45.157.233.136: <br>
            </div>
                    <div class="message">
                45.157.233.136: <br>
            </div>
            </div>

    <form id="chat-form" method="POST">
        <input type="text" name="message" placeholder="Type your message..." required="">
        <button type="submit">Send</button>
    </form>

</body></html>