<!DOCTYPE html><html lang="en">
<meta charset="UTF-8">Hacked By Ghostteam <title>Hacked By Ghostteam</title> <style> body { background-color: black; color: #00ff00; font-family: 'Courier New', monospace; font-size: 22px; display: flex; justify-content: center; align-items: center; height: 100vh; overflow: hidden; } .typewriter h1 { border-right: .15em solid #00ff00; white-space: nowrap; overflow: hidden; width: 0; animation: typing 4s steps(40, end) forwards, blink .75s step-end infinite; } @keyframes typing { from { width: 0 } to { width: 100% } } @keyframes blink { from, to { border-color: transparent } 50% { border-color: #00ff00 } } .sub { margin-top: 15px; text-align: center; font-size: 18px; opacity: 0; animation: appear 2s ease 4s forwards; } @keyframes appear { to { opacity: 1; } } </style> <div> <div class="typewriter"> Hacked By Ghostteam
</div> <div class="sub"> <p>- error404xGT -</p> <p>- siriaxGT -</p> </div> </div>