- 제출된 URL:
- https://robiulislam2001.github.io/
- 보고서 완료:
링크 · 2개 결과
페이지에서 식별된 외부 링크
링크 | 텍스트 |
---|---|
https://raw.githubusercontent.com/robiulislam2001/Pikachu-Tools/refs/heads/main/Pikachu%20Tools%202.0.apk | Download APK |
https://pikachu-tools.my.id | Visit Website |
JavaScript 변수 · 3개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
콘솔 로그 메시지 · 2개 결과
웹 콘솔에 기록된 메시지
유형 | 카테고리 | 로그 |
---|---|---|
warning | other |
|
error | network |
|
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Call And SMS Bomber In BD</title>
<style>
body {
font-family: Arial, sans-serif;
background: linear-gradient(135deg, #6a0dad, #32cd32); /* Purple and Green Background */
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.container {
text-align: center;
background: #ffffff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
max-width: 400px;
width: 100%;
}
.logo {
width: 100px;
margin-bottom: 20px;
}
.title {
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
color: #333;
}
.description {
font-size: 16px;
color: #555;
margin-bottom: 20px;
}
.button-group {
display: flex;
flex-direction: column;
gap: 10px;
}
.button {
display: inline-block;
padding: 10px 20px;
font-size: 18px;
color: #fff;
background-color: #ff4500;
border: none;
border-radius: 5px;
text-decoration: none;
transition: background-color 0.3s ease, transform 0.2s ease; /* Added click effect */
}
.button:hover {
background-color: #d43f00;
}
.button:active {
transform: scale(0.95); /* Button click effect */
}
</style>
</head>
<body>
<div class="container">
<img src="https://raw.githubusercontent.com/robiulislam2001/Pikachu-Tools/refs/heads/main/logo.png" alt="Pikachu Tools Logo" class="logo">
<div class="title">Pikachu Tools 2.0</div>
<p class="description">বাংলাদেশের সেরা মেসেজ এবং কল বোম্বিং টুলস। নাম্বারে বোম্বিং দেয়া পর্যন্ত ইন্টারনেট লাগে তারপর
আপনার ফোন অফ হয়ে যাক, ব্রাউজার ক্লোজ করে দেন, কিছুই হবেনা। আপনার 1 MB Data ও খরচ হবেনা, সবকিছু সার্ভার সাইড প্রোসেস হবে।</p>
<div class="button-group">
<a href="https://raw.githubusercontent.com/robiulislam2001/Pikachu-Tools/refs/heads/main/Pikachu%20Tools%202.0.apk" class="button" download="">
Download APK
</a>
<a href="https://pikachu-tools.my.id" class="button" target="_blank">
Visit Website
</a>
</div>
</div>
</body></html>