- 제출된 URL:
- https://stg.heyplaymyanmar.com/리디렉션됨
- 보고서 완료:
링크 · 4개 결과
페이지에서 식별된 외부 링크
링크 | 텍스트 |
---|---|
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 변수 · 3개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
콘솔 로그 메시지 · 1개 결과
웹 콘솔에 기록된 메시지
유형 | 카테고리 | 로그 |
---|---|---|
error | network |
|
HTML
페이지의 원시 HTML 본문
<!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>