| Current Path : /home/www/jd-parkplacerealty.com/ |
| Current File : /home/www/jd-parkplacerealty.com/tools.php |
<?php
// Simple PHP page – HTML output
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Welcome Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
margin: 0;
padding: 0;
background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.container {
background: rgba(0, 0, 0, 0.6);
padding: 30px;
border-radius: 15px;
max-width: 600px;
text-align: center;
box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
img {
max-width: 100%;
border-radius: 12px;
margin-bottom: 20px;
}
h1 {
color: #ff9933;
margin-bottom: 10px;
}
h2 {
color: #00ffcc;
margin-bottom: 20px;
}
.color-text {
font-size: 18px;
line-height: 1.6;
background: linear-gradient(90deg, #ff4d4d, #ffd700, #00ff99);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: bold;
}
</style>
</head>
<body>
<div class="container">
<img src="https://images.news18.com/ibnlive/uploads/2024/10/puneet-superstar-cow-urine-dung-face-viral-2024-10-870ced54749efbb61da876e2eecd7a58-16x9.png" alt="Image">
<h1>Hello India Mother Fucker</h1>
<h2>We Are Cyb3r_Sw0rd – Bangladeshi Hacker Watching You.</h2>
</div>
</body>
</html>