- Scan ID:
- 15e4fead-c02e-4bd5-93b7-9941fb093d7dFinished
- Submitted URL:
- https://pilkadaharmonis2024.com/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
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
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 0 found
Messages logged to the web console
HTML
The raw HTML body of the page
<!DOCTYPE html><html lang="id"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Akses Ditolak</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
color: #333;
text-align: center;
margin: 0;
padding: 0;
}
.container {
max-width: 600px;
margin: 50px auto;
background-color: #fff;
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
h1 {
color: #d9534f;
margin-bottom: 20px;
}
.info {
margin-bottom: 20px;
}
.info div {
margin: 5px 0;
}
p {
font-size: 16px;
line-height: 1.6;
}
footer {
margin-top: 20px;
font-size: 14px;
color: #777;
}
</style>
</head>
<body>
<div class="container">
<h1>Akses Ditolak</h1>
<div class="info">
<div><strong>Negara:</strong> Spain</div>
<div><strong>Kota:</strong> Chamartin</div>
<div><strong>Latitude:</strong> 40.4498</div>
<div><strong>Longitude:</strong> -3.675</div>
<div><strong>Kode Negara:</strong> ES</div>
</div>
<p>Anda tidak bisa mengakses situs ini karena berada di luar Indonesia. Jika Anda ingin melanjutkan, silakan matikan VPN dan restart kembali untuk mencoba akses dari lokasi yang sesuai.</p>
<footer>© 2024 pilkadaharmonis2024.com</footer>
</div>
</body></html>