https://stg.heyplaymyanmar.com/coming-soon

ID de exploración:
7a3d3548-b70f-4ce6-ad6d-9ffa51791b09Finalizado
URL enviada:
https://stg.heyplaymyanmar.com/Redireccionado
Informe finalizado:

Enlaces: 4 encontrados

Los enlaces salientes identificados en la página

Variables JavaScript: 3 encontradas

Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual

Mensajes de registro de la consola: 1 encontrados

Mensajes registrados en la consola web

HTML

El cuerpo HTML sin procesar de la página

<!DOCTYPE html><html lang="en-gb" class="no-js"><!--<![endif]--><head>

    <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1">
    <title>Hey Play</title>
    <style>
        body {
            background-image: url("../assets/images/bg.png");
            background-size: cover;
            padding: 0px;
            margin: 0px;
        }

        main {
            height: 100vh;
        }

        .right {
            right: 0px;
            bottom: 0px;
            position: absolute;

        }

        .walk {
            width: 200px;
            height: 264px;

        }

        .phone {
            width: 60%;
        }

        .center {
            width: 100%;
            text-align: center;
            position: absolute;
            bottom: -10px;
            z-index: -999;
        }

        .logo {
            width: 100%;
            padding-top: 20px;
            text-align: center;
            color: white;
            /*                position: absolute;*/
        }

        .logo img {
            width: 10%;
        }

        .first {
            font-weight: 100;
        }

        .big {
            font-size: 160%;
            font-weight: bold;
        }

        .download-outer {
            padding-right: 40px;

        }

        .download {
            width: 100%;
            text-align: right;
            color: white;
            margin-right: 20px;
        }

        @media screen and (max-width: 600px) {
            .logo img {
                width: 30%;
            }

            .phone {
                width: 100%;
            }
        }

        .lnk {
            color: white;
            text-decoration: none;
            cursor: pointer;
        }
    </style>
</head>

<body>
    <main>
        <div class="logo">
            <img src="https://stg.heyplaymyanmar.com/../assets/images/coming/logo.png">
            <br>
            <p class="first">ဖျော်ဖြေမှု ရသစုံပေး အချိန်နေရာမရွေး</p>
            <p class="big">သင်နဲ့ အတူ ရှိနေမယ့်</p>
        </div>
        <div class="center">
            <img src="https://stg.heyplaymyanmar.com/../assets/images/center.png" class="phone">
        </div>

        <div class="download-outer">
            <div class="download">
                <p>အခုပဲ ဒေါင်းလုတ်ရယူလိုက်ပါ</p>
                <a href="https://apps.apple.com/us/app/hey-play-myanmar/id6450969260"><img src="https://stg.heyplaymyanmar.com/../assets/images/appstore.png"></a><br><br>

                <a href="https://play.google.com/store/apps/details?id=com.heyplaymyanmar.app&amp;hl=en_US"><img src="https://stg.heyplaymyanmar.com/../assets/images/googleplay.png"></a><br><br>
                <a class="lnk" href="https://heyplay.b-cdn.net/apk/heyplay-myanmar.apk">Download APK</a><br><br>

                <div class="" style="display: flex; width:100%; flex-direction:row; align-items:center ;  justify-content:center; color: white ; gap: 10px">
                    <a href="https://heyplaymyanmar.com/privacy" style="color:white">Privacy Policy</a> <span>|</span>
                    <a href="https://heyplaymyanmar.com/privacy" style="color:white">Terms and Condition</a>
                </div>
            </div>
        </div>

        <div class="" style="display: flex; width:100%; flex-direction:row; align-items:center ;  justify-content:center; color: white">
            <p>Copyright @ HEY Play</p>
        </div>



    </main>



</body></html>