<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>Bethel Boys</title>

  <link rel="stylesheet" href="style.css">

</head>

<body>


  <header>

    <h1>Bethel Boys</h1>

    <p>Official Video</p>

  </header>


  <main>

    <div class="video-container">

      <iframe 

        src="https://www.youtube.com/embed/Cl0MCdB4M4Y?autoplay=1&mute=1&controls=1&rel=0"

        title="Bethel Boys Video"

        frameborder="0"

        allow="autoplay; encrypted-media"

        allowfullscreen>

      </iframe>

    </div>

  </main>


  <footer>

    <p>© 2026 Bethel Boys</p>

  </footer>


</body>

</html>