https://tr.youcoach.it/e/

Submitted URL:
https://tr.youcoach.it/e/
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

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://tr.youcoach.it/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

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>