- Scan ID:
- d978c7e3-d69e-4202-a3b4-2052f06fbc9fFinished
- Submitted URL:
- https://ebwebhosting.com/
- Report Finished:
Links · 0 found
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
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 1 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
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>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>