Stop

<!-- Header -->
<header style="display: flex; justify-content: space-between; align-items: center; padding: 10px; background-color: #f5f5f5;">
<h1 style="margin: 0;">My Website</h1>
<!-- Play/Stop Button in Header -->
<div class="audio-button-container" style="text-align: center;">
<button class="audio-control" style="
background-color: transparent;
border: none;
cursor: pointer;
font-size: 32px;
">
<img class="play-icon" src="https://boutiquedemuebles.com/wp-content/uploads/2024/11/volume-slash.png" alt="Play" style="width: 32px; display: none;">
<img class="stop-icon" src="https://boutiquedemuebles.com/wp-content/uploads/2024/11/volume.png" alt="Stop" style="width: 32px; display: inline;">
</button>
</div>
</header>

<!-- Hidden Audio Player -->
<audio id="shared-audio-player" autoplay loop style="display: none;">
<source src="https://boutiquedemuebles.com/wp-content/uploads/2024/11/cherry_blossoms__YouConvert.net_.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>