Öncelikle hepinize selamlar, TürkHackTeam ailesi
ben @u1ku1912
Html dilinde yazdığım CSS, JS ile de dizayn ettiğim v2 index'i paylaşıyorum:
HTML:
ben @u1ku1912
Html dilinde yazdığım CSS, JS ile de dizayn ettiğim v2 index'i paylaşıyorum:
HTML:
HTML:
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ANKA RED TEAM gururla sunar!</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap" rel="stylesheet">
<style>
body {
margin: 0;
padding: 0;
overflow: hidden;
font-family: 'Roboto', sans-serif;
color: white;
background: url('https://i.hizliresim.com/os2cyyb.png') no-repeat center center fixed;
background-size: cover;
transition: background 1s ease-in-out;
}
h1 {
font-size: 60px;
text-align: center;
margin-top: 10%;
animation: fadeInLeft 3s infinite alternate;
text-shadow: 2px 2px 5px red;
}
.sub-text {
font-size: 24px;
text-align: center;
opacity: 0;
margin-top: 5%;
text-shadow: 1px 1px 3px black;
animation: fadeInLeft 3s forwards;
animation-delay: 0.5s;
}
@keyframes fadeInLeft {
0% { transform: translateX(-100%); opacity: 0; }
100% { transform: translateX(0); opacity: 1; }
}
@keyframes bounce {
0% { transform: translateY(0); }
50% { transform: translateY(-10px); }
100% { transform: translateY(0); }
}
.alert {
position: absolute;
bottom: 15%;
left: 50%;
transform: translateX(-50%);
font-size: 32px;
color: red;
font-weight: bold;
animation: fadeIn 3s forwards, bounce 1s infinite alternate;
animation-delay: 2s;
text-shadow: 2px 2px 5px black;
}
audio {
display: none;
}
</style>
</head>
<body>
<h1>TÜRK HACK TEAM HACKED</h1>
<div class="sub-text">u1ku1912</div>
<div class="sub-text">Anka Red Team gururla sunar</div>
<div class="alert">Dünya döndüğü müddetçe, bizler durmayacağız!</div>
<audio controls autoplay loop>
<source src="mp3semti.com/CVRTOON-Er-Turan.mp3" type="audio/mpeg">
</audio>
<script>
const backgrounds = [
'https://i.hizliresim.com/os2cyyb.png',
'https://i.hizliresim.com/1f76ywg.png'
];
let currentIndex = 0;
setInterval(() => {
currentIndex = (currentIndex + 1) % backgrounds.length;
document.body.style.backgroundImage = `url('${backgrounds[currentIndex]}')`;
}, 2000);
</script>
</body>
</html>
Anka Red Team Hack V2 İndex - u1ku1912
Arka plan resmi @aytlogo hocama aittir.
Bu aralar forumda olmayacağım, biraz kafa dinlemeye ihtiyacım var
Hepinize iyi forumlar...
Bu aralar forumda olmayacağım, biraz kafa dinlemeye ihtiyacım var
Hepinize iyi forumlar...


