E:
/
home
/
kbcomunicacao1
/
Web
/
adm
/
upload
/
uploads
/
Upload File
HOME
<!DOCTYPE html> <html lang="pt-BR"> <head> <meta charset="UTF-8" /> <title>VandaTheGod</title> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="title" content="VandaTheGod" /> <meta name="description" content="VandaTheGod" /> <meta name="author" content="VandaTheGod" /> <meta name="copyright" content="VandaTheGod" /> <meta name="keywords" content="VandaTheGod" /> <meta name="rating" content="general" /> <meta name="googlebot" content="all, index, follow" /> <meta name="robots" content="index, follow" /> <meta name="googlebot-news" content="all" /> <meta property="og:image" content="https://sman5cirebon.sch.id/files/rot.gif" /> <link rel="stylesheet" href="Atribut/all.min.css" /> <link rel="shortcut icon" href="https://files.civicsun.com/Hurt.png" /> <style> body { color: #fff; margin: 0; font: normal 14px/20px 'Share Tech Mono', Helvetica, sans-serif; height: 100vh; background-color: #000000; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; } img { width: 400px; max-width: 90vw; margin-bottom: 20px; } h1 { color: white; font-size: 3rem; margin: 0 0 20px; text-shadow: 0 0 10px red; } audio { margin-top: 20px; outline: none; } </style> </head> <body> <img src="https://geagrobr.com.br/vanda.png" alt="Bandeira" /> <h1>Hacked By VandaTheGod</h1> <audio id="player" controls autoplay muted> <source src="https://geagrobr.com.br/vanda.mp3" type="audio/mpeg" /> Seu navegador não suporta o elemento de áudio. </audio> <script> // Após o clique do usuário, tentar ativar o som do áudio document.body.addEventListener('click', function handler() { var player = document.getElementById('player'); player.muted = false; // desativa o mute player.play().catch(() => { console.log('Não foi possível tocar o áudio automaticamente.'); }); document.body.removeEventListener('click', handler); }); </script> </body> </html>