File: /home/confeduphaar/public_html/img.html
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hack Şakası</title>
<style>
body {
background-color: black;
color: lime;
font-family: 'Courier New', Courier, monospace;
text-align: center;
padding: 50px;
}
.message {
font-size: 24px;
margin-top: 20px;
}
.name {
font-weight: bold;
font-size: 32px;
color: red;
}
</style>
</head>
<body>
<h1>HACK</h1>
<div class="message">
Merhaba, <span class="name">SİYAH PAYLANCO</span>! Sisteminizi hackliyorum...
</div>
</body>
</html>