https://www.gyotracks.com/

Submitted URL:
https://www.gyotracks.com/
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://www.gyotracks.com/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 lang="en"><head>
    <meta charset="utf-8">
    <title>Performance Marketing Platform</title>
    <style>
        body {
            background-color: #111d30;
            color: #FFF;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        }

        a {
            color: #FFF;
        }
    </style>
</head>

<body>
    <div style="background-color: #293c5a; margin: 10px auto; width: 600px; padding: 15px; border: 1px solid #d3d3d3">
        <h1>Performance Tracking</h1>
        <p>
            The ultimate performance marketing platform. This server handles billions of events per day.
        </p>
        <h2>Key features include</h2>
        <ul>
            <li>Fraud Prevention</li>
            <li>Smart Link Campaigns</li>
            <li>Smart Alerts</li>
            <li>Deep Analytics and Reporting</li>
            <li>View Through Attribution</li>
            <li>e-Commerce Support</li>
        </ul>
    </div>


</body></html>