- Scan ID:
- 56bb837d-813c-4bdc-9f6f-831de478f2a1Finished
- Submitted URL:
- https://tr.youcoach.it/e/
- 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><head>
<title></title>
<style>
html { font-size: 100%; overflow-y: auto; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 16px; line-height: 1.231; padding:0; }
body, button, input, select, textarea { font-family: Arial, Helvetica, sans-serif; color: #333; }
#msg {margin: 10px; text-align:center;}
</style>
</head>
<body>
<div id="msg">
Oops! It looks like something went really wrong.
</div>
</body></html>