Untitled
2 hours ago in Plain Text
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Turkish Hacktivist</title>
<style>
body {
background-color: black;
color: white;
font-family: 'Courier New', Courier, monospace;
text-align: center;
overflow: hidden;
position: relative;
}
h1 {
color: red;
font-size: 3em;
margin-top: 20px;
}
img {
width: 250px;
border-radius: 10px;
margin: 20px;
}
.message {
font-size: 1.5em;
margin: 20px;
animation: fadeIn 2s;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
iframe {
display: none; /* Videoyu gizli tutalım */
}
</style>
</head>
<body>
<div class="lightning"></div>
<h1>RootAyyıldız Turkish Hacktivist</h1>
<img src="https://rootayyildiz1337.github.io/root6.jpg" alt="Hacker Image">
<div class="message">
<p>F U C K U S A </p>
<p>I LOVE ERDOĞAN </p>
</div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/jSq5pmjfBTE?autoplay=1&controls=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</body>
</html>