https://mixtubeapp.com/

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

The outgoing links identified from the page

LinkText
https://play.google.com/store/apps/details?id=com.toto.jcyj.mvmix&hl=pt-br&gl=br
https://apps.apple.com/br/app/id1629405710?l=pt-br
https://sites.google.com/view/mixtubemusic/terms-of-serviceTerms of Service
https://sites.google.com/view/mixtubemusic/privacy-policyPrivacy Policy

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 · 0 found

Messages logged to the web console

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>Mixtube</title>
    <meta name="description" content="Mixtube">
    <meta name="keywords" content="Mixtube">

    <link rel="stylesheet" href="assets/css/index.css">
    <link rel="shortcut icon" href="favicon.ico">
</head>

<body>
    <div class="container">
        <div class="header">
            <img src="assets/img/icon.png" alt="">
            <span>Mixtube</span>
        </div>
        <div class="center">
            <div class="center-left">
                <img src="assets/img/phone.png" alt="">
            </div>
            <div class="center-right">
                <h1>Mixtube: <br>
                    Offline Music Player</h1>
                <div class="app-btns">
                    <a href="https://play.google.com/store/apps/details?id=com.toto.jcyj.mvmix&amp;hl=pt-br&amp;gl=br" target="_blank">
                        <img src="assets/img/gp.webp" alt="">
                    </a>
                    <a href="https://apps.apple.com/br/app/id1629405710?l=pt-br" target="_blank">
                        <img src="assets/img/app_store.png" alt="">
                    </a>
                </div>
            </div>
        </div>
        <div class="bottom">
            <a href="https://sites.google.com/view/mixtubemusic/terms-of-service" target="_blank">Terms of Service</a>|
            <a href="https://sites.google.com/view/mixtubemusic/privacy-policy" target="_blank">Privacy Policy</a>|
            <a href="mailto:[email protected]">Contact Us</a>
        </div>
    </div>


</body></html>