<!DOCTYPE html><html lang="en">
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">Free Palestine #Anonymous <title>Free Palestine #Anonymous</title> <style> body { font-family: 'Courier New', Courier, monospace; margin: 0; padding: 0; height: 100vh; background-color: black; color: #ff0000; /* Red text */ overflow: hidden; } .container { display: flex; justify-content: center; align-items: center; height: 100%; flex-direction: column; position: relative; } .image-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('https://i.top4top.io/p_3297x4mjf1.png'); /* Replace with your image path */ background-size: cover; background-position: center; filter: blur(8px); z-index: -1; } .content { text-align: center; } h1 { font-size: 70px; color: #ff0000; margin: 20px 0; animation: typing 4s steps(60) 1s forwards, blink-caret 0.75s step-end infinite; white-space: nowrap; overflow: hidden; border-right: 3px solid; } h2 { font-size: 60px; color: #ff0000; margin: 20px 0; animation: typing 4s steps(60) 3s forwards, blink-caret 0.75s step-end infinite; white-space: nowrap; overflow: hidden; border-right: 3px solid; } p { font-size: 40px; color: #ff0000; margin: 20px 0; animation: typing 4s steps(60) 5s forwards, blink-caret 0.75s step-end infinite; white-space: nowrap; overflow: hidden; border-right: 3px solid; } .button { margin-top: 40px; padding: 10px 20px; font-size: 22px; color: black; background-color: #ff0000; border: none; border-radius: 5px; cursor: pointer; transition: background-color 0.3s; } .button:hover { background-color: #ff4500; } /* Typing animation */ @keyframes typing { from { width: 0; } to { width: 100%; } } /* Blinking cursor */ @keyframes blink-caret { 50% { border-color: transparent; } } </style><div class="container"> <div class="image-background"></div> <div class="content"> Free Palestine
#Anonymous
<p>By TIG3R | We Stand Together</p> <button class="button" onclick="alert('Suka, hahahahaha.')">Continue</button> </div></div>