Merhaba dostlarım,
İşlemlerinizde aşağıdaki indexi kullanabilirsiniz........
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>İMHA TİMİ</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');
*{
margin:0;
padding:0;
box-sizing:border-box;
}
body{
background:#000;
overflow:hidden;
font-family:'Orbitron',sans-serif;
height:100vh;
display:flex;
justify-content:center;
align-items:center;
color:white;
}
.bg{
position:fixed;
width:100%;
height:100%;
background:
radial-gradient(circle at center,
rgba(0,255,100,0.08),
transparent 60%);
z-index:-2;
}
.overlay{
position:fixed;
width:100%;
height:100%;
background:
linear-gradient(rgba(0,0,0,0.92),
rgba(0,0,0,0.96));
z-index:-1;
}
.container{
text-align:center;
width:90%;
max-width:900px;
animation:fadeIn 2s ease;
}
.logo{
width:320px;
max-width:80%;
margin-bottom:35px;
filter:
drop-shadow(0 0 10px #00ff66)
drop-shadow(0 0 30px #00ff66)
drop-shadow(0 0 60px rgba(0,255,100,0.6));
animation
ulse 4s infinite;
}
.line{
width:350px;
height:2px;
background:#00ff66;
margin:25px auto;
box-shadow:
0 0 10px #00ff66,
0 0 20px #00ff66;
}
.slogan{
font-size:20px;
color:#d9d9d9;
letter-spacing:3px;
line-height:42px;
text-transform:uppercase;
text-shadow:
0 0 5px rgba(255,255,255,0.4);
}
.desc{
margin-top:40px;
color:#777;
font-size:14px;
letter-spacing:2px;
line-height:30px;
}
.footer{
position:absolute;
bottom:18px;
width:100%;
text-align:center;
color:#444;
font-size:11px;
letter-spacing:4px;
}
@keyframes pulse{
0%{
transform:scale(1);
}
50%{
transform:scale(1.03);
}
100%{
transform:scale(1);
}
}
@keyframes fadeIn{
from{
opacity:0;
transform
anslateY(20px);
}
to{
opacity:1;
transform
anslateY(0);
}
}
@media(max-width:768px){
.logo{
width:240px;
}
.line{
width:220px;
}
.slogan{
font-size:15px;
line-height:32px;
}
.desc{
font-size:11px;
}
}
</style>
</head>
<body>
<div class="bg"></div>
<div class="overlay"></div>
<div class="container">
<img src="https://resmim.net/cdn/2026/05/15/C5tGeo.png"
class="logo">
<div class="line"></div>
<div class="slogan">
Sessizlik Bizim Dilimizdir.<br>
Kaos Bizim İmzamızdır.<br>
Gölgeden Gelir, İz Bırakmadan Kayboluruz.
</div>
<div class="desc">
Dijital sınırlar yalnızca korkanlar içindir.<br>
Sistemler değişir. Güç değişmez.
</div>
</div>
<div class="footer">
IMHA TIMI • SYSTEM ONLINE
</div>
</body>
</html>
İşlemlerinizde aşağıdaki indexi kullanabilirsiniz........
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>İMHA TİMİ</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');
*{
margin:0;
padding:0;
box-sizing:border-box;
}
body{
background:#000;
overflow:hidden;
font-family:'Orbitron',sans-serif;
height:100vh;
display:flex;
justify-content:center;
align-items:center;
color:white;
}
.bg{
position:fixed;
width:100%;
height:100%;
background:
radial-gradient(circle at center,
rgba(0,255,100,0.08),
transparent 60%);
z-index:-2;
}
.overlay{
position:fixed;
width:100%;
height:100%;
background:
linear-gradient(rgba(0,0,0,0.92),
rgba(0,0,0,0.96));
z-index:-1;
}
.container{
text-align:center;
width:90%;
max-width:900px;
animation:fadeIn 2s ease;
}
.logo{
width:320px;
max-width:80%;
margin-bottom:35px;
filter:
drop-shadow(0 0 10px #00ff66)
drop-shadow(0 0 30px #00ff66)
drop-shadow(0 0 60px rgba(0,255,100,0.6));
animation
}
.line{
width:350px;
height:2px;
background:#00ff66;
margin:25px auto;
box-shadow:
0 0 10px #00ff66,
0 0 20px #00ff66;
}
.slogan{
font-size:20px;
color:#d9d9d9;
letter-spacing:3px;
line-height:42px;
text-transform:uppercase;
text-shadow:
0 0 5px rgba(255,255,255,0.4);
}
.desc{
margin-top:40px;
color:#777;
font-size:14px;
letter-spacing:2px;
line-height:30px;
}
.footer{
position:absolute;
bottom:18px;
width:100%;
text-align:center;
color:#444;
font-size:11px;
letter-spacing:4px;
}
@keyframes pulse{
0%{
transform:scale(1);
}
50%{
transform:scale(1.03);
}
100%{
transform:scale(1);
}
}
@keyframes fadeIn{
from{
opacity:0;
transform
anslateY(20px);}
to{
opacity:1;
transform
anslateY(0);}
}
@media(max-width:768px){
.logo{
width:240px;
}
.line{
width:220px;
}
.slogan{
font-size:15px;
line-height:32px;
}
.desc{
font-size:11px;
}
}
</style>
</head>
<body>
<div class="bg"></div>
<div class="overlay"></div>
<div class="container">
<img src="https://resmim.net/cdn/2026/05/15/C5tGeo.png"
class="logo">
<div class="line"></div>
<div class="slogan">
Sessizlik Bizim Dilimizdir.<br>
Kaos Bizim İmzamızdır.<br>
Gölgeden Gelir, İz Bırakmadan Kayboluruz.
</div>
<div class="desc">
Dijital sınırlar yalnızca korkanlar içindir.<br>
Sistemler değişir. Güç değişmez.
</div>
</div>
<div class="footer">
IMHA TIMI • SYSTEM ONLINE
</div>
</body>
</html>
Bu içeriği görmek için giriş yapın.
