https://onlinharshmadia.com/

Submitted URL:
https://onlinharshmadia.com
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 4 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
scrollAnifunction

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>www.onlinharshmadia.com</title>
    <link rel="shortcut icon" href="./images/icon.png">
    <link rel="stylesheet" href="./css/animation.css">
    <link rel="stylesheet" href="./css/style.css">
  </head>

  <body>
    <div class="main">
      <div class="header">
        <p class="title">
          Welcome to Harmony's Beat Explore the World of Music
        </p>
        <p class="desc">
          Dive into Harmony's Beat, your ultimate destination for all things
          music. From the latest album reviews to exclusive interviews with
          artists, we cover the spectrum of genres and eras, ensuring there's
          something for every audiophile.
        </p>
      </div>
      <div class="what">What We Offer</div>

      <div class="wrap">
        <div class="box wow fadeInLeft">
          <div class="title">Latest Reviews</div>
          <div class="content">
            Stay up-to-date with comprehensive reviews of the newest releases
            across various music genres.
          </div>
        </div>

        <div class="box wow fadeInRight">
          <div class="title">Artist Spotlights</div>
          <div class="content">
            Get closer to your favorite musicians with our in-depth artist
            spotlights and interviews.
          </div>
        </div>
        <div class="box wow fadeInLeft">
          <div class="title">Music Resources</div>
          <div class="content">
            Whether you're looking to learn an instrument or understand music
            theory, our resources are here to guide you.
          </div>
        </div>
        <div class="box wow fadeInRight">
          <div class="title">Community Forum</div>
          <div class="content">
            Join our vibrant community of music lovers. Share your playlists, discuss your favorite bands, and discover new music.
          </div>
        </div>
        <div class="box wow fadeInLeft">
          <div class="title">Events and Concerts</div>
          <div class="content">
            Get the latest news on music events, concerts, and festivals happening around the globe.
          </div>
        </div>
      </div>

      <div class="join wow fadeInUp">
        <img src="./images/3.png" alt="">
        <div>
          <div class="title">Join Our Melody</div>
          <div class="content">
            Subscribe to Harmony's Beat for the latest music news, exclusive
            content, and invites to music events. Follow us on social media to
            be part of our growing community of music enthusiasts.
          </div>
        </div>
      </div>
      <div class="contact wow fadeInUp">
        <div>
          <div class="title">Contact Us</div>
          <div class="content">
            Got a tip on a new band or want to share your music? Reach out to us at [email protected].
          </div>
        </div>
        <img src="./images/4.png" alt="">

      </div>
    </div>
  
  <script src="./js/scroll.js"></script>

</body></html>