<!DOCTYPE html>Warning <title>Warning</title> <style> body { background-color: #000; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; gap: 30px; font-family: "Courier New", monospace; } h1 { color: #fd0909; font-size: 3rem; letter-spacing: 3px; text-shadow: 0px 0px 10px red,0px 0px 15px red; animation: flicker 4s infinite; } p { color: #d70000; font-size: 1.5rem; opacity: 0.85; } img { width: 580px; animation: slowFloat 6s ease-in-out infinite; } @keyframes flicker { 0%, 100% { opacity: 1; } 45% { opacity: 0.85; } 50% { opacity: 0.4; } 55% { opacity: 0.9; } } @keyframes slowFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } } .blink { animation: blink 5s infinite; } @keyframes blink { 0%, 92% { opacity: 1; } 93%, 95% { opacity: 0; } 96% { opacity: 1; } } </style>

YOUR SITE IS COMPROMISED

<img src="https://t4.ftcdn.net/jpg/08/45/43/11/360_F_845431151_HAtVYX1EwGj3YtyBh0Noh03fUu7bIcwc.webp" alt="creepy"> <p class="blink">We are watching...</p> <p style="color: rgb(0, 252, 0);font-size: 1.8em;">@Anonymous</p>