https://notflirtz.github.io/How-to-rank-up-in-valorant/

ID de exploración:
5a11b3de-cef0-423c-95a7-cc8559ddfb8fFinalizado
URL enviada:
https://notflirtz.github.io/How-to-rank-up-in-valorant/
Informe finalizado:

Enlaces: 0 encontrados

Variables JavaScript: 3 encontradas

Mensajes de registro de la consola: 2 encontrados

HTML

<!DOCTYPE html><html lang="en"><head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>2000pp record</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      text-align: center;
      margin-top: 100px;
    }
    button {
      background-color: #f54242;
      color: white;
      font-size: 20px;
      border: none;
      padding: 15px 30px;
      cursor: pointer;
      border-radius: 5px;
    }
    button:hover {
      background-color: #ff7878;
    }
  </style>
</head>
<body>
  <h1>Link to video</h1>
  <p>Make sure to like and sub!</p>
  <button id="rickroll-button">Watch Video</button>
  <audio id="rickroll-audio" src="https://www.myinstants.com/media/sounds/rick-roll.mp3"></audio>

  <script>
    const button = document.getElementById('rickroll-button');
    const audio = document.getElementById('rickroll-audio');

    button.addEventListener('click', () => {
      audio.play();
    });
  </script>


</body></html>