- Scan-ID:
- 7a3d3548-b70f-4ce6-ad6d-9ffa51791b09Beendet
- Eingereichte URL:
- https://stg.heyplaymyanmar.com/Umgeleitet
- Bericht beendet:
Links · 4 gefunden
Die von der Seite ausgehenden identifizierten Links
Link | Text |
---|---|
https://apps.apple.com/us/app/hey-play-myanmar/id6450969260 | |
https://play.google.com/store/apps/details?id=com.heyplaymyanmar.app&hl=en_US | |
https://heyplay.b-cdn.net/apk/heyplay-myanmar.apk | Download APK |
https://heyplaymyanmar.com/privacy | Terms and Condition |
JavaScript-Variablen · 3 gefunden
Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind
Name | Typ |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Konsolenprotokoll-Meldungen · 1 gefunden
In der Web-Konsole protokollierte Meldungen
Typ | Kategorie | Protokoll |
---|---|---|
error | network |
|
HTML
Der HTML-Rohtext der Seite
<!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&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>